Re: Referencing file inside Jar file from fileset

2009-11-02 Thread Stefan Bodewig
On 2009-11-03, Steve Kennedy wrote: > Is it possible to include a file that already exists inside a JAR? Not using , but using (a JAR is a ZIP file after all). Another alternative would be but it doesn't support wildcard matching. > m using a task (hibernatetool) that takes a set of XML file

Referencing file inside Jar file from fileset

2009-11-02 Thread Steve Kennedy
Is it possible to include a file that already exists inside a JAR? m using a task (hibernatetool) that takes a set of XML files to generate a database schema, however some of the XML files are contained in 3rd party JAR files. I have a fileset like this: Which works fine for my hom