Maybe a small fix to the EndpointProcessor: Line 104 should also print the title to the HTML
protected void writeHtmlDocumentation(PrintWriter writer, RoundEnvironment roundEnv, TypeElement classElement, UriEndpoint uriEndpoint) { writer.println("<html>"); writer.println("<header>"); String scheme = uriEndpoint.scheme(); String title = scheme + " endpoint"; writer.println("<title>" + "</title>"); <=== should include the title! Jan > -----Ursprüngliche Nachricht----- > Von: Babak Vahdat [mailto:babak.vah...@swissonline.ch] > Gesendet: Freitag, 21. Februar 2014 11:12 > An: dev@camel.apache.org > Betreff: Re: [VOTE] Release Apache Camel 2.12.3 > > Thanks Willem, that's just awesome! > > To reflect your fix I enabled the 'apt' profile by our POMs *per > default* and also activated the corresponding tests on Java 6 as well. > > The commit has been also backported to the 2.12.x branch. > > Looking forward for the upcomming 2.12.3 release! > > Babak > > > Willem.Jiang wrote > > I already fixed the issue, and ran the prepare release process with > JDK6. > > The html document can be generated without any trouble. > > > > Please hold you commit to camel-2.12.x until you see the new tag is > > created. > > > > -- > > Willem Jiang > > > > Red Hat, Inc. > > Web: http://www.redhat.com > > Blog: > > http://willemjiang.blogspot.com(http://willemjiang.blogspot.com/) > > (English) > > http://jnn.iteye.com(http://jnn.javaeye.com/) (Chinese) > > Twitter: willemjiang > > Weibo: 姜宁willem > > > > > > > > On February 21, 2014 at 2:36:51 AM, Hadrian Zbarcea ( > > > hzbarcea@ > > > ) wrote: > >> > >> Willem, if that problem was so important to you to block a release > >> then it needs to be fixed. Until it's fixed I will -1 a release. It > >> either is important or it isn't. > >> > >> Hadrian > >> > >> On 02/20/2014 12:26 PM, Willem Jiang wrote: > >> > Hi Dan, > >> > > >> > Thanks for the inputs. > >> > > >> > The annotation is already RetentionPolicy.RUNTIME. > >> > > >> > Current the html generator is based the APT processor, But it > >> looks like > >> > JDK6 has some trouble to load the APT processor when compile > >> the code, I’m > >> > not sure if I can fix it tomorrow. > >> > > >> > At mean while, I suggest we can spend some time to address this > >> JDK compile > >> > issue after Camel 2.12.3 is released, so it won’t block the > >> > ActiveMQ release. > >> > > >> > >> > > > > > > -- > View this message in context: http://camel.465427.n5.nabble.com/VOTE- > Release-Apache-Camel-2-12-3-tp5747361p5747739.html > Sent from the Camel Development mailing list archive at Nabble.com.