Re: use gradle to build apache camel application

2015-07-03 Thread Wilson MacGyver
In my case, I'm building a standalone app. So I was planning to use the application plugin It's encouraging to hear a couple of positive experience. Thanks On Fri, Jul 3, 2015 at 2:24 AM Tim Dudgeon tdudgeon...@gmail.com wrote: The gradle tomcat plugin works fine for running a camel based

Re: use gradle to build apache camel application

2015-07-03 Thread Tim Dudgeon
The gradle tomcat plugin works fine for running a camel based project. https://github.com/bmuschko/gradle-tomcat-plugin I've been using gradle with camel for ages and am very happy with it. The only major thing that I miss sometimes is the camel maven archetype projects. But on the plus side I

Re: use gradle to build apache camel application

2015-07-02 Thread Rafael Ponte
I don't. I'm just using gradle to handle all dependencies of my project, build and so on. :-T On Thu, Jul 2, 2015 at 2:52 PM Wilson MacGyver wmacgy...@gmail.com wrote: not really problem per se. just wanted to know how smooth it's working. for example, in mvn you can run camel by using mvn

Re: use gradle to build apache camel application

2015-07-02 Thread Rafael Ponte
Hi Wilson, I'm using Camel with Gradle managing all dependencies. What problem do you have? On Thu, Jul 2, 2015 at 2:41 PM Wilson MacGyver wmacgy...@gmail.com wrote: I know camel has excellent support for maven. and even has a mvn plugin. has anyone ever used gradle with camel application

Re: use gradle to build apache camel application

2015-07-02 Thread Wilson MacGyver
not really problem per se. just wanted to know how smooth it's working. for example, in mvn you can run camel by using mvn camel:run how do you do that with gradle? On Thu, Jul 2, 2015 at 1:43 PM, Rafael Ponte rpo...@gmail.com wrote: Hi Wilson, I'm using Camel with Gradle managing all

Re: use gradle to build apache camel application

2015-07-02 Thread Wilson MacGyver
so do you just use the application plugin to build it? are you using the shadow plugin to create a fatjar to deploy it? Thanks On Thu, Jul 2, 2015 at 1:55 PM, Rafael Ponte rpo...@gmail.com wrote: I don't. I'm just using gradle to handle all dependencies of my project, build and so on. :-T

Re: use gradle to build apache camel application

2015-07-02 Thread Rafael Ponte
I'm working on a web project (with Camel integrated to Spring), so it's deployed on Tomcat container. On Thu, Jul 2, 2015 at 3:08 PM Wilson MacGyver wmacgy...@gmail.com wrote: so do you just use the application plugin to build it? are you using the shadow plugin to create a fatjar to deploy