James Mitchell
Tue, 23 Oct 2007 10:18:56 -0700
Hmmm ... it worked fine for me. What errors are you getting? I just did: [EMAIL PROTECTED] ~/svn/STRUTS_2_0_X]$ mvn clean install -Pall [INFO] Scanning for projects... [INFO] Reactor build order: [INFO] Struts 2 [INFO] Struts 2 Core [INFO] Struts Plugins [INFO] Struts 2 Codebehind Plugin [INFO] Struts 2 Configuration Browser Plugin [INFO] Struts 2 Jasper Reports Plugin [INFO] Struts 2 JFreeChart Plugin [INFO] Struts 2 JSF Plugin [INFO] Struts 2 Pell Multipart Plugin [INFO] Struts 2 Plexus Plugin [INFO] Struts 2 Sitegraph Plugin [INFO] Struts 2 Sitemesh Plugin [INFO] Struts 2 Spring Plugin [INFO] Struts 2 Struts 1 Plugin [INFO] Struts 2 Tiles Plugin [INFO] Webapps [INFO] Blank Webapp [INFO] Starter Webapp [INFO] Portlet Webapp [INFO] Showcase Webapp[INFO] ------------------------------------------------------------------------ ----
[INFO] Building Struts 2 [INFO] task-segment: [clean, install][INFO] ------------------------------------------------------------------------ ----
[INFO] [clean:clean] [INFO] Deleting directory /Users/jmitchell/svn/STRUTS_2_0_X/target[INFO] Deleting directory /Users/jmitchell/svn/STRUTS_2_0_X/target/ classes [INFO] Deleting directory /Users/jmitchell/svn/STRUTS_2_0_X/target/ test-classes
[INFO] Deleting directory /Users/jmitchell/svn/STRUTS_2_0_X/target/site [INFO] [site:attach-descriptor][WARNING] Unable to load parent project from repository: Could not find the model file '/Users/jmitchell/svn/STRUTS_2_0_X/../pom.xml'.
[INFO] [install:install][INFO] Installing /Users/jmitchell/svn/STRUTS_2_0_X/pom.xml to /Users/ jmitchell/.m2/repository/org/apache/struts/struts2-parent/2.0.12- SNAPSHOT/struts2-parent-2.0.12-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ ----
[INFO] Building Struts 2 Core [INFO] task-segment: [clean, install][INFO] ------------------------------------------------------------------------ ----
[INFO] [clean:clean] [INFO] Deleting directory /Users/jmitchell/svn/STRUTS_2_0_X/core/target[INFO] Deleting directory /Users/jmitchell/svn/STRUTS_2_0_X/core/ target/classes
... ... <big-ass-snip/> ... ... [INFO] [compiler:testCompile] [INFO] Nothing to compile - all classes are up to date [INFO] [surefire:test] [INFO] No tests to run. [INFO] [war:war] [INFO] Exploding webapp...[INFO] Assembling webapp struts2-showcase in /Users/jmitchell/svn/ STRUTS_2_0_X/apps/showcase/target/struts2-showcase [INFO] Copy webapp webResources to /Users/jmitchell/svn/STRUTS_2_0_X/ apps/showcase/target/struts2-showcase [INFO] Generating war /Users/jmitchell/svn/STRUTS_2_0_X/apps/showcase/ target/struts2-showcase.war [INFO] Building war: /Users/jmitchell/svn/STRUTS_2_0_X/apps/showcase/ target/struts2-showcase.war
[INFO] [install:install][INFO] Installing /Users/jmitchell/svn/STRUTS_2_0_X/apps/showcase/ target/struts2-showcase.war to /Users/jmitchell/.m2/repository/org/ apache/struts/struts2-showcase/2.0.12-SNAPSHOT/struts2- showcase-2.0.12-SNAPSHOT.war
[INFO] [INFO][INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:[INFO] ------------------------------------------------------------------------ [INFO] Struts 2 .............................................. SUCCESS [1.919s] [INFO] Struts 2 Core ......................................... SUCCESS [2:00.786s] [INFO] Struts Plugins ........................................ SUCCESS [0.205s] [INFO] Struts 2 Codebehind Plugin ............................ SUCCESS [2.152s] [INFO] Struts 2 Configuration Browser Plugin ................. SUCCESS [0.802s] [INFO] Struts 2 Jasper Reports Plugin ........................ SUCCESS [20.427s] [INFO] Struts 2 JFreeChart Plugin ............................ SUCCESS [2.878s] [INFO] Struts 2 JSF Plugin ................................... SUCCESS [0.873s] [INFO] Struts 2 Pell Multipart Plugin ........................ SUCCESS [0.789s] [INFO] Struts 2 Plexus Plugin ................................ SUCCESS [0.452s] [INFO] Struts 2 Sitegraph Plugin ............................. SUCCESS [2.944s] [INFO] Struts 2 Sitemesh Plugin .............................. SUCCESS [0.524s] [INFO] Struts 2 Spring Plugin ................................ SUCCESS [2.543s] [INFO] Struts 2 Struts 1 Plugin .............................. SUCCESS [1.963s] [INFO] Struts 2 Tiles Plugin ................................. SUCCESS [0.744s] [INFO] Webapps ............................................... SUCCESS [0.720s] [INFO] Blank Webapp .......................................... SUCCESS [4.200s] [INFO] Starter Webapp ........................................ SUCCESS [2.381s] [INFO] Portlet Webapp ........................................ SUCCESS [2.752s] [INFO] Showcase Webapp ....................................... SUCCESS [10.384s] [INFO] ------------------------------------------------------------------------ [INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3 minutes 1 second [INFO] Finished at: Tue Oct 23 13:13:04 EDT 2007 [INFO] Final Memory: 21M/52M[INFO] ------------------------------------------------------------------------
-- James Mitchell On Oct 23, 2007, at 10:18 AM, Ted Husted wrote:
Argh! I'm getting test-build errors on the HEAD. I don't know if these are the same we were having before, or a new issue. I double my heap setting to 2048, but no joy. So, it's probably looping. --- [#attr.templateDir]2007-10-23 10:13:37,090 WARN [CommonsLogger.java:46] : Could not find property[#attr.templateDir]Tests run: 5, Failures: 2, Errors: 0, Skipped: 3, Time elapsed: 32.296 sec <<< FAILURE! Running org.apache.struts2.dispatcher.StreamResultTestTests run: 12, Failures: 1, Errors: 0, Skipped: 11, Time elapsed: 21.157 sec <<<FAILURE! Running org.apache.struts2.views.jsp.ui.LabelTestorg.apache.maven.surefire.booter.SurefireExecutionException: Java heap space; nested exception is java.lang.OutOfMemoryError: Java heap space java.lang.OutOfMemoryError: Java heap space[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: 2 minutes 58 seconds [INFO] Finished at: Tue Oct 23 10:14:49 EDT 2007 [INFO] Final Memory: 26M/47M[INFO] ---------------------------------------------------------------------- ----- I'm on my way to Boston for the AE today. I don't think I'll be able to look into this myself, but someone else does, I should be able to roll it on my laptop there. -Ted. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]