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. C:\java>mvn archetype:create -DgroupId=org.geotools -DartifactId=tutori al
C:\java\tutorial>mvn install
But I get an error on the third command, see below.
I have successfully run the Eclipse Quickstart, which includes a similar Maven set up. http://docs.geotools.org/stable/tutorials/quickstart/eclipse.html
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: