DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19116>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19116 Tar/TarFileSet userId and groupId Summary: Tar/TarFileSet userId and groupId Product: Ant Version: 1.4.1 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Enhancement Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Setting the username and group in a TarFileSet does not produce useful results when untarring with tar or pax under QNX 4--the uid:gid defaults to 0:0 (root:root). I would like to be able to set the uid and gid directly in a TarFileSet. For example: <tar tarfile="mystuff.tar" longfile="gnu"> <tarFileSet dir="${TMP_DIR_INSTALL}" mode="775" username="leader" group="sysprj"> <include name="TDS_Data"/> <include name="TDS_Data/config"/> <include name="TDS_Data/Program"/> </tarFileSet>