Re: improving Endpoint documentation and tooling

2013-05-26 Thread AlanFoster
Hi, I've got a quick question about making use of this for tooling. I wonder if there would be such a way of getting access to the endpoint information without trying to instantiate the camel context and such? So that the tooling can be somewhat agnostic of Camel's instantiation process. Current

Re: improving Endpoint documentation and tooling

2013-04-30 Thread Claus Ibsen
Hi Yeah lets use JDK7 for building Camel 2.12, then we got the docs and the built binaries is still version 1.6 compliant, as that's what we have configured the Maven to use. We did use JDK6 for Camel 2.11 which we just released. Though I think its fine for moving on to JDK7. others do this as w

Re: improving Endpoint documentation and tooling

2013-04-30 Thread James Strachan
On 30 April 2013 08:58, Babak Vahdat wrote: > I did the following changes to make the CI build work again on JDK 1.6: > > https://github.com/apache/camel/blob/trunk/camel-core/pom.xml#L395 > https://github.com/apache/camel/blob/trunk/components/pom.xml#L214 > > Makes sense? Ah OK, thanks! > Als

Re: improving Endpoint documentation and tooling

2013-04-30 Thread Babak Vahdat
I did the following changes to make the CI build work again on JDK 1.6: https://github.com/apache/camel/blob/trunk/camel-core/pom.xml#L395 https://github.com/apache/camel/blob/trunk/components/pom.xml#L214 Makes sense? Also see my comment here: http://camel.465427.n5.nabble.com/Our-builds-looks

Re: improving Endpoint documentation and tooling

2013-04-30 Thread James Strachan
On 29 April 2013 09:01, Babak Vahdat wrote: > > > Am 29.04.13 08:00 schrieb "James Strachan" unter > : > >>On 28 April 2013 23:46, Babak Vahdat wrote: >>> Hi James, >>> >>> Another awesome stuff of yours, Thanks! >>> >>> Though I've got three questions: >>> >>> 1) Following the instructions of yo

Re: improving Endpoint documentation and tooling

2013-04-29 Thread Babak Vahdat
Am 29.04.13 08:00 schrieb "James Strachan" unter : >On 28 April 2013 23:46, Babak Vahdat wrote: >> Hi James, >> >> Another awesome stuff of yours, Thanks! >> >> Though I've got three questions: >> >> 1) Following the instructions of yours above I don't see any generated >>html >> docs @ >> >>

Re: improving Endpoint documentation and tooling

2013-04-28 Thread James Strachan
On 29 April 2013 07:00, James Strachan wrote: > On 28 April 2013 23:46, Babak Vahdat wrote: >> Hi James, >> >> Another awesome stuff of yours, Thanks! >> >> Though I've got three questions: >> >> 1) Following the instructions of yours above I don't see any generated html >> docs @ >> >> c

Re: improving Endpoint documentation and tooling

2013-04-28 Thread James Strachan
On 28 April 2013 23:46, Babak Vahdat wrote: > Hi James, > > Another awesome stuff of yours, Thanks! > > Though I've got three questions: > > 1) Following the instructions of yours above I don't see any generated html > docs @ > > camel-core/target/classes/org/apache/camel/component > > Is

Re: improving Endpoint documentation and tooling

2013-04-28 Thread Babak Vahdat
Hi James, Another awesome stuff of yours, Thanks! Though I've got three questions: 1) Following the instructions of yours above I don't see any generated html docs @ camel-core/target/classes/org/apache/camel/component Is there any other steps I'm missing here? 2) My suspicion is that

Re: improving Endpoint documentation and tooling

2013-04-23 Thread James Strachan
I've added a couple of wiki pages to help describe the new capabilities: the endpoint annotations: https://cwiki.apache.org/confluence/display/CAMEL/Endpoint+Annotations the ComponentConfiguration API: https://cwiki.apache.org/confluence/display/CAMEL/ComponentConfiguration On 23 April 2013 09: