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:
link|improve this question
1  
Follow the instructions, add -X, and see what the program is complaining about. Then edit question if there is still a question left. – bmargulies Sep 11 '11 at 23:26
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.