It's because AxisTestBase.java was only recently added. There was a very brief discussion of whether it should be in the "mainline" code or with test code. I'm not a committer on this project, but I would say its dependence on junit would be a good reason to say it belongs in the test code.
Scott Nichol ----- Original Message ----- From: "David Chappell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 22, 2002 4:30 PM Subject: Re: junit.framework.TestCase? > 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) > -- >