+1 double checked builds on Mac, ran build multiple times. All builds were successful.
Regards Oliver On Sun, Mar 17, 2013 at 6:34 AM, Ian C <[email protected]> wrote: > Thanks Svante, removing the jaxp repository worked. > > So all in the 0.6 download now builds correctly. > > > On Sat, Mar 16, 2013 at 7:54 PM, Svante Schubert > <[email protected]> wrote: >> Hi Ian, >> >> It is a 3rd party problem and should be fixed. >> The reason why it does not work for you, but for everyone else, might be >> you have the old broken pom.xml version in your maven cache. >> Try first a "rm >> ~/.m2/repository/org/iso_relax/verifier/jaxp/validation/isorelax-jaxp-bridge/1.0/*.*" >> i >> If this does not work out, remove or rename ~/.m2 >> >> Details in the former issue: >> https://issues.apache.org/jira/browse/ODFTOOLKIT-318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel >> >> After this patch is applied please delete your .m2 cache entry for this >> artifact no >> matter which version of Maven you currently make use of: >> >> ~/.m2/repository/org/iso_relax/verifier/jaxp/validation/isorelax-jaxp-bridge/1.0/*.* >> >> Good luck! >> Svante >> >> >> On 16.03.2013 11:22, Ian C wrote: >>> Hi Svante, >>> >>> sorry for the delay in replying... real life etc... >>> >>> But the error I get is >>> >>> [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] >>> >>> Earlier I get a warning... >>> [WARNING] The POM for >>> org.iso_relax.verifier.jaxp.validation:isorelax-jaxp-bridge:jar:1.0 is >>> invalid, transitive dependencies (if any) will not be available, >>> enable debug logging for more details >>> >>> I'm building of Fedora 16 >>> >>> mvn -version tells me >>> Apache Maven 3.0.4 (r1232337; 2012-01-17 16:44:56+0800) >>> Maven home: /usr/local/apache-maven/apache-maven-3.0.4 >>> Java version: 1.6.0_24, vendor: Sun Microsystems Inc. >>> Java home: /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre >>> Default locale: en_US, platform encoding: UTF-8 >>> OS name: "linux", version: "3.6.11-1.fc16.x86_64", arch: "amd64", family: >>> "unix" >>> >>> >>> On Wed, Mar 13, 2013 at 9:57 PM, Svante Schubert >>> <[email protected]> wrote: >>>> Ian, what failed at the validator? >>>> >>>> On 13.03.2013 14:47, Ian C wrote: >>>>> Hi >>>>> I just downloaded the src and all except the validator build and test ok. >>>>> >>>>> Don't understand why my validator does not build. But don't use it so >>>>> won't lose any sleep over it just yet. >>>>> >>>>> >>>>> On Wed, Mar 13, 2013 at 5:09 AM, Oliver Rau <[email protected]> wrote: >>>>>> Hi, >>>>>> >>>>>> the issues that I encountered were just issues on my local config with >>>>>> repositories, I can dbl check tomorrow whether rc3 is building >>>>>> successfully. If testcases fail occasionally it might be a good idea >>>>>> to run unit tests multiple times to make sure that they set-up and >>>>>> tear down correctly. >>>>>> >>>>>> Regards >>>>>> >>>>>> Oliver >>>>>> >>>>>> On Tue, Mar 12, 2013 at 9:42 AM, Florian Hopf >>>>>> <[email protected]> wrote: >>>>>>> Hi, >>>>>>> >>>>>>> thanks for building another release candidate. I had one problem while >>>>>>> building from source, this test fails sometimes (probably the same >>>>>>> problem >>>>>>> Oliver had encountered?) >>>>>>> org/odftoolkit/odfdom/incubator/meta/MetaDocumentStatisticTest >>>>>>> >>>>>>> That's the same problem that has been fixed for Simple API here >>>>>>> https://issues.apache.org/jira/browse/ODFTOOLKIT-342 >>>>>>> >>>>>>> If everyone is OK with this I'd like to add the same fix as for the >>>>>>> Simple >>>>>>> API. >>>>>>> >>>>>>> Also, I'd like to add the links to the download sections of our >>>>>>> dependencies >>>>>>> to the README. I'd commit both changes tomorrow morning (which is now >>>>>>> +24h). >>>>>>> >>>>>>> Regards >>>>>>> Florian >>>>>>> >>>>>>> >>>>>>> On 07.03.2013 19:09, Dali Liu wrote: >>>>>>>> Dear all, >>>>>>>> >>>>>>>> We got some feedback on our 0.6 RC2 build this week, here is new RC3 >>>>>>>> build which fix the issues base on RC2. >>>>>>>> I build with the source package successfully on my Win7 and Ubuntu >>>>>>>> system. >>>>>>>> >>>>>>>> The different with RC2 are: >>>>>>>> 1.Fix the simple api javadoc >>>>>>>> 2.Fix pom.xml uncomment modules section. >>>>>>>> >>>>>>>> >>>>>>>> The candidate for the ODF Toolkit 0.6-incubating release is available >>>>>>>> at: >>>>>>>> >>>>>>>> http://people.apache.org/~liudali/odftoolkit-release/0.6-incubating-rc3/ >>>>>>>> >>>>>>>> The SHA1 checksum of the archive zip source is >>>>>>>> a45e918d2db21dca9fdd99fe363bd3b8e399c63a. >>>>>>>> >>>>>>>> The SHA1 checksum of the archive zip binary is >>>>>>>> ebf5ed8805c64595d4e093eb792e54a98ed2cd6c. >>>>>>>> >>>>>>>> The changes can be found at here: >>>>>>>> >>>>>>>> >>>>>>>> https://svn.apache.org/repos/asf/incubator/odf/tags/0.6-incubating-rc3/CHANGES.txt >>>>>>>> >>>>>>>> Please vote on releasing this package as Apache ODF Toolkit >>>>>>>> 0.6-incubating. >>>>>>>> The vote is open for the next 72 hours and passes if a majority of at >>>>>>>> least three +1 ODF Toolkit PMC votes are cast. >>>>>>>> >>>>>>>> [ ] +1 Release this package as Apache ODF Toolkit 0.6-incubating >>>>>>>> [ ] -1 Do not release this package because... >>>>>>>> >>>>>>> -- >>>>>>> Florian Hopf >>>>>>> Freelance Software Developer >>>>>>> >>>>>>> http://blog.florian-hopf.de >>> >> > > > > -- > Cheers, > > Ian C
