I am trying to compile GeoTools from a Windows-XP command line, using Maven.
I am following the Maven Quickstart tutorial at:
http://docs.geotools.org/latest/userguide/tutorial/quickstart/maven.html
The first two Maven commands work fine.
mvn archetype:create -DgroupId=org.geotools -DartifactId=tutorial
mvn install
But I get an error on the third command, see below for errors.
mvn exec:java -Dexec.mainClass=org.geotools.tutorial.quickstart.Quickstart
I have compiled and run the Hello World examples at command line using Maven.
http://docs.geotools.org/stable/userguide/quickstart.html
I have successfully run the Eclipse Quickstart, which includes a similar Maven set up.
http://docs.geotools.org/stable/tutorials/quickstart/eclipse.html
In all cases I used the suggested pom.xml for each example
Regards,
Pat
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2:java (def
ault-cli) on project tutorial: An exception occured while executing the Java cla
ss. org.geotools.tutorial.Quickstart -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
ch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please rea
d the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionE
xception
------------------------------------------------------------------------------ Doing More with Less: The Next Generation Virtual Desktop What are the key obstacles that have prevented many mid-market businesses from deploying virtual desktops? How do next-generation virtual desktops provide companies an easier-to-deploy, easier-to-manage and more affordable virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
_______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
