You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2008/04/10 02:21:18 UTC

DO NOT REPLY [Bug 42122] copies the wrong file permission

https://issues.apache.org/bugzilla/show_bug.cgi?id=42122


Kostas Georgiou <k....@atreides.org.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |k.georgiou@atreides.org.uk




--- Comment #1 from Kostas Georgiou <k....@atreides.org.uk>  2008-04-09 17:21:17 PST ---
I get similar problems (mode 000) with something like:

<jar jarfile="${dist.jar}" basedir="${build}">
  <zipgroupfileset dir="${mergedir}" includes="*.jar" />
</jar>

The jar files in ${mergedir} have been created with Sun's jar which doesn't
include a unix mode.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.