|
|
-
Re: Hadoop build failsMark Kerzner 2011-02-18, 04:18
Yes, that worked, thank you. I am now getting the error below - seems I
should just resolve one problem after another [exec] Caused by: java.lang.ClassNotFoundException: org.apache.fop.messaging.MessageHandler [exec] at java.net.URLClassLoader$1.run(URLClassLoader.java:202) [exec] at java.security.AccessController.doPrivileged(Native Method) [exec] at java.net.URLClassLoader.findClass(URLClassLoader.java:190) [exec] at java.lang.ClassLoader.loadClass(ClassLoader.java:307) [exec] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) [exec] at java.lang.ClassLoader.loadClass(ClassLoader.java:248) [exec] ... 38 more On Thu, Feb 17, 2011 at 9:26 PM, Harsh J <[EMAIL PROTECTED]> wrote: > The 'tar' operation would additionally build the documentation (docs/ > stuff). Hadoop uses Apache Forrest to compile the documentation files, > and thus Ant needs to know where on your computer is Apache Forrest's > home directory. > > As Zhang points out, download the latest release of Apache Forrest > from http://forrest.apache.org and untar it some path you can then > pass as a -Dforrest.home=<path> > > Until recently this operation also required Java5 to be available. But > now all is good and shiny with 1.6 alone, thanks to HADOOP-7075. Soon > Forrest should go away too, if HADOOP-7069 gets resolved :-) > > (You may also require other things like Findbugs, etc. depending on > the target - Check HowToContribute on the Wiki). > > On Fri, Feb 18, 2011 at 5:07 AM, Mark Kerzner <[EMAIL PROTECTED]> > wrote: > > Hi, > > > > I got the latest trunk out of svn, ran this command > > > > ant -Djavac.args="-Xlint -Xmaxwarns 1000" clean test tar > > > > and got the following error > > > > /hadoop-common-trunk/build.xml:950: 'forrest.home' is not defined. Please > > pass -Dforrest.home=<base of Apache Forrest installation> to Ant > on > > the command-line. > > > > What should I do? Did I miss something in the documentation? > > > > Thank you, > > Mark > > > > > > -- > Harsh J > www.harshj.com > |