Hello,
I am experiencing some weird behavior with the tar task on Linux. When I
run an Ant script with the fragment below, the .gz file that is created
contains a .tar[1] file rather than a .tar file. This only happens if I
execute the ant script on Linux, it works fine on Windows 2000.
<!-- .tar.gz all the source code to the deploy directory -->
<tar tarfile="${dist.dir}/${name}-${version}-src.tar"
basedir="${src.dir}" />
<gzip
zipfile="${deployDir}/${download.dir}/${name}-${version}-src.tar.gz"
src="${dist.dir}/${name}-${version}-src.tar" />
<delete file="${dist.dir}/${name}-${version}-src.tar"/>
I searched through the mail archives but could not find any reference to
this problem. What do you guys think is causing this?
thanks,
--Maciej
[EMAIL PROTECTED]
http://www.urbancode.com
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>