build module:
svn co http://svn.apache.org/repos/asf/tomcat/build/tags/tc5.5.x/TOMCAT_5_5_16/ build
container module:
svn co http://svn.apache.org/repos/asf/tomcat/container/tags/tc5.5.x/TOMCAT_5_5_16/
container
connectors module:
svn co http://svn.apache.org/repos/asf/tomcat/connectors/tags/tc5.5.x/TOMCAT_5_5_16/
connectors
jasper module:
svn co http://svn.apache.org/repos/asf/tomcat/jasper/tags/tc5.5.x/TOMCAT_5_5_16/
jasper
servletapi module:
svn co http://svn.apache.org/repos/asf/tomcat/servletapi/servlet2.4-jsp2.0-tc5.x
servletapi
I then have a build.properties file in the build directory, with the base path modified as:
base.path=C:/cygwin/home/asaldhana/tomcat55
Step 1:
Go to the build directory and do "ant download". This will download the components that are dependencies.
No comments:
Post a Comment