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 3rd party dependency is: flex-ant-tasks. The directories that contain the
flex-ant-tasks and ant itself are owned by a group in which the unprivileged
user is a member, so there shouldn't be any access right issues.
Anyone know what could be the problem? Thanks.
-Nate