On 10/31/06, Dennis Byrne <[EMAIL PROTECTED]> wrote:
Didn't Tomcat 6.0 just go final? If so, it'd probably be worth updating to the final version number.
Craig
Looks like the 1.2 branch [2] does not work on a fresh co because the tomcat jars have been removed from the apache repo [1]. Does anyone know where they have gone to? I seem to remember the Mortbay jars working quite well for us. Is there any reason this was changed?
Dennis Byrne
[1] http://people.apache.org/repo/m2-snapshot-repository/org/apache/
[2]
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) org.apache.tomcat:jasper-el:jar:6.0.0-SNAPSHOT
Didn't Tomcat 6.0 just go final? If so, it'd probably be worth updating to the final version number.
Craig
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.tomcat -DartifactId=jasper-e
l \
-Dversion= 6.0.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
Path to dependency:
1) org.apache.myfaces.core:myfaces-api:jar:1.2.0-SNAPSHOT
2) org.apache.tomcat:jasper-el:jar:6.0.0-SNAPSHOT
2) org.apache.tomcat:el-api:jar:6.0.0-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.tomcat -DartifactId=el-api \
-Dversion=6.0.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
Path to dependency:
1) org.apache.myfaces.core:myfaces-api:jar:1.2.0-SNAPSHOT
2) org.apache.tomcat:el-api:jar:6.0.0-SNAPSHOT
----------
2 required artifacts are missing.
for artifact:
org.apache.myfaces.core:myfaces-api:jar:1.2.0-SNAPSHOT
from the specified remote repositories:
central ( http://repo1.maven.org/maven2),
java.net (https://maven-repository.dev.java.net/nonav/repository),
apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
myfaces-repo (http://myfaces.zones.apache.org/dist/maven-repository )
