The Java source is not brought in by the war:inplace goal.
From the FAQ:
Where are the Java source files and JSPs in 2.x? AppFuse 2.x is a fair amount different from 1.x in that you don't get all the source to start your project with. The main reason for this is to make it possible for you to upgrade your application to a newer version of AppFuse. For a more detailed explanation, please see this mailing list thread. If you're a savvy Maven 2 user, you can probably use AppFuse's source and piece together your own project with all the source files included. We may support a full source archetype in the future, but it's not likely for 2.0. To see how to modify AppFuse's core entity classes, see how to modify core classes. If you'd like to modify web classes, you may be able to use the <warpathExcludes> element in your WarPath Plugin configuration. http://appfuse.org/display/APF/FAQ#FAQ-whereisthesource Matt On 3/30/07, Bajju <[EMAIL PROTECTED]> wrote:
war:inplace brings in the jsp's and org.appfuse.webapp.* in the classes folder. But what is mysterious to me is why is it not bringing in the corresponding .java src package for the org.appfuse.webapp.* ? It seems a bit strange that webapp's jsp are brought in, and .class but not .java? How do I debug, if I need to? Is there another way to bring in the corresponding .java for the above package? BTW: i am wanting to change the user module substantially, to integrate with winsso, and use it for authorization alone based on a custom user registry hooked in via acegi. Appreciate your help. Rgds, Deepak -- View this message in context: http://www.nabble.com/mvn-war%3Ainplace-problem-tf3493411s2369.html#a9757436 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
