I wrote:
> ...
> (Actually, that could be simplified to this:
> 
>   <target name="module2.raw" >
>     <whatever tasks to build module 2 here>
>   </target>
> 
>   <target name="module2" depends="module1" >
>     <antcall target="buildModule2" >
                       ^^^^^^^^^^^^     that should be module2.raw

>   </target>
> 
> )
> 

[EMAIL PROTECTED]


-- 
Daniel Barclay
Digital Focus
[EMAIL PROTECTED]

Reply via email to