> say I have a package structure
>
[quoted text clipped - 12 lines]
>
> The -C option is no good since it destroys the package structure
Try the following, which should include files under base with
extensions, and everything under base\suba but no other directories
under base:
jar cfm ..\server.jar manifest.mf base\*.* base\suba\

Signature
Rob Skedgell <rob+news@nephelococcygia.demon.co.uk>
GnuPG/PGP: 7DA3 1579 C0DD 8748 C05A B984 E2A2 3234 D14B 6DD7
VisionSet - 12 Feb 2006 18:48 GMT
> Try the following, which should include files under base with
> extensions, and everything under base\suba but no other directories
> under base:
> jar cfm ..\server.jar manifest.mf base\*.* base\suba\
Thanks that works great, sort of obvious really, but it'd be nice to see it
documented somewhere!
--
Mike W