Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 4759 invoked from network); 1 Dec 2004 23:55:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 1 Dec 2004 23:55:01 -0000 Received: (qmail 41455 invoked by uid 500); 1 Dec 2004 23:55:00 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 41403 invoked by uid 500); 1 Dec 2004 23:55:00 -0000 Mailing-List: contact dev-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@forrest.apache.org Delivered-To: mailing list dev@forrest.apache.org Received: (qmail 41391 invoked by uid 99); 1 Dec 2004 23:55:00 -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 indexgeo.net (HELO indexgeo.net) (65.77.211.93) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 01 Dec 2004 15:54:59 -0800 Received: from [192.168.1.101] (static-109.227.240.220.dsl.comindico.com.au [220.240.227.109]) (authenticated bits=0) by www2.kc.aoindustries.com (8.12.9-20030917/8.12.9) with ESMTP id iB1NstZx021021 for ; Wed, 1 Dec 2004 17:54:57 -0600 Message-ID: <41AE59CE.4090508@apache.org> Date: Thu, 02 Dec 2004 10:54:54 +1100 From: David Crossley User-Agent: Mozilla Thunderbird 0.9 (Macintosh/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@forrest.apache.org Subject: Re: Validation error with Crimson (WAS: Re: Plugin release process) References: <20041201212947.20887.qmail@minotaur.apache.org> <41AE43C8.7040006@apache.org> <41AE4F36.7050101@apache.org> <41AE522F.7000201@apache.org> <41AE55FE.4040801@apache.org> <41AE5875.3090900@apache.org> In-Reply-To: <41AE5875.3090900@apache.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Rick Tessner wrote: > Ross Gardler wrote: > >> Just to save someone a little time, I just did "svn up" and >> "./build.sh test" with no problems so it is something specific with >> these two setups. >> >> Rick, can you do ./build test? > > Do you mean from $FORREST_HOME/main? If so, yup, that "./build.sh test" > worked just fine. Yes, that is it. Works for me too. > If I then set my ANT_HOME=$FORREST_HOME/tools/ant and add $ANT_HOME/bin > to my PATH and > > cd $FORREST_HOME/plugins/text-output (or any plugin) > ant test > > I get the xmlvalidation failure. Am i stating the obvious to say that it is using the wrong classpath and getting parsers and such, from the JDK instead? --David