[Cdk-user] cdk-jar including java sources

2014-11-28 Thread John M
Just to follow up on this, I might do include such a jar in the next release. We currently only create an *aggregate* for the JavaDoc but this is also possible for the source - http://maven.apache.org/plugins/maven-source-plugin/aggregate-mojo.html. Regards, John W May john.wilkinson...@gmail.com

Re: [Cdk-user] cdk-jar including java sources

2014-11-28 Thread John May
Okay I've added a section for the source jar. The JavaDoc was already there but for some reason isn't working at the moment. Will debug and update if needed. Sent from my iPhone On 28 Nov 2014, at 13:28, Oliver Stueker ostue...@gmail.com wrote: +1 And maybe the commands to create a

Re: [Cdk-user] cdk-jar including java sources

2014-11-05 Thread Martin Guetlein
Any help on that issue would be much appreciated, Martin On 3 November 2014 13:38, Martin Guetlein martin.guetl...@googlemail.com wrote: Hi, Is there a way to compile a jar file with CDK java source files? I have the problem that eclipse does not find the proper CDK source files, as the

Re: [Cdk-user] cdk-jar including java sources

2014-11-05 Thread Egon Willighagen
Hi Martin, since I just have the CDK as project in Eclipse, I do not actually have experience with this... is that a possible alternative for you? I would also suggest to file a bug report, so that we don't forget to look into it... I am, sadly, too busy at right this moment... Egon On Wed,

Re: [Cdk-user] cdk-jar including java sources

2014-11-05 Thread Martin Guetlein
Hi Nina, It should not be hard to compile all source files within the cdk-project into a jar-file with correct folders. I was just wandering if someone else already run into this problem (and has maybe solved it). As CDK is now using Maven build, I assume the source jar hs been compiled

Re: [Cdk-user] cdk-jar including java sources

2014-11-05 Thread Martin Guetlein
Hi Nina, Importing CDK as a maven project into Eclipse is a good solution for me, I will do that. (Switching over to maven is on my todo list as well). Thanks for you help, Martin On 5 November 2014 12:33, Nina Jeliazkova jeliazkova.n...@gmail.com wrote: On 5 November 2014 13:19, Martin