Return-Path: Delivered-To: apmail-hadoop-common-dev-archive@www.apache.org Received: (qmail 69521 invoked from network); 7 Dec 2009 01:34:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Dec 2009 01:34:38 -0000 Received: (qmail 77872 invoked by uid 500); 7 Dec 2009 01:34:37 -0000 Delivered-To: apmail-hadoop-common-dev-archive@hadoop.apache.org Received: (qmail 77780 invoked by uid 500); 7 Dec 2009 01:34:36 -0000 Mailing-List: contact common-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-dev@hadoop.apache.org Received: (qmail 77770 invoked by uid 99); 7 Dec 2009 01:34:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Dec 2009 01:34:36 +0000 X-ASF-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [209.85.216.187] (HELO mail-px0-f187.google.com) (209.85.216.187) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Dec 2009 01:34:33 +0000 Received: by pxi17 with SMTP id 17so1156829pxi.30 for ; Sun, 06 Dec 2009 17:34:13 -0800 (PST) MIME-Version: 1.0 Received: by 10.143.27.31 with SMTP id e31mr682950wfj.173.1260149653081; Sun, 06 Dec 2009 17:34:13 -0800 (PST) In-Reply-To: <004901ca76d3$b6cbb160$24631420$@kddilabs.jp> References: <004901ca76d3$b6cbb160$24631420$@kddilabs.jp> Date: Sun, 6 Dec 2009 17:34:13 -0800 Message-ID: Subject: Re: ant test-patch does not work From: Eli Collins To: common-dev@hadoop.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable You can apply the patch for HDFS-423 which hasn't been committed yet. Also, can you clarify what you're working on? HDFS and libhdfs do not yet support symlinks (HDFS-245) so how will you implement fuse-dfs symlinks? Thanks, Eli On Sun, Dec 6, 2009 at 4:25 PM, zhuweimin wrote: > Hi, > > I'm creating a patch for fuse-dfs symbolic link support. > > I got an error when testing the patch in the following way: > $ ant -Dpatch.file=3D../hadoop-hdfs-trunk/HDFS-468-ver1.patch > -Dforrest.home=3D/usr/local/apache-forrest-0.8 > -Dfindbugs.home=3D/usr/local/findbugs-1.3.9 -Djava5.home=3D/usr/java/late= st > test-patch > > ... > =A0 =A0 [exec] /home/tsz/apache-ant-1.7.1/bin/ant -Dversion=3DPATCH-a.pat= ch > -Djavac.args=3D-Xlint -Xmaxwarns 1000 =A0-DHadoopPatchProcess=3D clean ta= r > > /home/tsz/tmp/trunkJavacWarnings.txt 2>&1 > =A0 =A0 [exec] Trunk compilation is broken? > ... > > > The error messages in the log file (trunkJavacWarnings.txt) are as follow= s: > [exec] > /usr/local/apache-forrest-0.8/main/webapp/resources/schema/relaxng/sitema= p-v > 06.rng:2053:29: error: datatype library > "http://www.w3.org/2001/XMLSchema-datatypes" not recognized > =A0 =A0 [exec] > /usr/local/apache-forrest-0.8/main/webapp/resources/schema/relaxng/sitema= p-v > 06.rng:2087:29: error: datatype library > "http://www.w3.org/2001/XMLSchema-datatypes" not recognized > =A0 =A0 [exec] > /usr/local/apache-forrest-0.8/main/webapp/resources/schema/relaxng/sitema= p-v > 06.rng:2097:30: error: datatype library > "http://www.w3.org/2001/XMLSchema-datatypes" not recognized > =A0 =A0 [exec] > /usr/local/apache-forrest-0.8/main/webapp/resources/schema/relaxng/sitema= p-v > 06.rng:2107:29: error: datatype library > "http://www.w3.org/2001/XMLSchema-datatypes" not recognized ... > > Can someone give me any advice or suggestion? > > Thanks. > > >