From jira-events at lists.jboss.org Thu Oct 11 21:00:07 2012 Content-Type: multipart/mixed; boundary="===============5614073642192732880==" MIME-Version: 1.0 From: Andrew Rubinger (JIRA) To: shrinkwrap-issues at lists.jboss.org Subject: [shrinkwrap-issues] [JBoss JIRA] (SHRINKWRAP-423) Fix broken API Documentation Generation Date: Thu, 11 Oct 2012 21:00:03 -0400 Message-ID: <1300023088.36737.1350003603530.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com> In-Reply-To: 1168686846.34322.1349945163888.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com --===============5614073642192732880== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://issues.jboss.org/browse/SHRINKWRAP-423?page=3Dcom.atlassian.j= ira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D127257= 89#comment-12725789 ] = Andrew Rubinger commented on SHRINKWRAP-423: -------------------------------------------- The matcher pattern in APIVis is expecting output as used from JDK6 and low= er: private static final Pattern INSERTION_POINT_PATTERN =3D Pattern.compile( "((<\\/PRE>)(?=3D\\s*

)|(?=3D Fix broken API Documentation Generation > --------------------------------------- > > Key: SHRINKWRAP-423 > URL: https://issues.jboss.org/browse/SHRINKWRAP-423 > Project: ShrinkWrap > Issue Type: Task > Affects Versions: 1.1.0 > Reporter: Andrew Rubinger > > When using "mvn site": > {code}[ERROR] java.lang.IllegalStateException: Failed to find an insertio= n point. > [ERROR] at org.jboss.apiviz.APIviz.instrumentDiagram(APIviz.java:334) > [ERROR] at org.jboss.apiviz.APIviz.generateOverviewSummary(APIviz.java:20= 2) > [ERROR] at org.jboss.apiviz.APIviz.start(APIviz.java:80) > [ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > [ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccess= orImpl.java:57) > [ERROR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMeth= odAccessorImpl.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:1= 60) > [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){code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs For more information on JIRA, see: http://www.atlassian.com/software/jira --===============5614073642192732880==--