Re: Referencing another build file

2006-11-06 Thread Daniel Blaukopf
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

Referencing another build file

2006-11-06 Thread David Bates
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