On Fri, 20 Sep 2002, Michael Charters <[EMAIL PROTECTED]> wrote: > unfortunately, the ant jar task does not preserve the permissions on > the files when it saves
There is no Java API to determine the permissions, thus Ant cannot preserve them. > i decided to try the tar task instead ... and that produces the same > problem -- the permissions are not saved But you can use <tarfileset> to explicitly set them if you know the files that need non-default permissions. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
