>>>>> "CM" == Conor MacNeill <[EMAIL PROTECTED]> writes:
CM> Such configs could be defined in ${user.home}/.antconfig.xml.
I agree, especially in using an XML file instead of a properties file
to configure this.
CM> It could even use some form of if processing
CM> <taskconfig task="jspc">
CM> <implementation task="wljspc" if="weblogic.available"/>
CM> <implementation task="jasper" if="tomcat.available"/>
CM> </taskconfig>
Looks great at a first glance, haven't thought abut the details yet
though.
Stefan