I did that before. All I need to do is get the source files from svn and put them to src/main/java. As long as the className and package didn't change, this works. It depends on the execution sequense of building to make sure files from war\work\appfuse-spring* is replaced by files from target/classes. This might not work all the time.
Nick Sillik-2 wrote: > > Dear Helpful Mailing List, > I was wondering how one would override the appfuse controllers to add > extra > functionality to them. I'm looking to make modifications to the following > files: > org.appfuse.webapp.controller.UserFormController > org.appfuse.webapp.controller.UserController > > I'm looking to add a many-to-many relationship between Users and Projects > (a > class I've defined). Is there another way I should go about doing this? Or > is there an easy way to get the .java files for those two classes into my > project? > > Thank in advance, > Nick Sillik > [EMAIL PROTECTED] > > -- View this message in context: http://www.nabble.com/Overriding-Controllers--tf3648853s2369.html#a10250155 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
