My developments env is Maven 2.0.09, Java 1.5.0_13 and Windows Vista The build looks good to me. BTW, I just noticed the command line like this, C:\Programme\Develop\Java\1.5se\jre\..\bin\javadoc.exe
Did you set your JAVA_HOME to the 1.5se directory? Willem Claus Ibsen wrote: > On Mon, Mar 23, 2009 at 11:56 AM, Gary Jones <activ...@garydjones.name> wrote: >> On Mon, Mar 23, 2009 at 10:14:26AM +0000, James Strachan wrote: >>> Any idea which directory you were in when this failure occurred? >> The top level project directory, i.e. the one containing the README.txt >> file and so forth. >> >>> Also >>> which maven version are you using? >> Maven version: 2.0.10 >> Java version: 1.5.0_12 >> OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows" > Willem Jiang is also a Camel committer and he uses Windows XP. > > Can you try with Maven 2.0.9? That is what we use for building the release. > > >>> 2009/3/23 Gary Jones <activ...@garydjones.name>: >>>> I tried to build camel based on the latest source from svn, and it >>>> failed. Following the instructions on the website I eventually got to >>>> (note: -e is my own addition, hoping to get some more info about the >>>> problem): >>>> >>>> mvn -e -Dtest=false clean install >>>> [...many lines of output...] >>>> [INFO] >>>> ------------------------------------------------------------------------ >>>> [ERROR] BUILD ERROR >>>> [INFO] >>>> ------------------------------------------------------------------------ >>>> [INFO] An error has occurred in JavaDocs report generation:Exit code: 1 - >>>> javadoc: error - invalid flag: -author >>>> >>>> Command line was:C:\Programme\Develop\Java\1.5se\jre\..\bin\javadoc.exe >>>> -J-Xmx500m @options > > >