I should note that if I put this same command into a shell script and run that via the apply (passing in all the params), that it works fine. Odd.
-----Original Message----- From: Chris Bailey [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 29, 2002 3:33 PM To: AntMailingList Subject: Permissions problems - ant not running as me? I'm using Ant 1.5Beta1 on Linux, under JDK 1.3. There seems to be an odd permissions problem going on. I have an apply task that runs "java" for a program we have. This program reads some files in our source hierarchy. These files happen to have their permissions set to 600 (i.e. only the owner can read (and write)). If I change the permissions to say 644 (everyone can read it), then it works fine. I'm wondering if somehow ant is running as a different user (how I don't know), or if anyone else has seen this? ____ Chris Bailey mailto:[EMAIL PROTECTED] Code Intensity http://www.codeintensity.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
