In article <equipoise1-AB6CEB.12174919072006@[EMAIL PROTECTED]
>,
Bill Christens-Barry <equipoise1@[EMAIL PROTECTED]
> wrote:
> How do I prevent the jar command from creating a .DS_Store file in the
> jar that it creates? Alternatively, how do I remove (different from
> extract) the .DS_Store file from a jar?
>
> Thanks.
>
> Bill Christens-Barry
The simplest thing is just to eliminate those files from your directory
structure before creating the jar file, I would imagine. Alternatively,
you might see if JarBundler or some other tool on the Mac has the
ability to build your jar as you like and not include those files.
= Steve =
--
Steve W. Jackson
Montgomery, Alabama


|