StormeHawke wrote:
> 
> 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'
>       }
> 


There are no classes in the jar, just the hibernate.cfg.xml files for our
project.
-- 
View this message in context: 
http://gradle.1045684.n5.nabble.com/jar-SKIPPED-tp3213728p3364712.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


Reply via email to