Hi list,
I had some problems running full build on my machine.
I found out this is because of the jaitools dependencies in wps-core
pom.xml.
After checking the repo, it appears the artifacts have been renamed with jt
prefixes.
I then added the prefixes in front of the artifactIds and it builds
successfully.
The pom.xml needs to be updated like this:
<dependency>
<groupId>com.googlecode.jaitools</groupId>
<artifactId>jt-zonalstats</artifactId>
<version>${jt.version}</version>
</dependency>
<dependency>
<groupId>com.googlecode.jaitools</groupId>
<artifactId>jt-rangelookup</artifactId>
<version>${jt.version}</version>
</dependency>
<dependency>
<groupId>com.googlecode.jaitools</groupId>
<artifactId>jt-contour</artifactId>
<version>${jt.version}</version>
</dependency>
<dependency>
<groupId>com.googlecode.jaitools</groupId>
<artifactId>jt-vectorize</artifactId>
<version>${jt.version}</version>
</dependency>
<dependency>
<groupId>com.googlecode.jaitools</groupId>
<artifactId>jt-utils</artifactId>
<version>${jt.version}</version>
</dependency>
I think it doesn't fail on the buildbot because it only does an update? I
recently reformatted my machine, so it had to download all the artifacts
from scratch.
Cheers
Rini
--
View this message in context: http://old.nabble.com/jaitools-dependencies-tp30994104p30994104.html
Sent from the GeoServer - Dev mailing list archive at Nabble.com.
On Wed, Feb 23, 2011 at 3:26 AM, Rini Angreani Rini.Angreani@anonymised.com wrote:
Hi list,
I had some problems running full build on my machine.
I found out this is because of the jaitools dependencies in wps-core
pom.xml.
After checking the repo, it appears the artifacts have been renamed with jt
prefixes.
I then added the prefixes in front of the artifactIds and it builds
successfully.
The pom.xml needs to be updated like this:
com.googlecode.jaitools
jt-zonalstats
${jt.version}
com.googlecode.jaitools
jt-rangelookup
${jt.version}
com.googlecode.jaitools
jt-contour
${jt.version}
com.googlecode.jaitools
jt-vectorize
${jt.version}
com.googlecode.jaitools
jt-utils
${jt.version}
I think it doesn’t fail on the buildbot because it only does an update? I
recently reformatted my machine, so it had to download all the artifacts
from scratch.
Right, they have been changed recently and the build machine has the old
jars already downloaded. I’m not in a condition to check and commit the
above right now, could you do it directly?
Cheers
Andrea
Ing. Andrea Aime
GeoSolutions S.A.S.
Tech lead
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 962313
mob: +39 333 8128928
http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.youtube.com/user/GeoSolutionsIT
http://www.linkedin.com/in/andreaaime
http://twitter.com/geowolf
Done! Completed: At revision: 15477
Andrea Aime-5 wrote:
On Wed, Feb 23, 2011 at 3:26 AM, Rini Angreani
<Rini.Angreani@anonymised.com>wrote:
Hi list,
I had some problems running full build on my machine.
I found out this is because of the jaitools dependencies in wps-core
pom.xml.
After checking the repo, it appears the artifacts have been renamed with
jt
prefixes.
I then added the prefixes in front of the artifactIds and it builds
successfully.
The pom.xml needs to be updated like this:
<dependency>
<groupId>com.googlecode.jaitools</groupId>
<artifactId>jt-zonalstats</artifactId>
<version>${jt.version}</version>
</dependency>
<dependency>
<groupId>com.googlecode.jaitools</groupId>
<artifactId>jt-rangelookup</artifactId>
<version>${jt.version}</version>
</dependency>
<dependency>
<groupId>com.googlecode.jaitools</groupId>
<artifactId>jt-contour</artifactId>
<version>${jt.version}</version>
</dependency>
<dependency>
<groupId>com.googlecode.jaitools</groupId>
<artifactId>jt-vectorize</artifactId>
<version>${jt.version}</version>
</dependency>
<dependency>
<groupId>com.googlecode.jaitools</groupId>
<artifactId>jt-utils</artifactId>
<version>${jt.version}</version>
</dependency>
I think it doesn't fail on the buildbot because it only does an update? I
recently reformatted my machine, so it had to download all the artifacts
from scratch.
Right, they have been changed recently and the build machine has the old
jars already downloaded. I'm not in a condition to check and commit the
above right now, could you do it directly?
Cheers
Andrea
-------------------------------------------------------
Ing. Andrea Aime
GeoSolutions S.A.S.
Tech lead
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 962313
mob: +39 333 8128928
http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.youtube.com/user/GeoSolutionsIT
http://www.linkedin.com/in/andreaaime
http://twitter.com/geowolf
-------------------------------------------------------
------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in
Real-Time with Splunk. Collect, index and harness all the fast moving IT
data
generated by your applications, servers and devices whether physical,
virtual
or in the cloud. Deliver compliance at lower cost and gain new business
insights. http://p.sf.net/sfu/splunk-dev2dev
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel
--
View this message in context: http://old.nabble.com/jaitools-dependencies-tp30994104p31000712.html
Sent from the GeoServer - Dev mailing list archive at Nabble.com.