Hello,
I want to use antcall together with inheritall=false:
<antcall target="junittests" inheritall="false" >
<param name="paramsometimesunset"
value="${paramsometimesunset}" />
</antcall>
There are some targets that dont run, when paramsometimesunset is unset.
If I pass the parameter like this and paramsometimesunset is unset, it is set
in the called target.
But I want it to be just the same value (either unset or some value)
Any ideas?
--
Jürgen Knuplesch
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]