MY SYSTEM CONFIGURATION Operating System: SuSE Linux 11.1 Java Version: JDK 1.6.0_19
HOW I PRODUCED THE ERROR I wanted to create a project by typing: mvn archetype:generate -DarchetypeCatalog=remote Since mvn answered that no archetype was defined, I repeated the command with the option -e to turn on error stack trace: mvn -e archetype:generate -DarchetypeCatalog=remote Neither any archetypes were found nor any error messages were returned. Now I started a browser session with Firefox 3.0.13 and navigated to the following URL: http://repo1.maven.org/maven2/archetype-catalog.xml But instead of displaying any contents my browser returned th following error message: XML Parsing Error: syntax error Location: http://repo1.maven.org/maven2/archetype-catalog.xml Line Number 1, Column 1: ArchetypeContentGenerator ^ How can I solve that problem? Regards Farid --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
