Jason, the first issue is still there. I tried it few times today and
still failing:
[INFO] Can't resolve artifact
org.apache.cocoon:cocoon-rcl-webapp-wrapper:1.0.0-RC1-SNAPSHOT
Embedded error: Missing:
----------
1) org.apache.cocoon:cocoon-rcl-webapp-wrapper:jar:1.0.0-RC1-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.cocoon
-DartifactId=cocoon-rcl-webapp-wrapper \
-Dversion=1.0.0-RC1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file
there: mvn deploy:deploy-file -DgroupId=org.apache.cocoon
-DartifactId=cocoon-rcl-webapp-wrapper \
-Dversion=1.0.0-RC1-SNAPSHOT -Dpackaging=jar
-Dfile=/path/to/file \
-Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) unspecified:unspecified:jar:0.0
2)
org.apache.cocoon:cocoon-rcl-webapp-wrapper:jar:1.0.0-RC1-SNAPSHOT
----------
1 required artifact is missing.
for artifact:
unspecified:unspecified:jar:0.0
from the specified remote repositories:
apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
central (http://repo1.maven.org/maven2)
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 10 minutes 29 seconds
[INFO] Finished at: Sun Feb 10 15:04:48 AST 2008
[INFO] Final Memory: 45M/63M
I don't know at this point if the idea of including the dependencies and
use ant is justified !
Jason Johnston wrote:
Mansour wrote:
I have deleted the whole .m2 directory and started over. Still
there's an error.
Well I can't reproduce this one. The Nekohtml artifact is definitely
in the central repository. The only thing I can suggest is that maybe
it was a temporary network issue and to try again. If the issue
persists then maybe someone else will have some ideas.
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) nekohtml:nekohtml:jar:0.9.5
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=nekohtml -DartifactId=nekohtml \
-Dversion=0.9.5 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the
file there: mvn deploy:deploy-file -DgroupId=nekohtml
-DartifactId=nekohtml \
-Dversion=0.9.5 -Dpackaging=jar -Dfile=/path/to/file \
-Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.cocoon:cocoon-forms-impl:jar:1.1.0-SNAPSHOT
2) org.outerj.daisy:daisy-htmlcleaner:jar:1.4.1
3) nekohtml:nekohtml:jar:0.9.5
----------
1 required artifact is missing.
for artifact:
org.apache.cocoon:cocoon-forms-impl:jar:1.1.0-SNAPSHOT
from the specified remote repositories:
apache.snapshots
(http://people.apache.org/repo/m2-snapshot-repository),
central (http://repo1.maven.org/maven2)
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 10 minutes 27 seconds
[INFO] Finished at: Sat Feb 09 20:23:41 AST 2008
[INFO] Final Memory: 42M/63M
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]