I'm on coverage branch.
I've tried to add basictools to build set, but I don't understand wich
dependency I've to add to eliminate "cannot resolve symbol" errors
caused by sources (created by someone else) using these classes:
org.opengis.util.UnlimitedInteger
org.opengis.util.Multiplicity
Inspecting JARs in the repository I can find only org.opengis.util
and not:
org.opengis.util.UnlimitedInteger
org.opengis.util.Multiplicity
In my gt/pom.xml I've:
<!-- GeoAPI and its dependencies -->
<dependency>
<groupId>org.opengis</groupId>
<artifactId>geoapi</artifactId>
<version>pending-20060215.095613-1</version>
</dependency>
<dependency>
<groupId>javax.units</groupId>
<artifactId>jsr108</artifactId>
<version>0.01</version>
</dependency>
<dependency>
<groupId>org.opengis</groupId>
<artifactId>geoapi-legacy</artifactId>
<version>0.2</version>
</dependency>
and in my gt/module/basictools/pom.xml I've:
<dependencies>
<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt2-api</artifactId>
<version>2.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt2-referencing</artifactId>
<version>2.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.vividsolutions</groupId>
<artifactId>jts</artifactId>
<!-- The version number is specified in the parent POM. -->
</dependency>
<dependency>
<groupId>org.opengis</groupId>
<artifactId>geoapi-legacy</artifactId>
<!-- The version number is specified in the parent POM. -->
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<!-- The version number is specified in the parent POM. -->
<scope>provided</scope> <!-- Needed for compilation, not for
running -->
</dependency>
<dependency>
<groupId>org.eclipse.emf</groupId>
<artifactId>common</artifactId>
<version>2.1.0</version>
</dependency>
<dependency>
<groupId>org.eclipse.emf</groupId>
<artifactId>ecore</artifactId>
<version>2.1.0</version>
</dependency>
</dependencies>
Bye,
Luigi.
___________________________________
Yahoo! Mail: gratis 1GB per i messaggi e allegati da 10MB
http://mail.yahoo.it
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel