You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Nick Duan <nd...@mcdonaldbradley.com> on 2007/06/20 16:40:50 UTC

How to build tomcat distribution from src

I downloaded tomcat source and was able to build it successfully.  But I
could find a way build the distribution package (either package-tgz or
package-zip).  Any suggestions?

Thanks!

ND

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: How to build tomcat distribution from src

Posted by Johnny Kewl <jo...@kewlstuff.co.za>.
Nick shouldnt be hard.... make sure ant set up right, then....

    ant download
    ant
    ant -f dist.xml

Done!

Also saw a project with NB6 TC6 where the guys shows you how to do it in 
NetBeans.
On the NB site... google

And then I got a NB port at http://coolese.100free.com/
but its not really Tomcat anymore, just allows one to play with code on 
NB5.5.
play with embedding etc etc... nice for learning TC's code.

have fun

----- Original Message ----- 
From: "Nick Duan" <nd...@mcdonaldbradley.com>
To: "Tomcat Users List" <us...@tomcat.apache.org>
Sent: Wednesday, June 20, 2007 4:40 PM
Subject: How to build tomcat distribution from src


>I downloaded tomcat source and was able to build it successfully.  But I
> could find a way build the distribution package (either package-tgz or
> package-zip).  Any suggestions?
>
> Thanks!
>
> ND
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
> 


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org