On 10/04/2008, [EMAIL PROTECTED] <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]