Sounds like you aren't using the proper JDK. I suggest you Google the answer or ask on the Eclipse lists. Alternatively run Ant from the command line.
Bob On Mon, Sep 6, 2010 at 11:42 PM, easydoor <[email protected]> wrote: > Hi all, > > I downloaded via SVN the Click Jquery Sources > All deps libraries are under lib > commons-lang-2.4.jar > junit-4.8.1.jar > log4j-1.2.16.jar > servlet-api-2.3.jar > checkstyle-all-5.1.jar > click-2.3.0-M1.jar > click-extras-2.3.0-M1.jar > click-mock-2.3.0-M1.jar > click-dev-tasks-1.1.jar > > When i launch : ant build-examples under Eclipse, i have the following error : > > build: > [delete] Deleting directory C:\Documents and > Settings\FOIRET\workspace\CLICKJQ_SRC\click-jquery\click-jquery\classes > [mkdir] Created dir: C:\Documents and > Settings\FOIRET\workspace\CLICKJQ_SRC\click-jquery\click-jquery\classes > [copy] Copying 24 files to C:\Documents and > Settings\FOIRET\workspace\CLICKJQ_SRC\click-jquery\click-jquery\classes > [javac] Compiling 14 source files to C:\Documents and > Settings\FOIRET\workspace\CLICKJQ_SRC\click-jquery\click-jquery\classes > > BUILD FAILED > C:\Documents and > Settings\FOIRET\workspace\CLICKJQ_SRC\click-jquery\build.xml:282: The > following > error occurred while executing this line: > C:\Documents and > Settings\FOIRET\workspace\CLICKJQ_SRC\click-jquery\build.xml:71: Error > starting > modern compiler > > > Line 282 --> <buildJarMacro name="click-jquery" cp="classpath"/> > Line 71 --> source="${javac.source}"> > > Pbm of compilation ? Thanks in advance > > >
