Re: CHMOD Problem

2006-06-23 Thread glenn opdycke-hansen
Some things to check: 1. what version of ant is being used? The version of ant might pre-date support for chmod 2. is ${REAL} set to the correct value? I just had a problem where a property was not set as expected. 3. try setting verbose="true" for chmod task and run again. --glenn -

Re: CHMOD Problem

2006-06-23 Thread Dominique Devienne
Don't know. Try with perm="777" perhaps. --DD On 6/23/06, Wurm, Markus <[EMAIL PROTECTED]> wrote: Hi, I got a problem with using chmod as task: (in RedHat Linux) In the -verbose log it says that all the files in $REAL are updated but they all still have no execute right

CHMOD Problem

2006-06-23 Thread Wurm, Markus
Hi, I got a problem with using chmod as task: (in RedHat Linux) In the -verbose log it says that all the files in $REAL are updated but they all still have no execute rights :-( Why does chmod work on the shell and not with ant when started with the same user. T