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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to