This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 7815 - Displaying of jar file manifest in editor while synchronously modifying it is not correct
Summary: Displaying of jar file manifest in editor while synchronously modifying it is...
Status: CLOSED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: jarpackager (show other bugs)
Version: -FFJ-
Hardware: Other All
: P4 normal (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-10-04 16:02 UTC by vnemec
Modified: 2003-07-01 10:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description vnemec 2000-10-04 16:02:46 UTC
1. create some jar and mount it as filesystem
2. open its manifest in editor
3. modify the jar (open jarpackager, select jar archive from 'history', modify
content, create jar again)

result of these steps differs depending to branch:

[main trunk] (nb40)
- manifest file displayed in editor is closed automatically

[Boston] (1115)
- content last created jar's manifest is inserted into beginning of currently
displayed text
(e.g. if you use default generated manifest, after two modifications of jar you
will get following text in editor:

Manifest-Version: xxxx
Created-By: xxx

Manifest-Version: xxxx
Created-By: xxx

Manifest-Version: xxxx
Created-By: xxx

- the content of manifest itself (when checked in external editor) is correct
Comment 1 Miloslav Metelka 2000-12-13 17:27:59 UTC
I think the boston branch should be fixed too.
Comment 2 Mike Schilling 2001-05-16 23:01:28 UTC
Jar files now cannot be compiled while the jar is mounted.
Comment 3 David Kaspar 2002-11-05 10:00:22 UTC
Verified
Comment 4 Quality Engineering 2003-07-01 10:00:56 UTC
Resolved for 3.4 or earlier, no new info since then -> closing.
Comment 5 Quality Engineering 2003-07-01 10:02:01 UTC
Resolved for 3.4 or earlier, no new info since then -> closing.