Hiya, I'm compiling 2.14.0 with:
mvn clean install -Pspring4,fastinstall and getting the following errors below when it hits camel-web. [Spring4 is the the default now, yes?] Thanks, Rick [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 05:14 min [INFO] Finished at: 2014-09-22T14:34:26-05:00 [INFO] Final Memory: 257M/592M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.9.1:javadoc (default) on project camel-web: An error has occurred in JavaDocs report generation: [ERROR] Exit code: 1 - Sep 22, 2014 2:34:26 PM com.sun.jersey.wadl.resourcedoc.ResourceDoclet start [ERROR] SEVERE: Could not serialize ResourceDoc. [ERROR] java.lang.IllegalArgumentException [ERROR] at sun.net.www.ParseUtil.decode(ParseUtil.java:202) [ERROR] at sun.misc.URLClassPath$FileLoader.<init>(URLClassPath.java:1040) [ERROR] at sun.misc.URLClassPath$3.run(URLClassPath.java:361) [ERROR] at sun.misc.URLClassPath$3.run(URLClassPath.java:356) [ERROR] at java.security.AccessController.doPrivileged(Native Method) [ERROR] at sun.misc.URLClassPath.getLoader(URLClassPath.java:355) [ERROR] at sun.misc.URLClassPath.getLoader(URLClassPath.java:332) [ERROR] at sun.misc.URLClassPath.findResource(URLClassPath.java:175) [ERROR] at java.net.URLClassLoader$2.run(URLClassLoader.java:557) [ERROR] at java.net.URLClassLoader$2.run(URLClassLoader.java:555) [ERROR] at java.security.AccessController.doPrivileged(Native Method) [ERROR] at java.net.URLClassLoader.findResource(URLClassLoader.java:554) [ERROR] at java.lang.ClassLoader.getResource(ClassLoader.java:1093) [ERROR] at javax.xml.bind.ContextFinder.loadJAXBProperties(ContextFinder.java:489) [ERROR] at javax.xml.bind.ContextFinder.find(ContextFinder.java:382) [ERROR] at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:641) [ERROR] at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:584) [ERROR] at com.sun.jersey.wadl.resourcedoc.ResourceDoclet.start(ResourceDoclet.java:177) [ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [ERROR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [ERROR] at java.lang.reflect.Method.invoke(Method.java:483) [ERROR] at com.sun.tools.javadoc.DocletInvoker.invoke(DocletInvoker.java:310) [ERROR] at com.sun.tools.javadoc.DocletInvoker.start(DocletInvoker.java:189) [ERROR] at com.sun.tools.javadoc.Start.parseAndExecute(Start.java:366) [ERROR] at com.sun.tools.javadoc.Start.begin(Start.java:219) [ERROR] at com.sun.tools.javadoc.Start.begin(Start.java:205) [ERROR] at com.sun.tools.javadoc.Main.execute(Main.java:64) [ERROR] at com.sun.tools.javadoc.Main.main(Main.java:54) [ERROR] [ERROR] [ERROR] Command line was: c:\Apps\Java\jdk1.8.0_11\jre\..\bin\javadoc.exe @options [ERROR] [ERROR] Refer to the generated Javadoc files in 'C:\src.rgf\apache-camel-2.14.0\components\camel-web\target\site\apidocs' dir. [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :camel-web Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0 -- View this message in context: http://camel.465427.n5.nabble.com/2-14-0-build-fails-on-camel-web-javadocs-tp5756866.html Sent from the Camel - Users mailing list archive at Nabble.com.