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
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