You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Filip Hanik - Dev Lists <de...@hanik.com> on 2006/12/06 22:14:59 UTC

Re: New 6.0.x build

I'm planning on doing this (individual maven uploads) tomorrow, let me 
know if anyone has already started

Filip

Filip Hanik - Dev Lists wrote:
> Sounds great, I'm traveling next week so I'll be out of the loop.
> Here are the different uploads that I would suggest go to a maven repo
>
> 1. Complete Tomcat Package, if possible (for containers that wanna 
> include Tomcat through a build)
> 2. tomcat-juli.jar (required for other jars dependencies)
> 3. catalina-tribes.jar (POM should link to tomcat-juli.jar for 
> dependency)
> 4. servlet-api.jar (POM for dependencies)
> 5. jsp-api.jar (POM for dependencies)
> 6. el-api.jar (POM for dependencies)
> 7. annotations-api.jar (POM for dependencies)
> 8. jasper-*.jar (POM for dependencies)
> 9. catalina-ant.jar (POM for dependencies)
>
> I believe all of these in their individual form are useful, and most 
> have been requested already.
>
> If you have other (better) suggestions, I'm open.
>
> Filip


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: New 6.0.x build

Posted by Filip Hanik - Dev Lists <de...@hanik.com>.
I've documented the JAR dependencies below, I used a little tool jarjar, 
I hope its correct, but this is the deps scheme I plan to use to do the 
maven publish of individual jars.
jars not listed, don't have dependencies

bootstrap.jar -> catalina.jar
bootstrap.jar -> tomcat-juli.jar
catalina-ant.jar -> catalina.jar
catalina-ant.jar -> tomcat-coyote.jar
catalina-ha.jar -> catalina.jar
catalina-ha.jar -> tomcat-juli.jar
catalina-ha.jar -> catalina-tribes.jar
catalina-ha.jar -> tomcat-coyote.jar
catalina-ha.jar -> servlet-api.jar
catalina-tribes.jar -> tomcat-juli.jar
jasper-el.jar -> el-api.jar
jasper.jar -> tomcat-juli.jar
jasper.jar -> servlet-api.jar
jasper.jar -> jsp-api.jar
jasper.jar -> el-api.jar
jasper.jar -> jasper-jdt.jar
jasper.jar -> jasper-el.jar
jasper.jar -> catalina.jar
catalina.jar -> servlet-api.jar
catalina.jar -> tomcat-juli.jar
catalina.jar -> tomcat-coyote.jar
catalina.jar -> annotations-api.jar
tomcat-coyote.jar -> tomcat-juli.jar
tomcat-coyote.jar -> catalina.jar
tomcat-coyote.jar -> servlet-api.jar
jsp-api.jar -> servlet-api.jar
jsp-api.jar -> el-api.jar

Filip

Filip Hanik - Dev Lists wrote:
> I'm planning on doing this (individual maven uploads) tomorrow, let me 
> know if anyone has already started
>
> Filip
>
> Filip Hanik - Dev Lists wrote:
>> Sounds great, I'm traveling next week so I'll be out of the loop.
>> Here are the different uploads that I would suggest go to a maven repo
>>
>>
>> I believe all of these in their individual form are useful, and most 
>> have been requested already.
>>
>> If you have other (better) suggestions, I'm open.
>>
>> Filip
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: dev-help@tomcat.apache.org
>
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org