The CVS message for the removal of the testsuite was a bit too large for the list. So here is the short version:

This was the log:

  Log:
  Removed testsuite and reference from build.xml to it.

Testsuite is not part of the 2.0 release.

It will remain to live in the HEAD branch, though!


-------- Original Message -------- Subject: failure notice Date: 9 Feb 2004 08:13:23 -0000 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED]

Hi. This is the qmail-send program at apache.org.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.

<[EMAIL PROTECTED]>:
ezmlm-reject: fatal: Sorry, I don't accept messages larger than 100000 bytes (#5.2.3)


--- Below this line is a copy of the message.

Return-Path: <[EMAIL PROTECTED]>
Received: (qmail 4309 invoked by uid 500); 9 Feb 2004 08:13:20 -0000
Delivered-To: [EMAIL PROTECTED]
Received: (qmail 4208 invoked from network); 9 Feb 2004 08:13:19 -0000
Received: from unknown (HELO minotaur.apache.org) (209.237.227.194)
by daedalus.apache.org with SMTP; 9 Feb 2004 08:13:19 -0000
Received: (qmail 26506 invoked by uid 1773); 9 Feb 2004 08:13:42 -0000
Date: 9 Feb 2004 08:13:42 -0000
Message-ID: <[EMAIL PROTECTED]>
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: cvs commit: jakarta-slide/testsuite/testsuite/junit/xmltestcases/DeltaV/functional/Version_control_features/Additional_propfind_semantics VcPropfcheckin.xml
X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N


ozeigermann 2004/02/09 00:13:41

  Modified:    .        Tag: SLIDE_2_0_RELEASE_BRANCH build.xml
  Removed:     testsuite/...
  Log:
  Removed testsuite and reference from build.xml to it.

Testsuite is not part of the 2.0 release.

It will remain to live in the HEAD branch, though!

  Revision  Changes    Path
  No                   revision
  No                   revision
  1.191.2.3 +2 -23     jakarta-slide/build.xml

Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-slide/build.xml,v
retrieving revision 1.191.2.2
retrieving revision 1.191.2.3
diff -u -r1.191.2.2 -r1.191.2.3
--- build.xml 5 Feb 2004 11:29:13 -0000 1.191.2.2
+++ build.xml 9 Feb 2004 08:13:39 -0000 1.191.2.3
@@ -23,7 +23,6 @@
<property name="project" value="jakarta-slide"/>
<property name="final.name" value="${project}-${version}"/>
<property name="final-src.name" value="${project}-src-${version}"/>
- <property name="testsuite.name" value="${project}-webdav-testsuite-${version}"/>
<!-- =================================================================== -->
<!-- Dependencies Properties -->
<!-- =================================================================== -->
@@ -49,11 +48,9 @@
<!-- =================================================================== -->
<property name="slide.build" value="./build"/>
<property name="slide.dist" value="./dist"/>
- <property name="testsuite.dist" value="${slide.dist}/webdav-testsuite"/>
<property name="webapp.dist" value="${slide.dist}/slide/webapp"/>
<property name="slide.archive" value="./${final.name}"/>
<property name="slide-src.archive" value="./${final-src.name}"/>
- <property name="testsuite.archive" value="./${testsuite.name}"/>
<!-- =================================================================== -->
<!-- Overridden when authentication is -->
<!-- =================================================================== -->
@@ -541,27 +538,9 @@
<copy file="${slide.dist}/slide/webapp/slide-doc.war" tofile="${catalina.dist}/webapps/slide-doc.war"/>
</target>
<!-- =================================================================== -->
- <!-- Testsuite build, distribution & package -->
- <!-- =================================================================== -->
- <target name="testsuite-dist-prepare">
- <mkdir dir="${testsuite.dist}"/>
- </target>
- <target name="testsuite-dist" depends="testsuite-dist-prepare">
- <ant dir="webdavclient"/>
- <ant dir="testsuite"/>
- <copy todir="${testsuite.dist}">
- <fileset dir="${basedir}/testsuite" excludes="**/dist/**,**/CVS/**,**/testCasesResults.xml,**/testErrorsReport.txt"/>
- </copy>
- </target>
- <target name="package-testsuite-zip" depends="testsuite-dist">
- <zip zipfile="${slide.dist}/${testsuite.archive}.zip">
- <zipfileset dir="${testsuite.dist}" prefix="${testsuite.name}"/>
- </zip>
- </target>
- <!-- =================================================================== -->
<!-- Full distribution -->
<!-- =================================================================== -->
- <target name="full-dist" depends="dist, webapp-dist,catalina-wrapper, testsuite-dist" description="Make a full distribution (with all optional components)"/>
+ <target name="full-dist" depends="dist, webapp-dist,catalina-wrapper" description="Make a full distribution (with all optional components)"/>
<!-- =================================================================== -->
<!-- Packages the distribution with ZIP -->
<!-- =================================================================== -->
@@ -616,7 +595,7 @@
<!-- =================================================================== -->
<!-- Packages the distribution with ZIP and TAR-GZIP -->
<!-- =================================================================== -->
- <target name="release" depends="package-zip, package-tgz, package-src-all,package-testsuite-zip" description="Packages the distribution with ZIP and TAR-GZIP">
+ <target name="release" depends="package-zip, package-tgz, package-src-all" description="Packages the distribution with ZIP and TAR-GZIP">
</target>
<!-- =================================================================== -->
<!-- Packages the source code with ZIP -->





.




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



Reply via email to