Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] Re: [Geotools-devel] javadocs or 2.5.3

grabbing a Checkout of your tag does not build for me .. with a failure in the legacy module. Indeed I cannot even run "mvn dependency:tree" to see what is going on...

The dependency section itself seems odd ... with gt-main appearing several times at different scopes:
  <dependencies>
    <dependency>
      <groupId>com.vividsolutions</groupId>
      <artifactId>jts</artifactId>
      <!-- The version number is specified in the parent POM. -->
    </dependency>
    <dependency>
      <groupId>org.geotools</groupId>
      <artifactId>gt-main</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>org.geotools</groupId>
      <artifactId>gt-main</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>org.geotools</groupId>
      <artifactId>gt-main</artifactId>
      <version>${project.version}</version>
      <classifier>tests</classifier>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.geotools</groupId>
      <artifactId>gt-referencing</artifactId>
      <version>${project.version}</version>
    </dependency>
  </dependencies>


On Tue, Feb 3, 2009 at 7:37 AM, Jody Garnett <jody.garnett@xxxxxxxxx> wrote:
Okay cool; grabbing a checkout of the tag now.
Jody

On Tue, Feb 3, 2009 at 1:55 AM, Justin Deoliveira <jdeolive@xxxxxxxxxxx> wrote:
The tag would be ideal, so the version numbers on the docs would match. but a snapshot of 2.5.x should suffice too.

Jody Garnett wrote:
I will start the process here; I have had some success in the past. I will update 2.5.x and build; will that be sufficient or do you really want the tag?
Jody

Justin are the javadocs changing that much between point releases? We should work
On Sun, Feb 1, 2009 at 9:10 PM, Adrian Custer <acuster@xxxxxxxxx <mailto:acuster@xxxxxxxxx>> wrote:

   On Fri, 2009-01-30 at 16:04 -0700, Justin Deoliveira wrote:
    > So I guess I will throw it out to other people.
    > Could someone else try generating them. Remember it takes java 6 and
    > apparently a non mac os.
    >
    > -Justin

   tried and failed; don't know the magic incantation.

   --adrian


   ------------------------------------------------------------------------------
   This SF.net email is sponsored by:
   SourcForge Community
   SourceForge wants to tell your story.
   http://p.sf.net/sfu/sf-spreadtheword
   _______________________________________________
   Geotools-devel mailing list
   Geotools-devel@xxxxxxxxxxxxxxxxxxxxx
   <mailto:Geotools-devel@xxxxxxxxxxxxxxxxxxxxx>


--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.



Back to the top