Hi All, AppFuse 2.0 + Struts 2. I've been developing on a Windoze box using Eclipse + Eclipse Maven plugin. I've modified the User class following the instructions on the AppFuse website:
http://www.appfuse.org/display/APF/AppFuse+Core+Classes This is all working fine and I can build and run my app using Maven in Eclipse. However, I'm trying to setup to work on my app on my notebook running Debian. For various reasons, I won't have eclipse installed there. In preparation for the move, I tried building my app using Maven on the command line on the windoze box. mvn clean compile works fine. However, if I try and run the app the way I do within Eclipse via: mvn jetty:run-war -Phsqldb All my tests fail - apparently because they're seeing the original appfuse model classes and not my modified versions. Exactly the same thing happens on my linux box. Is there some other configuration step involved in getting this to work from the console? I've looked back over the Core Classes and Environment Configuration pages of the AppFuse site, but can't see anything obvious that I've missed. TIA, Rob Hills Waikiki, Western Australia Mobile +61 (412) 904-357 Fax: +61 (8) 9529-2137 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
