Re: Is there really no wildcard adding for "jar -cvf my.jar classes\*.class" ?
- From: Knute Johnson <nospam@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 28 Apr 2008 14:45:53 -0700
Catherina Svensson wrote:
When I try to execute a jar command like the following:
jar -cvf my.jar classes\*.class
then JVM gives me an error about non-existing files/folders.
However when I specify all the class files in detail:
jar -cvf my.jar classes\a.class classes\b.class ..... classes\z.class
then everything is fine.
Is there really no flag/option to let users pass wildcards for jar adding operations ?
Cat
See my reply to your post in comp.lang.java.help.
--
Knute Johnson
email s/nospam/linux/
--
Posted via NewsDemon.com - Premium Uncensored Newsgroup Service
------->>>>>>http://www.NewsDemon.com<<<<<<------
Unlimited Access, Anonymous Accounts, Uncensored Broadband Access
.
- Prev by Date: Re: Is there really no wildcard adding for "jar -cvf my.jar classes\*.class" ?
- Next by Date: Re: Is there really no wildcard adding for "jar -cvf my.jar classes\*.class" ?
- Previous by thread: Re: Is there really no wildcard adding for "jar -cvf my.jar classes\*.class" ?
- Next by thread: Re: Is there really no wildcard adding for "jar -cvf my.jar classes\*.class" ?
- Index(es):
Relevant Pages
|