Ok,

I tried it again, removed my check-out directoy, made a clean checkout of
excalibur
and cd'ed into the directory and simply called "ant" (with installed ant
1.4.1).

The following message then appears:
compile:
    [mkdir] Created dir:
D:\sunshine\jakarta-avalon-excalibur\concurrent\build\c
lasses
    [javac] Compiling 10 source files to
D:\sunshine\jakarta-avalon-excalibur\co
ncurrent\build\classes
    [javac]
D:\sunshine\jakarta-avalon-excalibur\concurrent\src\test\org\apache\
avalon\excalibur\concurrent\test\ReadWriteLockTestCase.java:10: cannot
resolve s
ymbol
    [javac] symbol  : class TestCase
    [javac] location: package framework
    [javac] import junit.framework.TestCase;
    [javac]                        ^
    [javac]
D:\sunshine\jakarta-avalon-excalibur\concurrent\src\test\org\apache\
avalon\excalibur\concurrent\test\ReadWriteLockTestCase.java:19: cannot
resolve symbol

So it seems I have to install a ant.properties first.

Anyway, after modifying the depchecking.sh for windows and rerunning "ant",
I get the
following error:

D:\sunshine\jakarta-avalon-excalibur\all\build.xml:158:
java.io.FileNotFoundExc
ption: D:\sunshine\jakarta-avalon-excalibur\all\depchecker.xml

Hmm, strange

Carsten


> -----Original Message-----
> From: Jeff Turner [mailto:[EMAIL PROTECTED]]On Behalf Of
> Jeff Turner
> Sent: Tuesday, April 02, 2002 1:19 PM
> To: Avalon Developers List
> Subject: Re: Anyone able to build excalibur?
>
>
> On Tue, Apr 02, 2002 at 01:06:43PM +0200, Carsten Ziegeler wrote:
> >
> > Jeff Turner wrote:
> > >
> > > Hi Carsten,
> > >
> > > The new build system was finished yesterday, and still needs testing,
> > > but I think even in it's untested state you'll have more success than
> > > with the old system. I can go from a fresh CVS checkout to having an
> > > avalon-excalibur.jar, by just typing 'ant' in the root. The external
> > > deps (jmx, altrmi) only need be specified if you want those
> components,
> > > which you won't if you're building for Cocoon.
> > >
> > Hmm, I did the same, just typed in "ant" but this resulted very soon
> > in some imports of "junit" classes which were not there. So I started
> > to check out all this jmx, altrmi stuff etc.
>
> There's now junit checks all over the place (Paul is keen on them;).
>
> > So for a usual build I don't have to renam the "ant.properties.sample"
> > to "ant.properties".
> >
> > > To try it, run 'source depchecking.sh' in the root.
> > >
> > ok, I forgot to tell a little thing: I'm using windows2k here...
>
> All that depchecking.sh does is 'cvs update -r depchecking <list of
> relevant files>'. If you can cut and paste that into cygwin or the
> bottom pane of WinCVS it should work.
>
>
> --Jeff
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


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

Reply via email to