Use a propertyset with a mapper:
and then refer to the parent's dist.dir as ${parent.dist.dir}
alternatively, just override the specific property:
Daniel
David Bates wrote:
> I'm using Ant within Netbeans. I have two projects: ProjectA and
> ProjectB. ProjectA is depend
I'm using Ant within Netbeans. I have two projects: ProjectA and
ProjectB. ProjectA is dependant upon ProjectB. I'm trying to write a
new task which will copy the JAR produced by each project onto my web
server.
The problem I am having is that I can't find a nice way to refer to the
location of