>>>>> "SZ" == Scotte Zinn <[EMAIL PROTECTED]> writes:
SZ> In fact, here is an equivalent implementation of the script
SZ> without a script.
SZ> <!-- Load the build properties from the specified file -->
SZ> <property file="${prop.name}.properties"/>
I like this solution. It does everthing the <case> task was supposed
to do - set properties based on the value of another property.
SZ> getting around the fact that properties are executed at parse
SZ> time, rather than at execute time.
This is no longer true since Ant 1.2alpha2.
Stefan