I want to be able to use the imports always as "project.target", as in:

import "${basedir}/common.xml"

<target name="test">
   <ant target="common.test_import"/>
</target>

Is this possible? It looks like (from viewing debug output of my
scripts) that unless the imported target is already defined in the
importing script, the project base isn't usable.

This would immensely simplify my scripts, as they're using a LOT of
common targets (for various platforms and JVM's)...

Thanks!

-- 
David A. Bartmess
Software Configuration Manager / Sr. Software Developer
eDingo Enterprises
http://edingo.net
_________________________________________________________________
jSyncManager Development Team (http://www.jsyncmanager.org)
jSyncManager Email List
(https://lists.sourceforge.net/lists/listinfo/jsyncmanager-devel)
 
 But one should not forget that money can buy a bed but not sleep, 
 finery but not beauty, a house but not a home, 
 medicine but not health, luxuries but not culture, 
 sex but not love, and amusements but not happiness.

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to