Return-Path: Delivered-To: apmail-incubator-abdera-dev-archive@locus.apache.org Received: (qmail 80298 invoked from network); 20 Apr 2007 00:15:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Apr 2007 00:15:40 -0000 Received: (qmail 65598 invoked by uid 500); 20 Apr 2007 00:15:47 -0000 Delivered-To: apmail-incubator-abdera-dev-archive@incubator.apache.org Received: (qmail 65571 invoked by uid 500); 20 Apr 2007 00:15:46 -0000 Mailing-List: contact abdera-dev-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-dev@incubator.apache.org Received: (qmail 65560 invoked by uid 99); 20 Apr 2007 00:15:46 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Apr 2007 17:15:46 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of ottaway@oreilly.com designates 209.204.146.24 as permitted sender) Received: from [209.204.146.24] (HELO mwest.oreilly.com) (209.204.146.24) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Apr 2007 17:15:39 -0700 Received: from [172.24.31.253] (dhcp-172-24-31-253.west.ora.com [172.24.31.253]) by mwest.oreilly.com (Postfix) with ESMTP id 511431B845D8 for ; Thu, 19 Apr 2007 17:13:18 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.3) To: abdera-dev@incubator.apache.org Message-Id: Content-Type: multipart/mixed; boundary=Apple-Mail-3--994986214 From: Robert Ottaway Subject: Broken trunk? Date: Thu, 19 Apr 2007 17:16:32 -0700 X-Mailer: Apple Mail (2.752.3) X-Virus-Checked: Checked by ClamAV on apache.org --Apple-Mail-3--994986214 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Hi all I checked out the Abdera trunk via this command: svn co http://svn.apache.org/repos/asf/incubator/abdera/java/trunk/ abdera then per the instructions issued a "mvn install" command. This lead to many errors. I was able to test everything working by doing a few things: * Created and added pom.xml for i18n subproject * added i18n subproject as module to top level project, in pom.xml. * Commented out a small bit of code (like 4 lines in a test class) * A Maven call to an Ant plugin in the JSON subproject was causing trouble. I commented out the Ant call in the pom.xml. * Disabled some tests With these changes the trunk will build, install and run almost all of the tests. I am attaching a SVN patch file. Let me know if you would want me to commit these changes. Thanks, -Rob Ottaway --Apple-Mail-3--994986214--