You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by ca...@apache.org on 2007/06/28 00:43:46 UTC

svn commit: r551366 - /logging/log4j/companions/logmf/trunk/build.xml

Author: carnold
Date: Wed Jun 27 15:43:45 2007
New Revision: 551366

URL: http://svn.apache.org/viewvc?view=rev&rev=551366
Log:
Bug 42589: Harmonization of companions

Modified:
    logging/log4j/companions/logmf/trunk/build.xml

Modified: logging/log4j/companions/logmf/trunk/build.xml
URL: http://svn.apache.org/viewvc/logging/log4j/companions/logmf/trunk/build.xml?view=diff&rev=551366&r1=551365&r2=551366
==============================================================================
--- logging/log4j/companions/logmf/trunk/build.xml (original)
+++ logging/log4j/companions/logmf/trunk/build.xml Wed Jun 27 15:43:45 2007
@@ -21,7 +21,7 @@
 This is a minimal build file to support Gump.
 Use of Maven to build this component is recommended.
 
-Use -Dcomponent.jar to test a previously prepared jar.
+Specify -Dcompanion.jar=foo.jar to test a previously prepared jar.
 
 -->
 <project default="test">
@@ -60,7 +60,7 @@
     </target>
 
     
-    <target name="compile" depends="init" unless="component.jar" description="Compile implementation files">
+    <target name="compile" depends="init" unless="companion.jar" description="Compile implementation files">
         <mkdir dir="target/classes"/>
     	<javac destdir="target/classes"
            srcdir="src/main/java"
@@ -74,7 +74,7 @@
     	</copy>
     </target>
     
-    <target name="jar" depends="compile" unless="component.jar" description="Create jar">
+    <target name="jar" depends="compile" unless="companion.jar" description="Create jar">
     	<jar destfile="target/${project.jar}"
     	     basedir="target/classes">
     	  	<manifest>
@@ -110,6 +110,7 @@
     		<batchtest>
     			<fileset dir="src/test/java/">
     				<include name="**/Test*.java"/>
+    				<include name="**/*TestCase.java"/>
     			</fileset>
     	    </batchtest>
     	    <formatter type="plain" usefile="false"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org