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.* ?
war:inplace only populates your project with the contents of the binary war distribution from AppFuse. So no source. 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?
Your IDE will debug just fine. If you look in the maven repository you will see that there are source archives there. mvn eclipse:eclipse or mvn idea:idea will pull these down and link them to the corresponding jar file allowing you to browse the source and debug through it. 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.
By the sounds of it you are probably better off completely replacing the AppFuse user functionality. Mike. Appreciate your help.
Rgds, Deepak -- View this message in context: http://www.nabble.com/org.appfuse.webapp.*-package-src---tf3493846s2369.html#a9758466 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
