You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by zhuweimin <xi...@tsm.kddilabs.jp> on 2009/12/04 09:51:45 UTC

ant test-patch does not work

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=../hadoop-hdfs-trunk/HDFS-468-ver1.patch
-Dforrest.home=/usr/local/apache-forrest-0.8
-Dfindbugs.home=/usr/local/findbugs-1.3.9 -Djava5.home=/usr/java/latest
test-patch
 
...
     [exec] /home/tsz/apache-ant-1.7.1/bin/ant -Dversion=PATCH-a.patch
-Djavac.args=-Xlint -Xmaxwarns 1000  -DHadoopPatchProcess= clean tar >
/home/tsz/tmp/trunkJavacWarnings.txt 2>&1
     [exec] Trunk compilation is broken?
...


The error messages in the log file (trunkJavacWarnings.txt) are as follows:
[exec]
/usr/local/apache-forrest-0.8/main/webapp/resources/schema/relaxng/sitemap-v
06.rng:2053:29: error: datatype library
"http://www.w3.org/2001/XMLSchema-datatypes" not recognized
     [exec]
/usr/local/apache-forrest-0.8/main/webapp/resources/schema/relaxng/sitemap-v
06.rng:2087:29: error: datatype library
"http://www.w3.org/2001/XMLSchema-datatypes" not recognized
     [exec]
/usr/local/apache-forrest-0.8/main/webapp/resources/schema/relaxng/sitemap-v
06.rng:2097:30: error: datatype library
"http://www.w3.org/2001/XMLSchema-datatypes" not recognized
     [exec]
/usr/local/apache-forrest-0.8/main/webapp/resources/schema/relaxng/sitemap-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.




Re: ant test-patch does not work

Posted by anshul goel <an...@gmail.com>.
unsubscribe

On 12/4/09, zhuweimin <xi...@tsm.kddilabs.jp> 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=../hadoop-hdfs-trunk/HDFS-468-ver1.patch
> -Dforrest.home=/usr/local/apache-forrest-0.8
> -Dfindbugs.home=/usr/local/findbugs-1.3.9 -Djava5.home=/usr/java/latest
> test-patch
>
> ...
>      [exec] /home/tsz/apache-ant-1.7.1/bin/ant -Dversion=PATCH-a.patch
> -Djavac.args=-Xlint -Xmaxwarns 1000  -DHadoopPatchProcess= clean tar >
> /home/tsz/tmp/trunkJavacWarnings.txt 2>&1
>      [exec] Trunk compilation is broken?
> ...
>
>
> The error messages in the log file (trunkJavacWarnings.txt) are as follows:
> [exec]
> /usr/local/apache-forrest-0.8/main/webapp/resources/schema/relaxng/sitemap-v
> 06.rng:2053:29: error: datatype library
> "http://www.w3.org/2001/XMLSchema-datatypes" not recognized
>      [exec]
> /usr/local/apache-forrest-0.8/main/webapp/resources/schema/relaxng/sitemap-v
> 06.rng:2087:29: error: datatype library
> "http://www.w3.org/2001/XMLSchema-datatypes" not recognized
>      [exec]
> /usr/local/apache-forrest-0.8/main/webapp/resources/schema/relaxng/sitemap-v
> 06.rng:2097:30: error: datatype library
> "http://www.w3.org/2001/XMLSchema-datatypes" not recognized
>      [exec]
> /usr/local/apache-forrest-0.8/main/webapp/resources/schema/relaxng/sitemap-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.
>
>
>
>