On Mon, Apr 01, 2002 at 09:01:00PM +0100, Paul Hammant wrote:
> Jeff,
> 
> >>>From the newbie's experience, this is still have an issue if junit is 
> >>>missing....
> >>>
> >>Ah yes, forgot to do the junit checks for anything except
> >>io. Will fix it now.
> >>
> >
> >Done. 
> >
> Afraid not dude, did you forget to commit the file?  It is still failing 
> if junit jar is missing from ant/lib for me.  It works if I readd it.

Hmm.. the commit went in (see the log). Did you update? To update now,
I'd suggest doing 'cvs up -A ; source depchecking.sh'.

Here's what I get:

[jeff@kermit concurrent]$ echo $CLASSPATH
/usr/local/jdk/jre/lib/rt.jar:/usr/local/jdk/lib/tools.jar
[jeff@kermit concurrent]$ which ant
/usr/share/java/ant/bin/ant
[jeff@kermit concurrent]$ ls /usr/share/java/ant/lib
README   aspectj-ant.jar@  aspectjtools.jar@  jakarta-ant-1.4.1-optional.jar  
scoant.jar  xerces.jar
ant.jar  aspectjrt.jar@    crimson.jar        jaxp.jar                        xalan.jar
[jeff@kermit concurrent]$ ant
Buildfile: build.xml

dependencies:

checkRequiredClass:

checkRequiredClass.fail:
     [echo] 
            +----------------------------------------------------------------+
            | CLASS NOT FOUND:                                               |
            | junit.framework.Test
            +----------------------------------------------------------------+
            | A jar containing class:                                        |
            |   junit.framework.Test
            | must be in your classpath or Ant lib directory                 |
            |   /usr/share/java/ant/lib
            | Typically it is in a jar called:                               |
            |   junit.jar                                                      
            +----------------------------------------------------------------+
        

BUILD FAILED

/home/jeff/apache/jakarta/jakarta-avalon-excalibur/depchecker.xml:217: Failed 
requirement: class not found

Total time: 4 seconds


--Jeff

> >It's such a pain keeping 19 build files in synch..
> >
> We need a template system ;-)
> 
> - Paul
> 

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

Reply via email to