remm 2002/07/26 02:22:24 Modified: . build.xml Log: - More script updates. Revision Changes Path 1.3 +7 -0 jakarta-tomcat-5/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- build.xml 25 Jul 2002 12:01:05 -0000 1.2 +++ build.xml 26 Jul 2002 09:22:24 -0000 1.3 @@ -72,14 +72,21 @@ <!-- ====================== DEPLOY: Deploy Components =================== --> <target name="deploy" depends="deploy-static" description="Build and deploy all components"> + <echo>Target: API - Dist ...</echo> <ant dir="${api.home}" target="dist"/> + <echo>Target: Catalina - Deploy ...</echo> <ant dir="${catalina.home}" target="deploy"/> + <copy todir="${tomcat.build}"> + <fileset dir="${catalina.home}/build"/> + </copy> + <echo>Target: Jasper - Deploy ...</echo> <ant dir="${jasper.home}" target="deploy"> <property name="catalina.home" value="${tomcat.build}"/> </ant> + </target>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>