Re: help about camel-package-maven-plugin

2016-07-30 Thread Claus Ibsen
A good idea is to not load all the Camel source code (as there is too much) but open the component(s) you are working on. Your Eclipse problem is of a general problem you can maybe find help on the internet how to setup Eclipse with Java and the tools.jar. The camel-etcd component do NOT use the

Re: help about camel-package-maven-plugin

2016-07-30 Thread onders
thanks. it seems working when trying to build 2.17.X however, i did upgrade my java version to 1.8.0_102. then now upgraded my git clone to master and tried rebuilding the source now the error is like my tools.jar file is missing; [ERROR] Failed to execute goal org.apache.maven.plugins:maven-ant

Re: help about camel-package-maven-plugin

2016-07-28 Thread Claus Ibsen
Do a quick build of all the source first from command line to have all the SNAPSHOT jars built locally. On Thu, Jul 28, 2016 at 1:13 PM, onders wrote: > Hi, > > I am trying to build on my box using eclipse, > i cloned source from github and imported projects as described as "Import > Maven Proje