[Geoserver-devel] Where is org.geotools:gt-directory:jar:8-SNAPSHOT?

I’m setting up a local Nexus repository to mirror everything, so I have to manually add all of the repositories for the Geoserver dependencies to it as proxy repositories. I think I have them all resolved except for org.geotools.gt-directory 8-SNAPSHOT. I really think it should be here:

http://repo.opengeo.org/org/geotools/gt-directory/

since all of the other gt artifacts have 8-SNAPSHOT versions, but gt-directory doesn’t. Am I looking in the wrong place, or did the nightly build break and I just picked a bad day to set up my mirror?

Thanks,
Shane

gt-directory is finished as an experiment; it has been folded into gt-data.


Jody Garnett

On Wednesday, 27 April 2011 at 12:36 PM, Shane StClair wrote:

I’m setting up a local Nexus repository to mirror everything, so I have to manually add all of the repositories for the Geoserver dependencies to it as proxy repositories. I think I have them all resolved except for org.geotools.gt-directory 8-SNAPSHOT. I really think it should be here:

http://repo.opengeo.org/org/geotools/gt-directory/

since all of the other gt artifacts have 8-SNAPSHOT versions, but gt-directory doesn’t. Am I looking in the wrong place, or did the nightly build break and I just picked a bad day to set up my mirror?

Thanks,
Shane


WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network
management toolset available today. Delivers lowest initial
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd


Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

On Wed, Apr 27, 2011 at 4:36 AM, Shane StClair <shane@anonymised.com> wrote:

I'm setting up a local Nexus repository to mirror everything, so I have to
manually add all of the repositories for the Geoserver dependencies to it as
proxy repositories. I think I have them all resolved except for
org.geotools.gt-directory 8-SNAPSHOT. I really think it should be here:
http://repo.opengeo.org/org/geotools/gt-directory/
since all of the other gt artifacts have 8-SNAPSHOT versions, but
gt-directory doesn't. Am I looking in the wrong place, or did the nightly
build break and I just picked a bad day to set up my mirror?

As Jody said, finished experiment. There is nothing in the standard GeoServer
depending on it.
A quick find and grep reports the two following community modules:

find . -name pom.xml -exec grep -H gt-directory {} \;
./community/python/geoscript/pom.xml: <artifactId>gt-directory</artifactId>
./community/importer/pom.xml: <artifactId>gt-directory</artifactId>

However I think none of them is in the build, otherwise we'd see
related failures in the nightly build here:
http://hudson.opengeo.org/hudson/

(there are failures, but they are due to recent changes in the
property data store)

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

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

-------------------------------------------------------

Ah, ok, thanks. I was able to build successfully, I just noticed that the community importer was complaining about it.

On Tue, Apr 26, 2011 at 10:33 PM, Andrea Aime <andrea.aime@anonymised.com> wrote:

On Wed, Apr 27, 2011 at 4:36 AM, Shane StClair <shane@anonymised.com> wrote:

I’m setting up a local Nexus repository to mirror everything, so I have to
manually add all of the repositories for the Geoserver dependencies to it as
proxy repositories. I think I have them all resolved except for
org.geotools.gt-directory 8-SNAPSHOT. I really think it should be here:
http://repo.opengeo.org/org/geotools/gt-directory/
since all of the other gt artifacts have 8-SNAPSHOT versions, but
gt-directory doesn’t. Am I looking in the wrong place, or did the nightly
build break and I just picked a bad day to set up my mirror?

As Jody said, finished experiment. There is nothing in the standard GeoServer
depending on it.
A quick find and grep reports the two following community modules:

find . -name pom.xml -exec grep -H gt-directory {} ;
./community/python/geoscript/pom.xml: gt-directory
./community/importer/pom.xml: gt-directory

However I think none of them is in the build, otherwise we’d see
related failures in the nightly build here:
http://hudson.opengeo.org/hudson/

(there are failures, but they are due to recent changes in the
property data store)

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

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



Shane StClair
Software Engineer
Axiom Consulting & Design
523 W 8th Ave
Suite 104
Anchorage, AK 99501
http://www.axiomalaska.com

On Wed, Apr 27, 2011 at 9:11 AM, Shane StClair <shane@anonymised.com> wrote:

Ah, ok, thanks. I was able to build successfully, I just noticed that the
community importer was complaining about it.

Yeah, we should simply remove that module, the real thing is in the
OpenGeo suite,
that module has been lying there for ages unmaintained

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

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

-------------------------------------------------------