This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: fastjar -i option


Thomas Fitzsimmons wrote:
This patch fixes this bug:

https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=159095

The -i option may be useful as an optimization for applets so it may be
useful to implement eventually, but for now I think we should add a
no-op -i option for the sake of command-line compatibility with jar.

Does this patch look OK?


The "--help" output should also indicate that -i is not currently implemented. Otherwise, OK.

Bryce

2006-02-07 Thomas Fitzsimmons <fitzsim@redhat.com>

* jartool.h (ACTION_INDEX): New macro.
* jartool.c (main): Handle -i option.
* fastjar.texi (Invoking fastjar): Add description of -i option.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]