[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [xmlblaster] Problems compiling from latest cvs



On Wed, 22 Jan 2003, Marcel Ruff wrote:

> Michele Ravani wrote:
>
> > On Wed, 22 Jan 2003 00:20:08 +0100 Marcel Ruff  wrote:
> >
> > MR> Michele Ravani wrote:
> >
> > MR> > Hi
> >
> >
> > MR> Hi,
> >
> > MR> please try:
> >
> > MR> cd xmlBlaster
> > MR> cvs upd -dP
> > MR> build.sh delete
> > MR> build.sh all

This came due to reorganizing the preparation of the java files to be
compiled in the ./build directory in build.xml.

cheers

Heinrich

> >
> >
> > MR> does it help?
> >
> > Yup. Building time is amazing ...
>
> Thanks for reporting back.
>
> Try to use jikes for about 10 times faster compiling
> set in your env
>   export BUILDCOMPILER=jikes
> to activate it (see build.sh)
>
> Marcel