Return-Path: Delivered-To: apmail-incubator-abdera-commits-archive@locus.apache.org Received: (qmail 88786 invoked from network); 16 Jun 2006 21:08:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Jun 2006 21:08:52 -0000 Received: (qmail 17376 invoked by uid 500); 16 Jun 2006 21:08:52 -0000 Delivered-To: apmail-incubator-abdera-commits-archive@incubator.apache.org Received: (qmail 17349 invoked by uid 500); 16 Jun 2006 21:08:52 -0000 Mailing-List: contact abdera-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: abdera-dev@incubator.apache.org Delivered-To: mailing list abdera-commits@incubator.apache.org Received: (qmail 17333 invoked by uid 99); 16 Jun 2006 21:08:51 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Jun 2006 14:08:51 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Jun 2006 14:08:51 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 318D51A9842; Fri, 16 Jun 2006 14:08:31 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r414912 - /incubator/abdera/java/trunk/build/build.xml Date: Fri, 16 Jun 2006 21:08:30 -0000 To: abdera-commits@incubator.apache.org From: jmsnell@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060616210831.318D51A9842@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: jmsnell Date: Fri Jun 16 14:08:30 2006 New Revision: 414912 URL: http://svn.apache.org/viewvc?rev=414912&view=rev Log: Fixing test building. Still need to get the tests running again Modified: incubator/abdera/java/trunk/build/build.xml Modified: incubator/abdera/java/trunk/build/build.xml URL: http://svn.apache.org/viewvc/incubator/abdera/java/trunk/build/build.xml?rev=414912&r1=414911&r2=414912&view=diff ============================================================================== --- incubator/abdera/java/trunk/build/build.xml (original) +++ incubator/abdera/java/trunk/build/build.xml Fri Jun 16 14:08:30 2006 @@ -12,6 +12,7 @@ + @@ -44,6 +45,7 @@ Working directory: ${work} ===================================================== + @@ -67,7 +69,11 @@ destdir="${test}" classpathref="jar.dependencies" classpath="${core.work};${parser.work}" /> - + + + + + @@ -84,7 +90,7 @@