StormeHawke wrote: > > There are no classes in the jar, just the hibernate.cfg.xml files for our > project. >
Anything that goes into a Jar can also go into WEB-INF/classes. If you put the config files into src/main/resources (or instruct the War task to copy them into WEB-INF/classes), you are done. Why the extra Jar? Peter Niederwieser wrote: > > What I'm stuck on is getting the war to include the jar in the lib dir. > See my previous post. The War task supports the same copy syntax as you have used for the Jar task. -- Peter Niederwieser Developer, Gradle http://www.gradle.org Trainer & Consultant, Gradle Inc. http://www.gradle.biz Founder, Spock Framework http://spockframework.org -- View this message in context: http://gradle.1045684.n5.nabble.com/jar-SKIPPED-tp3213728p3364790.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
