Hi Attempting to install or test-compile a Struts2 modular application (which has previously had mvn war:inplace run) from the command line has started to spontaneously fail with compilation errors which do not occur when I run the same test from Eclipse.
For example, the included StaticFilterTest passes fine when run from Eclipse, but mvn clean test-compile on the command line from the web dir results in compilation errors such as: filter\StaticFilterTest.java:[12,21] cannot find symbol symbol : class StaticFilter This has suddenly started happening and I have no idea why. No amount of removing the test-classes dir etc. works - I cannot install and test (although mvn compile works fine). -- View this message in context: http://www.nabble.com/test-compile-not-working-from-the-command-line-tp17916468s2369p17916468.html Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
