Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] build failures catalog.ui bundle

Hello Dev's,

I'm wondering about build failures after a fresh pull from upstream.

I did a refresh in the n.r.u.libs bundle with

mvn clean install -f pom-libs.xml -U

The problem is coming from
plugins/net.refractions.udig.catalog.ui/src/net/refractions/udig/catalog/ui/operation/ReshapeDialog.java
with its two imports from

import org.geotools.process.feature.gs.TransformProcess;
import org.geotools.process.feature.gs.TransformProcess.Definition;
I added these quite some time ago; and LISAsoft has a number of developers (who don't build GeoTools) and a build box all of which have been able to use the TransformProcess class.

Can you try removing geotools from your repository? Or building it locally?

(I have had some reports of the "old" layout of the geotools repository causing some problems with how SNAPSHOTS are handled; since I have not been able to reproduce the issue there is no solid bug report yet for the GeoTools community).
I figured out that the current gt-process-feature doesn't contain the
classes :( Are you working with a lokal gt SNAPSHOT version that is
not committed into gt trunk?
Here it is:
- http://svn.osgeo.org/geotools/trunk/modules/unsupported/process-feature/src/main/java/org/geotools/process/feature/gs/TransformProcess.java 
Whats wrong with my checkout / my dependencies? I guess you, Jeff and
Jody, are working on this bundle, could you please review and comment.
See above, perhaps run:

mvn -U clean instal -f pom-libs.xml 

So we can see if -U actually will download new snapshots.

Jody

Back to the top