Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 53480 invoked from network); 12 Apr 2007 21:32:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Apr 2007 21:32:39 -0000 Received: (qmail 10745 invoked by uid 500); 12 Apr 2007 21:32:42 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 10699 invoked by uid 500); 12 Apr 2007 21:32:42 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 10687 invoked by uid 99); 12 Apr 2007 21:32:42 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Apr 2007 14:32:42 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Apr 2007 14:32:35 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5E64671406D for ; Thu, 12 Apr 2007 14:32:15 -0700 (PDT) Message-ID: <24745113.1176413535367.JavaMail.jira@brutus> Date: Thu, 12 Apr 2007 14:32:15 -0700 (PDT) From: "Bjorn Townsend (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Created: (AXIS-2649) Tests throw errors when run from within an svn working directory MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Tests throw errors when run from within an svn working directory ---------------------------------------------------------------- Key: AXIS-2649 URL: https://issues.apache.org/jira/browse/AXIS-2649 Project: Axis Issue Type: Bug Components: Basic Architecture Affects Versions: current (nightly), 1.4 Environment: centOS 4, Java 1.5.0_09 Reporter: Bjorn Townsend Fix For: current (nightly) If one checks out the Axis code base via svn and runs the all-tests ant target, the unit test class test.utils.TestSrcContent throws a null-pointer exception. This test, intended to verify that certain coding standards are being adhered to, is unable to correctly interpret the .svn directory structure. Since it is not necessary for the test to check the contents of the .svn directories, this problem can easily by avoided by simply skipping them. I will be attaching a patch momentarily. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org