Return-Path: Delivered-To: apmail-incubator-directory-dev-archive@www.apache.org Received: (qmail 35795 invoked from network); 24 Nov 2004 09:43:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 24 Nov 2004 09:43:56 -0000 Received: (qmail 62193 invoked by uid 500); 24 Nov 2004 09:43:55 -0000 Delivered-To: apmail-incubator-directory-dev-archive@incubator.apache.org Received: (qmail 62156 invoked by uid 500); 24 Nov 2004 09:43:55 -0000 Mailing-List: contact directory-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list directory-dev@incubator.apache.org Received: (qmail 62142 invoked by uid 99); 24 Nov 2004 09:43:55 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [203.59.3.39] (HELO mail.iinet.net.au) (203.59.3.39) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 24 Nov 2004 01:43:52 -0800 Received: (qmail 9649 invoked from network); 24 Nov 2004 09:43:41 -0000 Received: from unknown (HELO ?127.0.0.1?) (203.206.242.14) by mail.iinet.net.au with SMTP; 24 Nov 2004 09:43:41 -0000 Message-ID: <41A457C9.1010900@apache.org> Date: Wed, 24 Nov 2004 20:43:37 +1100 From: Brett Porter User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Apache Directory Developers List Subject: Re: Maven build error for directory-naming core References: <49049.66.81.3.243.1101257369.fusewebmail-71148@www.fusemail.com> <1101262867.41a3f0138f354@mail.iinet.net.au> In-Reply-To: <1101262867.41a3f0138f354@mail.iinet.net.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I've fixed this - it most likely only failed under windows. can someone review the change I made to FileDirContext to make sure it makes sense/doesn't have side effects? Passes all the tests and makes sense to me. Cheers, Brett Brett Porter wrote: >> [junit] Tests run: 10, Failures: 1, Errors: 0, Time elapsed: 1.272 sec >> [junit] [ERROR] TEST org.apache.naming.resources.FileDirContextTest >>FAILED >> >>Unfortunately, I'm new to Maven (and JUnit for that matter) and I don't >>have time to learn them both so I can figure out this problem. For the >>moment I'm just using the classes unpacked (which works great!). I'm >>hoping one of the developers can figure it out. >> >> > >I'll have a look. > >To ignore the failure: http://maven.apache.org/faq.html#ignoring-broken-tests > >The actual failure will be shown in >target/test-reports/TEST-org.apache.naming.resources.FileDirContextTest.txt > >Cheers, >Brett > > > > >