11.06.2010, 15:54
I first read the README.
I downloaded the trunk, installed maven and installed intellij Idea 9.
for maven I get:
scenario 1:
I started Idea9 and opened the trunk root pom.
I set the JDK and executed the "Build project" command. That ended succesfully but there is no jar to be found apart from the "common-1.34-SNAPSHOT.jar", while I like to have a routeconvertermac.jar and/or routeconvertermac64.jar.
what am I doing wrong?
scenario 2:
I just cd into the trunk and run "mvn clean package". After a lot of messages it finally breaks on the "TimeZoneTest"
So this route does not even compile completely.
Anyone an idea?
I downloaded the trunk, installed maven and installed intellij Idea 9.
for maven I get:
Code:
mvn --version
Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200)
Java version: 1.6.0_20
Java home: /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home
Default locale: nl_NL, platform encoding: MacRoman
OS name: "mac os x" version: "10.5.8" arch: "x86_64" Family: "mac"scenario 1:
I started Idea9 and opened the trunk root pom.
I set the JDK and executed the "Build project" command. That ended succesfully but there is no jar to be found apart from the "common-1.34-SNAPSHOT.jar", while I like to have a routeconvertermac.jar and/or routeconvertermac64.jar.
what am I doing wrong?
scenario 2:
I just cd into the trunk and run "mvn clean package". After a lot of messages it finally breaks on the "TimeZoneTest"
Code:
Failed tests:
testXMLGregorianCalendarViaDatatypeFactory(slash.navigation.base.TimeZoneTest)
Tests run: 233, Failures: 1, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.Anyone an idea?
