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 library
you would just apply the war and the lib plugin (both extend the Java
plugin).

Hans

--
Hans Dockter
Founder, Gradle
http://www.gradle.org, http://twitter.com/gradleorg
CEO, Gradle Inc. - Gradle Training, Support, Consulting
http://www.gradle.bizh

On Fri, Oct 15, 2010 at 4:04 PM, Etienne Studer <[email protected]>wrote:

> 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
> :processTestResources UP-TO-DATE
> :testClasses
> :test
> :check
> :build
>
> Regards, Etienne
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>    http://xircles.codehaus.org/manage_email
>
>
>

Reply via email to