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:

   <dependency>
     <groupId>org.apache.tomcat</groupId>
     <artifactId>el-api</artifactId>
     <version>6.0.0-SNAPSHOT</version>
   </dependency>

   <dependency>
     <groupId>org.apache.tomcat</groupId>
     <artifactId>jasper-el</artifactId>
     <version>6.0.0-SNAPSHOT</version>
   </dependency>

Thanks,
--
Wendy

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

Reply via email to