Tomcat 6 EL jars

2006-10-09 Thread Wendy Smoak

Does anyone mind if I deploy snapshots of the Tomcat 6 el-api and
jasper-el jars to Apache's Maven snapshot repository?  The MyFaces
project needs them for the JSF 1.2 (JSR-252) implementation.  (We're
currently compiling against jars from Jetty.)

They'll end up here:
  http://people.apache.org/repo/m2-snapshot-repository/org/apache/tomcat

There are Ant tasks available to do this, if it's something you're
willing to add to the build, but I don't mind deploying them
occasionally until there is a TC6 release available in the central
repository.

Thanks,
Wendy

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat 6 EL jars

2006-10-09 Thread Yoav Shapira

Hi,
I don't personally mind at all.  I've been wanting to add remote Maven
repo deployment for Tomcat components for Tomcat 6 anyways.  (It can't
be fully automatic, though, or at least I was only planning to do it
for PMC-approved releases, including alpha / beta).  Where are these
Ant tasks you mention?

Yoav

On 10/9/06, Wendy Smoak <[EMAIL PROTECTED]> wrote:

Does anyone mind if I deploy snapshots of the Tomcat 6 el-api and
jasper-el jars to Apache's Maven snapshot repository?  The MyFaces
project needs them for the JSF 1.2 (JSR-252) implementation.  (We're
currently compiling against jars from Jetty.)

They'll end up here:
   http://people.apache.org/repo/m2-snapshot-repository/org/apache/tomcat

There are Ant tasks available to do this, if it's something you're
willing to add to the build, but I don't mind deploying them
occasionally until there is a TC6 release available in the central
repository.

Thanks,
Wendy

-
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]



Re: Tomcat 6 EL jars

2006-10-09 Thread Wendy Smoak

On 10/9/06, Yoav Shapira <[EMAIL PROTECTED]> wrote:

Hi,
I don't personally mind at all.  I've been wanting to add remote Maven
repo deployment for Tomcat components for Tomcat 6 anyways.  (It can't
be fully automatic, though, or at least I was only planning to do it
for PMC-approved releases, including alpha / beta).  Where are these
Ant tasks you mention?


The Ant tasks (which I haven't used) are here:
http://maven.apache.org/ant-tasks.html

For the central repository, yes, it needs to wait until you have a
sanctioned release.

(Just to be clear, I'm only talking about deploying to the snapshot repository.)

Thanks,
--
Wendy

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat 6 EL jars

2006-10-09 Thread Remy Maucherat

Wendy Smoak wrote:

There are Ant tasks available to do this, if it's something you're
willing to add to the build, but I don't mind deploying them
occasionally until there is a TC6 release available in the central
repository.


Sure, no problem from me either. There could be regular Tomcat 6 builds 
available shortly.


Rémy

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat 6 EL jars

2006-10-10 Thread Wendy Smoak

On 10/9/06, Remy Maucherat <[EMAIL PROTECTED]> wrote:


Sure, no problem from me either. There could be regular Tomcat 6 builds
available shortly.


This is done... the el-api and jasper-el jars are available here:
  http://people.apache.org/repo/m2-snapshot-repository/org/apache/tomcat/

This will only be interesting if you're building with Maven, but here
are the dependency elements you can add to your pom.xml file:

   
 org.apache.tomcat
 el-api
 6.0.0-SNAPSHOT
   

   
 org.apache.tomcat
 jasper-el
 6.0.0-SNAPSHOT
   

Thanks,
--
Wendy

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat 6 EL jars

2006-10-12 Thread Filip Hanik - Dev Lists

Speaking of which,
We're not using maven, and I don't see us switch in a short term. But I 
think it would be good if Tomcat could post its individual JARs
to the apache maven repository. Useful JARs are, but not limited to, the 
EL jars, JASPTER, TRIBES, JULI.
I've received more than one request here at ApacheCon for individual 
JARs out of the tomcat binaries, and for other projects that use Maven, 
could benefit greatly if we published them to the m2 repository.


any thoughts?
Filip



Wendy Smoak wrote:

On 10/9/06, Remy Maucherat <[EMAIL PROTECTED]> wrote:


Sure, no problem from me either. There could be regular Tomcat 6 builds
available shortly.


This is done... the el-api and jasper-el jars are available here:
  http://people.apache.org/repo/m2-snapshot-repository/org/apache/tomcat/

This will only be interesting if you're building with Maven, but here
are the dependency elements you can add to your pom.xml file:

   
 org.apache.tomcat
 el-api
 6.0.0-SNAPSHOT
   

   
 org.apache.tomcat
 jasper-el
 6.0.0-SNAPSHOT
   

Thanks,



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]