Description
It would be cool to have an option to retrieve the original location for local artifacts with the cachepath task.
For instance:
<cachepath pathid="default.classpath" conf="default" useOrigin="true" />
the behaviour is like this when 'useOrigin=true':
- if the artifact is not local, the location from within the cache is used
- if the artifact is a local artifact, it's original location is returned
I'll upload a patch in a minute.
regards,
Maarten