Posted By:
Abhra_Haldar
Posted On:
Saturday, December 4, 2004 11:49 AM
Hi. I apologize if this a stupid question, but how can one use the "jar" task to jar the entire directory structure as opposed to all the files in a directory? For instance, here is what I am currently using: description="creates a jar file w/ specified manifest"> Creating dinkyShell.jar file... manifest="../TestSWTProgram/manifest.txt"> but this just jars everything INSIDE the directory (TestSWTProgram), as opposed to the directory itself. Any way to resolve this?
More>>
Hi.
I apologize if this a stupid question, but how can one
use the "jar" task to jar the entire directory structure as opposed to all the files in a directory?
For instance, here is what I am currently using:
description="creates a jar file w/ specified manifest">
Creating dinkyShell.jar file...
manifest="../TestSWTProgram/manifest.txt">
but this just jars everything INSIDE the directory (TestSWTProgram), as opposed to the directory itself.
Any way to resolve this?
<<Less