That did it, thanks!
On Jun 11, 2010, at 4:48 PM, reno <reno.rkcrew@free.fr> wrote:
Eric,
You can change the "umask" of the ant user to change default permissions:
see http://www.dartmouth.edu/~rc/help/faq/permissions.html
S.
The problem is that I'm trying to check out recursively. It creates the first folder, tries
to create the second folder and crashes because it created the first with 666 perms. So it
appears that stcheckout is rather jacked up in unix.
________________________________
From: reno <reno.rkcrew@free.fr>
To: Ant Users List <user@ant.apache.org>
Sent: Fri, June 11, 2010 12:57:45 PM
Subject: Re: stcheckout on
Eric Fetzer wrote:
When using stcheckout recursively in Linux, I'm getting a folder created with permissions
of 666, and thus, it can't checkout anything below the folder out because it doesn't have
permissions. Any way to say check out and give files / folders ??? perms?
Eric,
it seems that the <stcheckout> task does not support files permission[1]
you could use after checking out the <chmod> task on your folder[2]
[1] : http://nantcontrib.sourceforge.net/release/latest/help/tasks/stcheckout.html
[2] : http://ant.apache.org/manual/Tasks/chmod.html
hope this help
S.
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org
|