From: Dannes W. <da...@ex...> - 2012-02-26 20:13:16
|
Hi, the modified ANT task still shows an issue in the junit test suite. Please remember to run "build.sh test" before committing……. even to trunk. the TeamCity log: [au:antunit] Target: test_Chmod caused an ERROR [au:antunit] at line 14, column 60 [au:antunit] Message: Syntax error in permissions: group=+read,other=+read [au:antunit] took 0,005 sec cheers Dannes -- eXist-db Native XML Database - http://exist-db.org Join us on linked-in: http://www.linkedin.com/groups?gid=35624 On Sunday, 26 February 2012 at 4:51 , Joe Wicentowski wrote: > Great, I understand now. I just have one final question: Does the new > "permissions" attribute for chmod still allow the alternate format > (quoting from the current docs): > > [user|group|other]=[+|-][read|write|execute] > For example, to set read and write permissions for the group, but > not for others:</para> > <synopsis>group=+read,+write,other=-read,-write > > ? Or does it only take the flat 'rwxrwxrwx' style? |