All,
Can we use libset the way that path id does?
I have a cpp.xml sitting on the top level for child/build.xml to import. It
contains predefined <cc> task.
Can I do the followings?
1. Within the predefinied <cc> task, I have <libset libsetid>
2. Within the child/build.xml, I define <libset id> which contains multiple
<libset>
3. Then when child/build.xml import the cpp.xml, it will use the
predefined <cc> task and it will in turn use the locally defined <libset
id> for compilation.
I know it works since I use the same thing for classpath in Java. It
works great with great flexibility.
Please advice.
Thanks
Barry
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org
|