| Running another target - can it be done? | Running another target - can it be done? 2007-05-30 - By yitzle
I know. This is not something that you would usually want to do. But I'm sure there is at least 3 valid cases where this would be correct.
1: <target name="num1" > 2: ... 3: </target> 4: 5: <target name="num2"> 6: ... 7:** <RUN NUM1> ** 8: </target> 9: 10: <target name="num3" depends="num2,num1" />
I want to basically replace line 10 with something at line 7. Does it exist?
--------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@(protected) For additional commands, e-mail: user-help@(protected)
|
|
 |