Return-Path: Delivered-To: apmail-xml-axis-dev-archive@xml.apache.org Received: (qmail 59841 invoked by uid 500); 22 Nov 2002 22:38:57 -0000 Mailing-List: contact axis-dev-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@xml.apache.org Received: (qmail 59832 invoked from network); 22 Nov 2002 22:38:57 -0000 Date: Fri, 22 Nov 2002 17:42:37 -0500 From: Scott Nichol Subject: Re: junit.framework.TestCase? To: axis-dev@xml.apache.org Message-id: <01f001c29278$7a388350$c900a8c0@fastdata> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4920.2300 X-Mailer: Microsoft Outlook Express 5.50.4920.2300 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT X-Priority: 3 X-MSMail-priority: Normal References: <25FBFAEC70EAB94B8FF3401FD71863937555E5@DC.gooboo.com> <3DDEA208.C844975F@sonicsoftware.com> <3DDEA611.7711A2E@sonicsoftware.com> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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" To: 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:chappell@sonicsoftware.com] > > > Sent: Friday, November 22, 2002 12:49 PM > > > To: axis-dev@xml.apache.org > > > 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 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 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 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) > -- >