psmith 2005/01/06 13:54:23 Modified: . build.xml Log: Small fix so that the webstart target can be run from the main build file and generate correctly. Revision Changes Path 1.133 +7 -0 logging-log4j/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/logging-log4j/build.xml,v retrieving revision 1.132 retrieving revision 1.133 diff -u -r1.132 -r1.133 --- build.xml 6 Jan 2005 21:39:28 -0000 1.132 +++ build.xml 6 Jan 2005 21:54:23 -0000 1.133 @@ -34,6 +34,9 @@ <!-- The jar file that the jar task will generate --> <property name="log4j.jar" value="log4j-${version}.jar"/> + <!-- the jar file for Chainsaw that will be generated --> + <property name="log4j-chainsaw.jar" value="log4j-chainsaw-${version}.jar"/> + <!-- Destination for documentation files --> <property name="docs.dest" value="./docs"/> <!-- Source directory for xml docs --> @@ -253,6 +256,10 @@ <target name="chainsaw" depends="log4j.jar" description="Builds and runs Chainsaw v2" > <ant antfile="build-chainsaw.xml" target="chainsaw"/> </target> + + <target name="webstart" depends="build"> + <ant antfile="build-chainsaw.xml" target="webstart"/> + </target> <!-- ================================================= -->
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]