I’ve found a construct in our build.xml that just isn’t working.
Example:
. <pathconvert property="local.install.class.path.j2se.windows"
. targetos="windows"
. refid="local.install.class.path.j2se"
. >
. <map from="${install.local.dir}" to="."/>
. </pathconvert>
The “map” entry isn’t doing anything. The generated path has many occurrences
of the install.local.dir in it.
Suggestions?
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org
|