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 the "dist" directory for ProjectB because the variable name
for the location is called ${dist.dir} in both projects, rendering the
"inheritall" Ant task attribute fairly useless.  

Any thoughts?

Cheers,

David.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to