You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by sg...@apache.org on 2008/04/10 10:53:38 UTC

svn commit: r646693 - /commons/sandbox/exec/trunk/build.xml

Author: sgoeschl
Date: Thu Apr 10 01:53:36 2008
New Revision: 646693

URL: http://svn.apache.org/viewvc?rev=646693&view=rev
Log:
Creating a proper name for test distribution, e.g. exec-test-1.0-SNAPSHOT.zip

Modified:
    commons/sandbox/exec/trunk/build.xml

Modified: commons/sandbox/exec/trunk/build.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/exec/trunk/build.xml?rev=646693&r1=646692&r2=646693&view=diff
==============================================================================
--- commons/sandbox/exec/trunk/build.xml (original)
+++ commons/sandbox/exec/trunk/build.xml Thu Apr 10 01:53:36 2008
@@ -98,7 +98,7 @@
     <echo>==========================================================================</echo>
   </target>
   
-  <target name="test-zip" depends="compile, junit-present, compile-tests" description="Create a zip containing the test environment">
+  <target name="test-zip" depends="clean, compile, junit-present, compile-tests" description="Create a zip containing the test environment">
     <mkdir dir="${maven.build.directory}/dist/lib"/>
     <!-- create the libraries -->
     <copy file="${maven.repo.local}/junit/junit/3.8.1/junit-3.8.1.jar" todir="${maven.build.directory}/dist/lib"/>
@@ -111,7 +111,7 @@
       <fileset dir="${basedir}/src/test/scripts"/>
     </copy>
     <!-- build the zip file -->
-    <zip destfile="${maven.build.directory}/exec-${maven.build.version}.zip">
+    <zip destfile="${maven.build.directory}/exec-test-${maven.build.version}.zip">
       <fileset dir="${maven.build.directory}/dist">
         <filename name="**/*.*"/>
       </fileset>



Re: svn commit: r646693 - /commons/sandbox/exec/trunk/build.xml

Posted by sebb <se...@gmail.com>.
On 10/04/2008, sgoeschl@apache.org <sg...@apache.org> wrote:
> Author: sgoeschl
>  Date: Thu Apr 10 01:53:36 2008
>  New Revision: 646693
>
>  URL: http://svn.apache.org/viewvc?rev=646693&view=rev
>  Log:
>  Creating a proper name for test distribution, e.g. exec-test-1.0-SNAPSHOT.zip't

Some hosts don't have zip - can you also create a tar.gz please?

>
>  Modified:
>     commons/sandbox/exec/trunk/build.xml
>
>  Modified: commons/sandbox/exec/trunk/build.xml
>  URL: http://svn.apache.org/viewvc/commons/sandbox/exec/trunk/build.xml?rev=646693&r1=646692&r2=646693&view=diff
>  ==============================================================================
>  --- commons/sandbox/exec/trunk/build.xml (original)
>  +++ commons/sandbox/exec/trunk/build.xml Thu Apr 10 01:53:36 2008
>  @@ -98,7 +98,7 @@
>      <echo>==========================================================================</echo>
>    </target>
>
>  -  <target name="test-zip" depends="compile, junit-present, compile-tests" description="Create a zip containing the test environment">
>  +  <target name="test-zip" depends="clean, compile, junit-present, compile-tests" description="Create a zip containing the test environment">
>      <mkdir dir="${maven.build.directory}/dist/lib"/>
>      <!-- create the libraries -->
>      <copy file="${maven.repo.local}/junit/junit/3.8.1/junit-3.8.1.jar" todir="${maven.build.directory}/dist/lib"/>
>  @@ -111,7 +111,7 @@
>        <fileset dir="${basedir}/src/test/scripts"/>
>      </copy>
>      <!-- build the zip file -->
>  -    <zip destfile="${maven.build.directory}/exec-${maven.build.version}.zip">
>  +    <zip destfile="${maven.build.directory}/exec-test-${maven.build.version}.zip">
>        <fileset dir="${maven.build.directory}/dist">
>          <filename name="**/*.*"/>
>        </fileset>
>
>
>

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