On 21 September 2007 at 12:07, "Eric Le Goff" <[EMAIL PROTECTED]> wrote: > I am trying to build the class library following the steps described > at http://harmony.apache.org/quickhelp_contributors.html > > My OS is Ubuntu Feisty > > From [Harmony]/trunk/working_classlib/ > Ant fails with > [...]/build.xml : 113[..] > [..]/make/build-java.xml:130 : java.lang.reflect.InvocationTargetException > > > Any idea where I may have missed something ?
Looks like you are missing a java compiler? Make sure you have a jdk installed. (apt-cache search jdk might help.) > Thanks for your help. HTH, Mark.
