Re: [gradle-user] :jar SKIPPED

2011-01-31 Thread Hans Dockter
I just wanted to add to the discussion, that we are not perfectly happy how the plugins work together at the moment. IThey don't have the quite the right granularity. The Java plugin should not add a jar and a javadoc task. That should be done by a lib plugin. If you want to have a war and a

Re: [gradle-user] :jar SKIPPED

2010-10-18 Thread Etienne Studer
Thanks. jar.enabled = true works fine. Sorry for having missed it in the documentation. Regards, Etienne On 15.10.2010, at 17:23, Gretar Arnason wrote: yes should be a property on the tasks task.enabled = false there is an example of how to enable jar task again with the 'war' module

[gradle-user] :jar SKIPPED

2010-10-15 Thread Etienne Studer
Hi When I apply the war plugin, the jar task is skipped, as shown by the output below. Question: how does Gradle do this, i.e. what/who decides if a task is skipped? A property on the task or...? :compileJava :processResources :classes :jar SKIPPED :war :assemble :compileTestJava

Re: [gradle-user] :jar SKIPPED

2010-10-15 Thread Gretar Arnason
err: 'war' plugin On Fri, Oct 15, 2010 at 3:23 PM, Gretar Arnason gretarr...@gmail.comwrote: yes should be a property on the tasks task.enabled = false there is an example of how to enable jar task again with the 'war' module applied in the documentation regards gretar On Fri, Oct