You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by st...@apache.org on 2005/05/25 01:32:12 UTC

svn commit: r178321 - /jakarta/commons/proper/lang/trunk/build.xml

Author: stevencaswell
Date: Tue May 24 16:32:11 2005
New Revision: 178321

URL: http://svn.apache.org/viewcvs?rev=178321&view=rev
Log:
added deleting the text package from the test tree in the 2.1 distribution build;
removed running the text test suite from the test target for the 2.1 distribution

Modified:
    jakarta/commons/proper/lang/trunk/build.xml

Modified: jakarta/commons/proper/lang/trunk/build.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/lang/trunk/build.xml?rev=178321&r1=178320&r2=178321&view=diff
==============================================================================
--- jakarta/commons/proper/lang/trunk/build.xml (original)
+++ jakarta/commons/proper/lang/trunk/build.xml Tue May 24 16:32:11 2005
@@ -117,6 +117,7 @@
     </target>
     <target name="dist-build-2.1" description="Build binary distribution files excluding the text package">
         <delete dir="src/java/org/apache/commons/lang/text"/>
+        <delete dir="src/test/org/apache/commons/lang/text"/>
         <antcall target="dist-build"/>
     </target>
     <target name="dist-build" depends="clean,dist" description="Build binary distribution files">
@@ -146,6 +147,8 @@
         </copy>
     </target>
     <!-- ========== Unit Test Targets ========================================= -->
+<!-- removed test.text target from the depends list for the 2.1 release. It
+     should be reinstated when the text package is included -->
     <target name="test" depends="
                                 compile.tests, 
                                 test.lang,
@@ -154,7 +157,6 @@
                                 test.exception,
                                 test.math,
                                 test.mutable,
-                                test.text,
 						        test.time"
                                 description="Run all unit test cases">
         <echo message="Running tests ..."/>



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