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 103325 - problem with manifest.mf
Summary: problem with manifest.mf
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: OpenESB addons (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Fred Aabedi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-04 14:30 UTC by Jana Maleckova
Modified: 2007-10-26 00:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
103325 (3.56 KB, text/plain)
2007-05-04 14:32 UTC, Jana Maleckova
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jana Maleckova 2007-05-04 14:30:49 UTC
NetBeans IDE Dev (Build 070504)
1.6.0; Java HotSpot(TM) Client VM 1.6.0-b105
Windows XP version 5.1 running on x86
en_GB (nb); Cp1252

Description:
============
I updated resources today and seems manifest.mf file has wrong ends of rows.
IDE throws IOException during opening.

StackTrace:
===========
SEVERE [global]
While opening: D:\nb_all\enterprise\openesbaddons\tcpip\manifest.mf
While opening: D:\nb_all\enterprise\openesbaddons\tcpip\manifest.mf
Caused: java.io.IOException: invalid header field
        at java.util.jar.Attributes.read(Attributes.java:389)
        at java.util.jar.Manifest.read(Manifest.java:182)
        at java.util.jar.Manifest.<init>(Manifest.java:52)
[catch] at
org.netbeans.modules.apisupport.project.ManifestManager.getInstance(ManifestManager.java:130)
        at
org.netbeans.modules.apisupport.project.universe.ModuleList.scanPossibleProject(ModuleList.java:326)
        at
org.netbeans.modules.apisupport.project.universe.ModuleList.doScanNetBeansOrgSources(ModuleList.java:274)
        at
org.netbeans.modules.apisupport.project.universe.ModuleList.doScanNetBeansOrgSources(ModuleList.java:281)
Comment 1 Jana Maleckova 2007-05-04 14:32:10 UTC
Created attachment 42139 [details]
103325