DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41458>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=41458
------- Additional Comments From bodewig@apache.org 2007-01-25 03:37 -------
If it really is "just" the compression,
<target name="tgz">
<tar destfile="${build}/release.tgz">
<fileset dir="src/site"/>
<tarfileset>
<gzipresource>
<file file="src/release.tgz"/>
</gzipresource>
</tarfileset>
</tar>
</target>
should work.
It is far too late to change any attribute names, of course 8-)
--
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|