The Action tests in the blank application are failing from a command line build, but it works from IDEA. These same tests passed in Struts 2.0.1, but are failing against the current head for a Maven build. The tests pass from IDEA.
-Ted. [INFO] ------------------------------------------------------------------------- --- [INFO] Building Blank Webapp [INFO] task-segment: [install] [INFO] ------------------------------------------------------------------------- --- [INFO] [antrun:run {execution: copy-sources}] [INFO] Executing tasks [INFO] Executed tasks [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:compile] [INFO] Nothing to compile - all classes are up to date [INFO] [resources:testResources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:testCompile] [INFO] Nothing to compile - all classes are up to date [INFO] [surefire:test] [INFO] Surefire report directory: C:\projects\Apache\struts-current\struts2\apps \blank\target\surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running example.HelloWorldTest Nov 25, 2006 10:56:18 AM com.opensymphony.xwork2.util.ObjectTypeDeterminerFactor y <clinit> INFO: Detected GenericsObjectTypeDeterminer, initializing it... Nov 25, 2006 10:56:18 AM com.opensymphony.xwork2.util.XWorkConverter getInstance INFO: Detected AnnotationXWorkConverter, initializing it... Nov 25, 2006 10:56:18 AM com.opensymphony.xwork2.util.XWorkConverter getInstance INFO: Detected AnnotationXWorkConverter, initializing it... Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.25 sec Running example.LoginTest Nov 25, 2006 10:56:18 AM org.apache.struts2.config.Settings getLocale WARNING: Settings: Could not parse struts.locale setting, substituting default V M locale Nov 25, 2006 10:56:18 AM com.opensymphony.xwork2.config.providers.XmlConfigurati onProvider register INFO: Parsing configuration file [struts-default.xml] Nov 25, 2006 10:56:19 AM com.opensymphony.xwork2.util.XWorkConverter getInstance INFO: Detected AnnotationXWorkConverter, initializing it... Nov 25, 2006 10:56:19 AM com.opensymphony.xwork2.config.providers.XmlConfigurati onProvider register INFO: Parsing configuration file [struts-default.xml] Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.313 sec <<< FA ILURE! Running example.ConfigTest Nov 25, 2006 10:56:19 AM com.opensymphony.xwork2.util.XWorkConverter getInstance INFO: Detected AnnotationXWorkConverter, initializing it... Nov 25, 2006 10:56:19 AM com.opensymphony.xwork2.config.providers.XmlConfigurati onProvider register INFO: Parsing configuration file [struts-default.xml] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.109 sec <<< FA ILURE! Results : Tests run: 4, Failures: 0, Errors: 3, Skipped: 0 [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] There are test failures. [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1 minute 6 seconds [INFO] Finished at: Sat Nov 25 10:56:19 EST 2006 [INFO] Final Memory: 13M/23M [INFO] ------------------------------------------------------------------------ :\projects\Apache\struts-current\struts2> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]