This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH] rename jar, rmic and rmiregistry
- From: Michael Koch <konqueror at gmx dot de>
- To: java-patches at gcc dot gnu dot org
- Cc: Thomas Fitzsimmons <fitzsim at redhat dot com>, gcc-patches at gcc dot gnu dot org
- Date: Fri, 16 Jul 2004 22:51:19 +0200
- Subject: Re: [PATCH] rename jar, rmic and rmiregistry
- References: <1090009929.6210.509.camel@tortoise.toronto.redhat.com>
Am Freitag, 16. Juli 2004 22:32 schrieb Thomas Fitzsimmons:
> Hi,
>
> This patch renames the jar, rmic and rmiregistry tools to gjar,
> grmic and grmiregistry. This prevents naming conflicts with other
> implementations of the same tools. In particular, these names are
> problematic for the jpackage.org packaging conventions which
> install symlinks in /usr/bin that point to the preferred versions
> of these tools.
Why gjar and not fastjar ? fastjar would be more appropriate I think.
Michael