Hi,
We have been using Ant for compiling our source code and it has been great
(big improvement over make!). Now we are trying to use it to also create
build tars and I found that the permissions of all files that are tarred are
modified to '666'. File permissions are set in the source control
(perforce) and I don't want to have to manually modify file permissions in
the build.xml by using the 'mode=' parameter in the tarfileset element of
the tar task.
Any help is appreciated, thanks.
Karen
-----Original Message-----
From: Greg 'Cosmo' Haun [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 16, 2001 2:59 PM
To: '[EMAIL PROTECTED]'
Subject: RE: Stylesheet in style task relative to basedir = BAD?
Looks like this has been fixed (bug 603)
Fixed in 1.4alpha - first binary without this bug should be the nightly
build of
2001-03-10.
Now I get to figure out if I can incorporate this bug fix.
cosmo
> -----Original Message-----
> From: William Lee [mailto:[EMAIL PROTECTED]]
> Sent: Friday, March 16, 2001 11:13 AM
> To: Ant User
> Subject: Stylesheet in style task relative to basedir = BAD?
>
>
> I discovered that it's somewhat annoying for the "style" attribute for
> the style task to be a relative path to the baseDir. What I
> would like
> to do is to use the same stylesheet in different directories. That
> means I need to know the relative path to the stylesheet for each of
> those directories. This is very tedious to do. Would it make sense
> just to make the style as an absolute path or at least give
> an option to
> say whether it's a relative path or not?
>
> Will
>