Done. --- "Kellogg, Richard" <[EMAIL PROTECTED]> wrote: > Readme on website has incorrect release date for RC2: > > NEWS (February 9, 2003) : Axis 1.1 Release Candidate 2 is now available (read the > release > notes)! > > Could someone update this possibly? > Rick > > -----Original Message----- > From: Glen Daniels [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 13, 2003 10:52 AM > To: '[EMAIL PROTECTED]' > Subject: RE: cvs commit: xml-axis/java/xmls targets.xml > > > > Oops, the 2nd URL there should have been: > > http://marc.theaimsgroup.com/?l=axis-dev&m=103893610709931&w=2 > > Sorry 'bout the pasto. > > --G > > > -----Original Message----- > > From: Glen Daniels [mailto:[EMAIL PROTECTED] > > Sent: Thursday, March 13, 2003 10:50 AM > > To: '[EMAIL PROTECTED]' > > Subject: RE: cvs commit: xml-axis/java/xmls targets.xml > > > > > > > > http://marc.theaimsgroup.com/?l=axis-dev&m=103613113113051&w=2 > > http://marc.theaimsgroup.com/?l=axis-dev&m=104429132213911&w=2 > > http://marc.theaimsgroup.com/?l=axis-dev&m=104429132213911&w=2 > > > > (yes, yes, I know, no one's going to do it unless I do it. > > Fine, I'm just doing my usual reminder. :)) > > > > --G > > > > > -----Original Message----- > > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > > Sent: Thursday, March 13, 2003 10:34 AM > > > To: [EMAIL PROTECTED] > > > Subject: cvs commit: xml-axis/java/xmls targets.xml > > > > > > > > > dims 2003/03/13 07:34:19 > > > > > > Modified: java .cvsignore buildTest.xml > > > java/test/functional build.xml > > > java/test/httpunit build.xml > > > java/test build_functional_tests.xml > > > java/xmls targets.xml > > > Added: java junit-exclude-tests.txt > > > Log: > > > Test harness will now ignore test cases listed in > > > junit-exclude-tests.txt > > > > > > Notes: > > > - Ignoring test//dynamic//PackageTests till XMethods folks > > > fix their TemperatureService. > > > > > > Revision Changes Path > > > 1.8 +1 -1 xml-axis/java/.cvsignore > > > > > > Index: .cvsignore > > > > > =================================================================== > > > RCS file: /home/cvs/xml-axis/java/.cvsignore,v > > > retrieving revision 1.7 > > > retrieving revision 1.8 > > > diff -u -r1.7 -r1.8 > > > --- .cvsignore 17 Sep 2002 16:50:35 -0000 1.7 > > > +++ .cvsignore 13 Mar 2003 15:34:12 -0000 1.8 > > > @@ -3,7 +3,7 @@ > > > client-config.wsdd > > > server-config.wsdd > > > test-reports > > > -junit* > > > +junit*.properties > > > bin > > > .project > > > .classpath > > > > > > > > > > > > 1.47 +3 -3 xml-axis/java/buildTest.xml > > > > > > Index: buildTest.xml > > > > > =================================================================== > > > RCS file: /home/cvs/xml-axis/java/buildTest.xml,v > > > retrieving revision 1.46 > > > retrieving revision 1.47 > > > diff -u -r1.46 -r1.47 > > > --- buildTest.xml 7 Feb 2003 19:09:23 -0000 1.46 > > > +++ buildTest.xml 13 Mar 2003 15:34:12 -0000 1.47 > > > @@ -107,7 +107,7 @@ > > > <classpath refid="classpath" /> > > > <formatter type="xml" /> > > > <batchtest todir="${test.functional.reportdir}"> > > > - <fileset dir="${build.dir}/classes"> > > > + <fileset dir="${build.dir}/classes" > > > excludesfile="${axis.home}/junit-exclude-tests.txt"> > > > <!-- Convention: each package that's being tested > > > has its own test class collecting all > > the tests --> > > > <include name="**/PackageTests.class" /> > > > @@ -179,7 +179,7 @@ > > > <classpath refid="classpath" /> > > > <formatter type="xml" > > usefile="${test.functional.usefile}"/> > > > <batchtest todir="${test.functional.reportdir}"> > > > - <fileset dir="${build.dest}"> > > > + <fileset dir="${build.dest}" > > > excludesfile="${axis.home}/junit-exclude-tests.txt"> > > > <!-- Convention: each package that's being tested > > > has its own test class collecting all > > the tests --> > > > <include name="**/FunctionalTests.class" /> > > > @@ -204,7 +204,7 @@ > > > <classpath refid="classpath" /> > > > <formatter type="xml" > > usefile="${test.functional.usefile}"/> > > > <batchtest todir="${test.functional.reportdir}"> > > > - <fileset dir="${build.dest}"> > > > + <fileset dir="${build.dest}" > > > excludesfile="${axis.home}/junit-exclude-tests.txt"> > > > <!-- Convention: each package that's being tested > > > has its own test class collecting all > > the tests --> > > > <include name="**/TestBidBuySample.class" /> > > > > > > > > > > > > 1.1 xml-axis/java/junit-exclude-tests.txt > > > > > > Index: junit-exclude-tests.txt > > > > > =================================================================== > > > # This file contains Test Cases that should work ideally, > > > but currently fail > > > # The test harness ignores the test cases specified below. > > > **//test//dynamic//PackageTests.* > > > > > > > > > > > > 1.16 +1 -1 xml-axis/java/test/functional/build.xml > > > > > > Index: build.xml > > > > > =================================================================== > > > RCS file: /home/cvs/xml-axis/java/test/functional/build.xml,v > > > retrieving revision 1.15 > > > retrieving revision 1.16 > > > diff -u -r1.15 -r1.16 > > > --- build.xml 3 Nov 2002 16:51:48 -0000 1.15 > > > +++ build.xml 13 Mar 2003 15:34:17 -0000 1.16 > > > @@ -91,7 +91,7 @@ > > > <classpath refid="classpath" /> > > > <formatter type="xml" > > usefile="${test.functional.usefile}"/> > > > <batchtest todir="${test.functional.reportdir}"> > > > - <fileset dir="${build.dest}"> > > > + <fileset dir="${build.dest}" > > > excludesfile="${axis.home}/junit-exclude-tests.txt"> > > > <include > > > name="${componentName}/FunctionalTests.class" /> > > > </fileset> > > > </batchtest> > > > > > > > > > > > > 1.13 +2 -1 xml-axis/java/test/httpunit/build.xml > > > > > > Index: build.xml > > > > > =================================================================== > > > RCS file: /home/cvs/xml-axis/java/test/httpunit/build.xml,v > > > retrieving revision 1.12 > > > retrieving revision 1.13 > > > diff -u -r1.12 -r1.13 > > > --- build.xml 10 Jan 2003 06:38:05 -0000 1.12 > > > +++ build.xml 13 Mar 2003 15:34:17 -0000 1.13 > > > @@ -147,7 +147,8 @@ > > > <test name="${testcase}" if="testcase"/> > > > <batchtest todir="${test.reports.dir}" unless="testcase"> > > > <fileset dir="${build.dir}/classes" > > > - includes="test/httpunit/*Tests.class"/> > > > + includes="test/httpunit/*Tests.class" > > > + excludesfile="${axis.home}/junit-exclude-tests.txt"/> > > > </batchtest> > > > </junit> > > > </target> > > > > > > > > > > > > 1.60 +4 -4 xml-axis/java/test/build_functional_tests.xml > > > > === message truncated ===
===== Davanum Srinivas - http://webservices.apache.org/~dims/ __________________________________________________ Do you Yahoo!? Yahoo! Web Hosting - establish your business online http://webhosting.yahoo.com
