On Fri, 13 May 2005, Jose Alberto Fernandez
<[EMAIL PROTECTED]> wrote:

> We could generate something like:
> 
> <target name="imported.compile:depends" depends="..."/>
> 
> and then you are able to say:
> 
> <target name="compile" depends="imported.compile:depends,
>         generate-java-from-idl, imported.compile"/>
> 
> The target "imported.compile:depends" should be generated by
> <import/>.

Looks do-able and would address Steve's need as well.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to