On Sun, 26 Jun 2005, Simon Kitching <[EMAIL PROTECTED]> wrote:

> I've committed an updated build.xml that has split the old
> "compile-only" target into:
>     <target name="compile-only" 
>    depends="init,discovery,warning,
>     show-lib-presence,compile-non-log4j,
>     compile-log4j12,compile-log4j13,build-jar"/>
> 
> The init, discovery, warning targets were already dependencies of
> this target.

Close, right now I've split the gump build into step1 which does

init,discovery,warning,show-lib-presence,compile-non-log4j,compile-log4j12

and a second step that callsthe dist target.

I assumed that compile-log4j12 requires init and so I couldn't simply
invoke that target directly.

Thanks

        Stefan

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

Reply via email to