On Sat, 2005-06-25 at 20:52 +0200, Stefan Bodewig wrote:
> On Sat, 25 Jun 2005, Stefan Bodewig <[EMAIL PROTECTED]> wrote:
> 
> > After that split the commons-logging project defintion in Gump into
> > three, one compiling against Log4J HEAD, one agains the 1.2 branch
> > and the third bundling up the jar.
> 
> 
> Two would be enough, the later of the two compilation steps can also
> do the bundling.
> 
> Don't tell me that was too much, Derby needs no less than seven steps
> since they need to compile parts against JDK 1.3 and other against
> 1.4. ;-)

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.

I hope this is what you meant and that it helps resolve the Gump issues.

Regards,

Simon


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

Reply via email to