Peter Niederwieser wrote:
>
> "jar.enabled = true" works just fine for me. Note that that you will only
> get a jar when you run "gradle build" or "gradle jar", but not when you
> run "gradle war". This is intentional.
>
ok, that's fair. However - I'm building a hibernate configuration jar
(legacy implementation, crappy but i have to stick with it for now). It
basically only includes the hibernate configuration xmls. I've managed to
get the jar to work, and I've gotten the jar task running from the war task,
but for some reason it's not including the jar in the web-inf/lib dir of my
war:
war {
dependsOn 'jar'
baseName = 'iqec'
}
--
View this message in context:
http://gradle.1045684.n5.nabble.com/jar-SKIPPED-tp3213728p3362284.html
Sent from the gradle-user mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email