Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] Libs dependencies issue


Thanks Kenneth..

That solved part of the issue, but now I'm getting:

[artifact:dependencies] [WARNING] POM for 'org.geotools:gt-main:pom:2.6.5:compile' is invalid.
[artifact:dependencies] Its dependencies (if any) will NOT be available to the current build.

So it looks like it is not getting 2.6.5 from tehre either..

On Aug 11, 2010, at 12:05 PM, Kenneth Gulbrandsoy wrote:

I hit the same snag yesterday. The 2.6.5 is a tagged release and is only found at http://download.osgeo.org. Try to uncomment the line


in the copy.properties file. This did the trick for me.

Apparently, only SNAPSHOTs are located at http://repo.opengeo.org, which the current revision of copy.properties points to. The last developer that commit changes in copy.properties was probably working against one of the snapshots at this site, the changed the version back to 2.6.5, then forgot to comment the last and uncomment the former repository.

Kenneth
  
2010/8/11 Miles Parker <milesparker@xxxxxxxxx>
Hi,

This worked before, but now I'm having trouble getting the libs jars. When I try to run refresh.xml#build, I get:

[artifact:dependencies] Downloading: org/geotools/gt-main/2.6.5/gt-main-2.6.5.pom from repository geotools.repository at http://repo.opengeo.org
[artifact:dependencies] Unable to locate resource in repository
[artifact:dependencies] [INFO] Unable to find resource 'org.geotools:gt-main:pom:2.6.5' in repository geotools.repository (http://repo.opengeo.org) 

etc..

I had a look again at the relevant udig docs and I don't think there is anythign super obvious I'm missing..

Miles

_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel


_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel


Back to the top