The test cases only get run if you have junit.  There are other similar
conditional builds: look at various .present stuff.  You've got some
real ant-philes on this project ;-).  I'm trying to learn through
voyeurism.

Scott Nichol

----- Original Message -----
From: "David Chappell" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 22, 2002 4:48 PM
Subject: Re: junit.framework.TestCase?


> Hhmmm.....After seeing all the junit tests that now get run...I guess
I
> did need it.  Apparently the build used to pass without it?
> Dave
>
> David Chappell wrote:
> >
> > Beats me.  I just went and downloaded junit.jar and put it in my
> > classpath and I'm past that error.  I never needed that before.
> > Hhmmmm......
> > Dave
> >
> > Vidyanand Murunikkara wrote:
> > >
> > > Looks like you need the junit.jar .Wonder how I didnt run into
this.
> > >
> > > Vidyanand.
> > >
> > > -----Original Message-----
> > > From: David Chappell [mailto:[EMAIL PROTECTED]]
> > > Sent: Friday, November 22, 2002 12:49 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: junit.framework.TestCase?
> > >
> > > Its been a couple of weeks since I have refreshed from cvs and
tried to
> > > build.... I am getting this compile error.  Do I need another jar
file?
> > >
> > > compile:
> > >     [javac] Compiling 586 source files to
> > > C:\Work\AxisBuilds\xml-axis\java\build
> > > \classes
> > >     [javac]
> > >
C:\Work\AxisBuilds\xml-axis\java\src\org\apache\axis\test\AxisTestBa
> > > se.java:58: cannot resolve symbol
> > >     [javac] symbol  : class TestCase
> > >     [javac] location: package framework
> > >     [javac] import junit.framework.TestCase;
> > >     [javac]                        ^
> > >     [javac]
> > >
C:\Work\AxisBuilds\xml-axis\java\src\org\apache\axis\test\AxisTestBa
> > > se.java:64: cannot resolve symbol
> > >     [javac] symbol  : class TestCase
> > >     [javac] location: class org.apache.axis.test.AxisTestBase
> > >     [javac] public abstract class AxisTestBase extends TestCase {
> > >     [javac]                                            ^
> > >     [javac]
> > >
C:\Work\AxisBuilds\xml-axis\java\src\org\apache\axis\transport\http\
> > > AxisServlet.java:71: warning: javax.servlet.http.HttpUtils in
> > > javax.servlet.http
> > >
> > > Dave
> > > --
> > > Sonic Software - Backbone of the Extended Enterprise
> > > --
> > > David Chappell <[EMAIL PROTECTED]> Office: (781)999-7099
> > > Mobile: (617)510-6566
> > > Vice President and Chief Technology Evangelist, Sonic Software
> > > co-author,"Java Web Services", (O'Reilly 2002)
> > > "The Java Message Service", (O'Reilly 2000)
> > > "Professional ebXML Foundations", (Wrox 2001)
> > > --
> >
> > --
> > Sonic Software - Backbone of the Extended Enterprise
> > --
> > David Chappell <[EMAIL PROTECTED]> Office: (781)999-7099
> > Mobile: (617)510-6566
> > Vice President and Chief Technology Evangelist, Sonic Software
> > co-author,"Java Web Services", (O'Reilly 2002)
> > "The Java Message Service", (O'Reilly 2000)
> > "Professional ebXML Foundations", (Wrox 2001)
> > --
>
> --
> Sonic Software - Backbone of the Extended Enterprise
> --
> David Chappell <[EMAIL PROTECTED]> Office: (781)999-7099
> Mobile: (617)510-6566
> Vice President and Chief Technology Evangelist, Sonic Software
> co-author,"Java Web Services", (O'Reilly 2002)
> "The Java Message Service", (O'Reilly 2000)
> "Professional ebXML Foundations", (Wrox 2001)
> --
>

Reply via email to