Re: Tomcat SNAPSHOT is missing, 1.2 impl cannot be built

2006-10-31 Thread Matthias Wessendorf

mmm,
I guess, because it is the (Apache) tomcat ?
no idea. Jetty is fine with me too.

-M

On 10/31/06, Dennis Byrne [EMAIL PROTECTED] wrote:

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

  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)






--
Matthias Wessendorf
http://tinyurl.com/fmywh

further stuff:
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com


Re: Tomcat SNAPSHOT is missing, 1.2 impl cannot be built

2006-10-31 Thread Wendy Smoak

On 10/31/06, Dennis Byrne [EMAIL PROTECTED] wrote:

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?


Sorry, I didn't see this over here; we've been discussing it on [EMAIL 
PROTECTED]

This is more fallout from the death of minotaur (people.apache.org)
during the infrastructure move.  The EL jars were lost when it was
restored from an old backup.

I'll deploy new 6.0.1-SNAPSHOT jars tonight.

--
Wendy


Re: Tomcat SNAPSHOT is missing, 1.2 impl cannot be built

2006-10-31 Thread Craig McClanahan
On 10/31/06, Dennis Byrne [EMAIL PROTECTED] wrote:
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-el \-Dversion=
6.0.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/filePath to dependency:1) org.apache.myfaces.core:myfaces-api:jar:1.2.0-SNAPSHOT2) org.apache.tomcat:jasper-el:jar:6.0.0-SNAPSHOT2) 
org.apache.tomcat:el-api:jar:6.0.0-SNAPSHOTTry 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/filePath to dependency:1) org.apache.myfaces.core:myfaces-api:jar:1.2.0-SNAPSHOT2) 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-SNAPSHOTfrom 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
)


Re: Tomcat SNAPSHOT is missing, 1.2 impl cannot be built

2006-10-31 Thread Wendy Smoak

On 10/31/06, Craig McClanahan [EMAIL PROTECTED] wrote:


Didn't Tomcat 6.0 just go final?  If so, it'd probably be worth updating to
the final version number.


Not yet... 6.0.0 exists, but the only vote I've seen was on the
release plan.  I'm working with them to get Tomcat 6 into the central
Maven repo when it's time.

--
Wendy


Re: Tomcat SNAPSHOT is missing, 1.2 impl cannot be built

2006-10-31 Thread Matthias Wessendorf

thanks!

weren't they available?
or was it just a *temp* thing ?

On 10/31/06, Wendy Smoak [EMAIL PROTECTED] wrote:

On 10/31/06, Craig McClanahan [EMAIL PROTECTED] wrote:

 Didn't Tomcat 6.0 just go final?  If so, it'd probably be worth updating to
 the final version number.

Not yet... 6.0.0 exists, but the only vote I've seen was on the
release plan.  I'm working with them to get Tomcat 6 into the central
Maven repo when it's time.

--
Wendy




--
Matthias Wessendorf
http://tinyurl.com/fmywh

further stuff:
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com


Re: Tomcat SNAPSHOT is missing, 1.2 impl cannot be built

2006-10-31 Thread Zubin Wadia
It's not official...http://tomcat.apache.org/download-60.cgiOn 10/31/06, Wendy Smoak 
[EMAIL PROTECTED] wrote:On 10/31/06, Craig McClanahan 
[EMAIL PROTECTED] wrote: Didn't Tomcat 6.0 just go final?If so, it'd probably be worth updating to the final version number.Not yet... 6.0.0 exists, but the only vote I've seen was on the
release plan.I'm working with them to get Tomcat 6 into the centralMaven repo when it's time.--Wendy


Re: Tomcat SNAPSHOT is missing, 1.2 impl cannot be built

2006-10-31 Thread Zubin Wadia
Remy,I was just answering Craig's question. Alpha != Final.Cheers,Z.On 10/31/06, Remy Maucherat 
[EMAIL PROTECTED] wrote:Zubin Wadia wrote: It's not official...
 http://tomcat.apache.org/download-60.cgiIt's official, but it's an alpha release, which to me is a lot betterthan a random build (it has a svn tag, for starters). At the moment, I
am doing some Jasper changes, so it's not a good idea to use a snapshotanyway.Rémy


Re: Tomcat SNAPSHOT is missing, 1.2 impl cannot be built

2006-10-31 Thread Wendy Smoak

On 10/31/06, Wendy Smoak [EMAIL PROTECTED] wrote:


I'll deploy new 6.0.1-SNAPSHOT jars tonight.


This is done, and the poms for the 1.2 branch have been updated.  It
builds for me after downloading the snapshots, please let me know if
you have any trouble.

--
Wendy