Hello Travis
Le 08/06/13 13:10, Travis L Pinney a écrit :
It looks like the trunk has unit tests errors currently.
https://builds.apache.org/job/sis-trunk/181/
Those errors were caused by the "sis-build-helper" plugin not being
executed anymore after the pom.xml changes. It should be fixed now.
A good way to check if everything go well is to execute the following
command:
unzip -ll core/sis-utility/target/sis-utility-0.3-geoapi3.0-SNAPSHOT.jar
The output of this command shall not contains com/sun/* entry (excluded
by the ant plugin), and shall contains some
org/apache/sis/util/resources/*.utf entries (created by the
sis-build-helper plugin). The NullPointerException were caused by the
*.utf files being absent.
However maybe it doesn't work well with Eclipse. Can Eclipse run Maven
plugins?
Cheers
Martin