You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by Aviad sela <se...@gmail.com> on 2009/03/02 22:00:10 UTC

Ant Build fails on Eclipse 3.4 and Ant 1.7 (Windows)

I am having problems building the project for release 0.19.1
I am using Eclipse 3.4
and ant 1.7

I recieve error compiling core classes
*

compile-core-classes*:

BUILD FAILED *D:\Work\AviadWork\workspace\cur\WSAD\Hadoop_Core_19_1\Hadoop\build.xml:302:
java.lang.ExceptionInInitializerError*
**
This failure points to the target tag webxml:

<jsp-compile

uriroot="${src.webapps}/task"

outputdir="${build.src}"

package="org.apache.hadoop.mapred"

webxml="${build.webapps}/task/WEB-INF/web.xml">

</jsp-compile>