craigmcc 01/03/11 16:07:32 Modified: . build-webapp.xml build.xml Log: Refine dependencies and remove debugging output. Revision Changes Path 1.3 +0 -9 jakarta-struts/build-webapp.xml Index: build-webapp.xml =================================================================== RCS file: /home/cvs/jakarta-struts/build-webapp.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- build-webapp.xml 2001/03/10 19:33:59 1.2 +++ build-webapp.xml 2001/03/12 00:07:30 1.3 @@ -167,15 +167,6 @@ <!-- Should we copy Struts library and TLD files? --> <available property="webapp.struts" file="${struts.libs}" /> - <!-- FIXME debugging messages --> - <echo message="copy.libs = ${copy.libs}"/> - <echo message="webapp.compile = ${webapp.compile}"/> - <echo message="webapp.struts = ${webapp.struts}"/> - <echo message="servlet.jar = ${servlet.jar}"/> - <echo message="struts.libs = ${struts.libs}"/> - <echo message="webapp.libs = ${webapp.libs}"/> - <echo message="compile.classpath = ${compile.classpath}"/> - </target> 1.44 +2 -2 jakarta-struts/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-struts/build.xml,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- build.xml 2001/03/10 06:21:40 1.43 +++ build.xml 2001/03/12 00:07:30 1.44 @@ -61,7 +61,7 @@ </target> <!-- BUILD: Compile code for web applications --> - <target name="compile.webapps" depends="compile.library"> + <target name="compile.webapps" depends="compile.library,static.webapps"> <ant antfile="build-webapps.xml" target="compile"> </ant> </target> @@ -102,7 +102,7 @@ </target> <!-- DIST: Construct distributable web applications --> - <target name="dist.webapps" depends="compile.javadoc"> + <target name="dist.webapps" depends="compile.webapps,compile.javadoc"> <ant antfile="build-webapps.xml" target="dist"> </ant> </target>