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 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 haven't worn out the  and  keys on my keyboard :-)
 Tim

 On 02/07/2015 19:15, Rafael Ponte wrote:
  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 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
 
  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 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 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 development
  before?
  --
  Omnem crede diem tibi diluxisse supremum.
 
  --
  Rafael Ponte
  TriadWorks | Formação Java
  http://cursos.triadworks.com.br
 
 
 
  --
  Omnem crede diem tibi diluxisse supremum.
 
  --
  Rafael Ponte
  TriadWorks | Formação Java
  http://cursos.triadworks.com.br
 
 
 
  --
  Omnem crede diem tibi diluxisse supremum.
 




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 haven't worn out the  and  keys on my keyboard :-)
Tim

On 02/07/2015 19:15, Rafael Ponte wrote:

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 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

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 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 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 development

before?

--
Omnem crede diem tibi diluxisse supremum.


--
Rafael Ponte
TriadWorks | Formação Java
http://cursos.triadworks.com.br




--
Omnem crede diem tibi diluxisse supremum.


--
Rafael Ponte
TriadWorks | Formação Java
http://cursos.triadworks.com.br




--
Omnem crede diem tibi diluxisse supremum.





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 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 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 development before?
  
   --
   Omnem crede diem tibi diluxisse supremum.
  
  --
  Rafael Ponte
  TriadWorks | Formação Java
  http://cursos.triadworks.com.br
 



 --
 Omnem crede diem tibi diluxisse supremum.

-- 
Rafael Ponte
TriadWorks | Formação Java
http://cursos.triadworks.com.br


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 development before?

 --
 Omnem crede diem tibi diluxisse supremum.

-- 
Rafael Ponte
TriadWorks | Formação Java
http://cursos.triadworks.com.br


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 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 development before?
 
  --
  Omnem crede diem tibi diluxisse supremum.
 
 --
 Rafael Ponte
 TriadWorks | Formação Java
 http://cursos.triadworks.com.br




-- 
Omnem crede diem tibi diluxisse supremum.


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

 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 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 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 development
 before?
   
--
Omnem crede diem tibi diluxisse supremum.
   
   --
   Rafael Ponte
   TriadWorks | Formação Java
   http://cursos.triadworks.com.br
  
 
 
 
  --
  Omnem crede diem tibi diluxisse supremum.
 
 --
 Rafael Ponte
 TriadWorks | Formação Java
 http://cursos.triadworks.com.br




-- 
Omnem crede diem tibi diluxisse supremum.


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 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
 
  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 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 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 development
  before?

 --
 Omnem crede diem tibi diluxisse supremum.

--
Rafael Ponte
TriadWorks | Formação Java
http://cursos.triadworks.com.br
   
  
  
  
   --
   Omnem crede diem tibi diluxisse supremum.
  
  --
  Rafael Ponte
  TriadWorks | Formação Java
  http://cursos.triadworks.com.br
 



 --
 Omnem crede diem tibi diluxisse supremum.

-- 
Rafael Ponte
TriadWorks | Formação Java
http://cursos.triadworks.com.br