2011/12/27 Devin Han <[email protected]>: > Hi all, > > Please vote on releasing the following candidate as Apache ODF Toolkit > (incubating) version 0.5. This will be the first incubator release for > ODF Toolkit in Apache. > > This release candidate fixes the pom.xml file inconsistant issue found in > RC6. Thanks Yegor! >
As promised, here are my Windows test results: mvn --version Apache Maven 3.0.3 (r1075438; 2011-02-28 12:31:09-0500) Maven home: C:\apache-maven-3.0.3\bin\.. Java version: 1.6.0_16, vendor: Sun Microsystems Inc. Java home: C:\Program Files\Java\jdk1.6.0_16\jre Default locale: en_US, platform encoding: Cp1252 OS name: "windows xp", version: "5.1", arch: "x86", family: "windows" [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Apache ODF Toolkit ................................ SUCCESS [53.860s] [INFO] ODF Custom Javadoc Taglets ........................ SUCCESS [7:19.718s] [INFO] XML Schema to Template Mapping Tool: Parent POM ... SUCCESS [0.250s] [INFO] XML Schema to Template Mapping Tool: Library ...... SUCCESS [1:07.954s] [INFO] XML Schema to Template Mapping Tool: Maven2 Plugin SUCCESS [31.328s] [INFO] ODFDOM ............................................ SUCCESS [16:23.890s] [INFO] ODF XSLT-Runner ................................... SUCCESS [7.953s] [INFO] ODF XSLT-Runner Ant Task .......................... SUCCESS [4.047s] [INFO] ODF Validator ..................................... SUCCESS [1:23.063s] [INFO] Simple Java API for ODF (Simple ODF) .............. SUCCESS [4:21.156s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 32:19.453s [INFO] Finished at: Tue Jan 03 15:10:21 EST 2012 [INFO] Final Memory: 28M/108M [INFO] ------------------------------------------------------------------------ Note that I did need to make one change to ODFDOM's pom.xml to get around an OutOfMemory exception running one of the JUnit tests: I added this to the SureFire <configuration> <argLine>-Xmx512m</argLine> (Note that setting MAVEN-OPTS environment variable is not enough, since that is not passed on to Junit) Since no one else has run into this, and these flags are non-standard, I'm not sure whether we want them in the pom at all. But we will want to mention this on the website, in case anyone else runs into it.
