mcconnell 2002/08/20 18:13:12 Modified: assembly build.xml Log: More updates to the depchecker. Revision Changes Path 1.46 +2 -2 jakarta-avalon-excalibur/assembly/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/assembly/build.xml,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- build.xml 20 Aug 2002 23:23:07 -0000 1.45 +++ build.xml 21 Aug 2002 01:13:12 -0000 1.46 @@ -39,7 +39,7 @@ </path> <property name="cp" refid="test.class.path"/> - <target name="main" depends="jar" description="Build the project"/> + <target name="main" depends="deploy" description="Build the project"/> <target name="rebuild" depends="clean,main" description="Rebuild the project"/> <target name="dependencies" description="Check dependencies" unless="skip.dependencies"> @@ -70,7 +70,7 @@ <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkJUnit"/> </target> - <target name="deploy" > <!--depends="jar" --> + <target name="deploy" depends="jar"> <mkdir dir="${extension.dir}"/> <copy todir="${extension.dir}" file="${build.lib}/${jar.name}"/> <copy todir="${extension.dir}" file="${logkit.jar}"/>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>