RE: Can't load definitions unless target is executed as root

2010-12-17 Thread Urena, Jose M
ownership is not enough for unix filesystems, the group must have read for files and read+execute for dirs -Original Message- From: Nathan King [mailto:nking...@yahoo.com] Sent: Thursday, December 16, 2010 2:52 PM To: user@ant.apache.org Subject: Can't load definitions unless targ

Can't load definitions unless target is executed as root

2010-12-16 Thread Nathan King
When I execute an ant target as the root user the target executes successfully. However, if I try to execute the same target as an unprivileged user the target fails with the following message:[typedef] Could not load definitions from resource flexTasks.tasks. It could not be found. The 3r