-
1. Re: error while generating javadocs - mvn site 1.1.1-SNAPSHOT
alrubinger Oct 11, 2012 4:46 AM (in response to smikloso)Thanks for reporting this. Somewhere along the line the documentation-making step of our CI environment got removed. I'm also seeing this error (as you are) locally:
[ERROR] java.lang.IllegalStateException: Failed to find an insertion point.
[ERROR] at org.jboss.apiviz.APIviz.instrumentDiagram(APIviz.java:334)
[ERROR] at org.jboss.apiviz.APIviz.generateOverviewSummary(APIviz.java:202)
[ERROR] at org.jboss.apiviz.APIviz.start(APIviz.java:80)
[ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[ERROR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[ERROR] at java.lang.reflect.Method.invoke(Method.java:601)
[ERROR] at com.sun.tools.javadoc.DocletInvoker.invoke(DocletInvoker.java:280)
[ERROR] at com.sun.tools.javadoc.DocletInvoker.start(DocletInvoker.java:160)
[ERROR] at com.sun.tools.javadoc.Start.parseAndExecute(Start.java:397)
[ERROR] at com.sun.tools.javadoc.Start.begin(Start.java:167)
[ERROR] at com.sun.tools.javadoc.Main.execute(Main.java:59)
[ERROR] at com.sun.tools.javadoc.Main.main(Main.java:49)
I've opened: https://issues.jboss.org/browse/SHRINKWRAP-423 to investigate.
-
2. Re: error while generating javadocs - mvn site 1.1.1-SNAPSHOT
alrubinger Oct 11, 2012 9:11 PM (in response to alrubinger)Disabled APIViz for the time-being due to APIVIZ-10; @see issue for explanation and SHRINKWRAP-424 for the task to re-enable APIViz.
-
3. Re: error while generating javadocs - mvn site 1.1.1-SNAPSHOT
alrubinger Oct 13, 2012 2:15 AM (in response to alrubinger)Note that now with SHRINKWRAP-425 and -426, the build should now be totally functional w.r.t. "site". Again, thanks for pointing this out; somewhere along the line our CI wasn't going full-stop and the upgrade to JDK7 for building broke some things. ( ShrinkWrap still works with a JRE5+ runtime, except the NIO.2 modules which require JRE7+).