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

How to set PATH in EXEC task

2006-06-23 Thread Wurm, Markus
Hi I got a problem setting the correct PATH env in an exec task, I wrote it like: The problem is that the PATH setting is ignored and the system property in the build machine is used instead. I even used newenvironment="true" but it did not help; ANT a