-
Bug
-
Resolution: Fixed
-
P4
-
1.2.1, 1.4.1
-
b24
-
generic, x86
-
generic, windows_xp
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2066459 | 5.0 | Jiri Tusla | P4 | Closed | Fixed | beta |
4839247
Name: gm110360 Date: 03/12/2003
FULL PRODUCT VERSION :
FULL OS VERSION :
Microsoft Windows XP [version 5.1.2600]
A DESCRIPTION OF THE PROBLEM :
It took me about ten minutes (it was my very first use of the jar tool) to figure why I couldn't jar a directory while using the exactly same syntax as stated in the usage comment of the jar tool :
usage states the syntax for adding a dir is :
jar cvfm classes.jar monmanifest -C foo/
but archive creation fails with this syntax
while the syntax that works is :
jar cvfm -C foo/ classes.jar monmanifest
Also the french translation of specific caracters like é à ' doesn't display correctly :
-u mettre Ó jour le fichier d''archives existant
should be :
-u mettre à jour le fichier d'archives existant
Thanks for your attention.
REPRODUCIBILITY :
This bug can be reproduced always.
(Review ID: 182452)
======================================================================
The fix was performed at the same time as 4860808 and integrated on 12/14.
###@###.### 2003-12-15
Name: gm110360 Date: 03/12/2003
FULL PRODUCT VERSION :
FULL OS VERSION :
Microsoft Windows XP [version 5.1.2600]
A DESCRIPTION OF THE PROBLEM :
It took me about ten minutes (it was my very first use of the jar tool) to figure why I couldn't jar a directory while using the exactly same syntax as stated in the usage comment of the jar tool :
usage states the syntax for adding a dir is :
jar cvfm classes.jar monmanifest -C foo/
but archive creation fails with this syntax
while the syntax that works is :
jar cvfm -C foo/ classes.jar monmanifest
Also the french translation of specific caracters like é à ' doesn't display correctly :
-u mettre Ó jour le fichier d''archives existant
should be :
-u mettre à jour le fichier d'archives existant
Thanks for your attention.
REPRODUCIBILITY :
This bug can be reproduced always.
(Review ID: 182452)
======================================================================
The fix was performed at the same time as 4860808 and integrated on 12/14.
###@###.### 2003-12-15
- backported by
-
JDK-2066459 incorrect usage examples for Jar tool in french localized version
- Closed