I see what it is.... the pom file for the org.iso_relax.verifier.jaxp.validation:isorelax-jaxp-bridge
is not version 4 (found via looking at various emails and then checking). Pom says ... <?xml version="1.0" encoding="UTF-8"?> <project> <pomVersion>3</pomVersion> <currentVersion>1.0</currentVersion> <groupId>org.iso_relax.verifier.jaxp.validation</groupId> <artifactId>isorelax-jaxp-bridge</artifactId> <name>ISO RELAX JARV API to JAXP 1.4 validation API bridge</name> <package>org.iso_relax.verifier.jaxp</package> <description>[TODO: explain what this workflow is about]</description> I skipped the validator and the simple-api builds. Not sure how to proceed to build the validator. If I want it I guess I can go get the binary? Cheers, Ian On Sat, May 5, 2012 at 6:25 PM, Ian <[email protected]> wrote: > Hi All, > > I am trying to build the toolkit. Most builds ok.... I get to... > > [INFO] Reactor Summary: > [INFO] > [INFO] Apache ODF Toolkit ................................ SUCCESS [1.715s] > [INFO] ODF Custom Javadoc Taglets ........................ SUCCESS [1:35.145s] > [INFO] XML Schema to Template Mapping Tool: Parent POM ... SUCCESS [0.079s] > [INFO] XML Schema to Template Mapping Tool: Library ...... SUCCESS [1:21.619s] > [INFO] XML Schema to Template Mapping Tool: Maven2 Plugin SUCCESS [7.433s] > [INFO] ODFDOM ............................................ SUCCESS [1:42.491s] > [INFO] ODF XSLT-Runner ................................... SUCCESS [0.856s] > [INFO] ODF X[INFO] Reactor Summary: > [INFO] > [INFO] Apache ODF Toolkit ................................ SUCCESS [1.715s] > [INFO] ODF Custom Javadoc Taglets ........................ SUCCESS [1:35.145s] > [INFO] XML Schema to Template Mapping Tool: Parent POM ... SUCCESS [0.079s] > [INFO] XML Schema to Template Mapping Tool: Library ...... SUCCESS [1:21.619s] > [INFO] XML Schema to Template Mapping Tool: Maven2 Plugin SUCCESS [7.433s] > [INFO] ODFDOM ............................................ SUCCESS [1:42.491s] > [INFO] ODF XSLT-Runner ................................... SUCCESS [0.856s] > [INFO] ODF XSLT-Runner Ant Task .......................... SUCCESS [0.802s] > [INFO] ODF Validator ..................................... FAILURE [58.401s] > [INFO] Simple Java API for ODF (Simple ODF) .............. SKIPPED > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 5:49.286s > [INFO] Finished at: Sat May 05 16:48:14 WST 2012 > [INFO] Final Memory: 62M/458M > [INFO] > ------------------------------------------------------------------------ > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-remote-resources-plugin:1.2.1:process > (default) on project odfvalidator: Execution default of goal > org.apache.maven.plugins:maven-remote-resources-plugin:1.2.1:process > failed: For artifact > {org.iso_relax.verifier.jaxp.validation:isorelax-jaxp-bridge:null:jar}: > The version cannot be empty. -> [Help 1] > org.apache.maven.lifecycle.LifecycleExecutionException: Failed to > execute goal > org.apache.maven.plugins:maven-remote-resources-plugin:1.2.1:process > (default) on project odfvalidator: Execution default of goal > org.apache.maven.plugins:maven-remote-resources-plugin:1.2.1:process > failed: For artifact > {org.iso_relax.verifier.jaxp.validation:isorelax-jaxp-bridge:null:jar}: > The version cannot be empty. > at > org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225) > at > org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) > ... > > That is from a rerun which has the same errors as my first run. > > Any ideas? I am not familiar with Maven yet. > > I am building on Fedora 16 and with Java 1.6 (I read somewhere that is > should be 1.5?) > > Cheers, > > Ian
