Hello
I’m unable to compile the Grizzly source following this tutorial:
https://grizzly.dev.java.net/tutorials/grizzly-nb6-tutorial/index.html
Initially I get a maven error similar to what is happening here:
http://www.nabble.com/Problem-Grizzly-Netbeans-maven-Installation-td17273564
.html
I change the version in the pom inside the trunk directory:
<extension>
<groupId>org.jvnet.wagon-svn</groupId>
<artifactId>wagon-svn</artifactId>
<version>RELEASE</version>
</extension>
To
<extension>
<groupId>org.jvnet.wagon-svn</groupId>
<artifactId>wagon-svn</artifactId>
<version>1.8</version>
</extension>
Then I get rid of the “badly formed maven project” error message and the
project is named grizzly-project (pom) instead. But when I compile I get the
following error:
[ERROR]Maven encountered an error while trying to resolve an the direct
dependencies for a build extension used in your project.
[ERROR]Project:
[ERROR]Group-Id: com.sun.grizzly
[ERROR]Artifact-Id: grizzly-project
[ERROR]Version: 1.8-SNAPSHOT
[ERROR]Type: pom
[ERROR]Scope: null
[ERROR]Extension:
[ERROR]Group-Id: org.jvnet.wagon-svn
[ERROR]Artifact-Id: wagon-svn
[ERROR]Version: 1.8
[ERROR]Type: jar
[ERROR]Scope: null
[ERROR]Failed Artifact:
[ERROR]Group-Id: org.jvnet.wagon-svn
[ERROR]Artifact-Id: wagon-svn
[ERROR]Version: 1.8
[ERROR]Type: jar
[ERROR]Scope: null
[ERROR]Error message: Unable to read the metadata file for artifact
'org.jvnet.wagon-svn:wagon-svn:jar': POM 'org.jvnet.wagon-svn:wagon-svn' not
found in repository: Unable to download the artifact from any repository
[ERROR] org.jvnet.wagon-svn:wagon-svn:pom:1.8
[ERROR]from the specified remote repositories:
[ERROR] central (
http://repo1.maven.org/maven2)
[ERROR] for project org.jvnet.wagon-svn:wagon-svn
[ERROR]Root error message: Unable to download the artifact from any
repository
------------------------------------------------------------------------
For more information, run with the -e flag
------------------------------------------------------------------------
+ Ignoring build failures
------------------------------------------------------------------------
BUILD SUCCESSFUL
------------------------------------------------------------------------
Total time: < 1 second
Finished at: Sun Jun 22 12:45:31 BST 2008
Final Memory: 70M/125M
------------------------------------------------------------------------
I’m on Windows XP SP2 with jre1.6.0_06