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 127912

Summary: Error in JAR file - invalid CEN header (bad signature)
Product: versioncontrol Reporter: pribyl <pribyl>
Component: CVS libraryAssignee: issues@versioncontrol <issues>
Status: VERIFIED DUPLICATE    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: Message log - if it helps...

Description pribyl 2008-02-20 16:45:34 UTC
[NetBeans IDE Dev (Build 200802191203), 1.6.0_04]

A warning message always appear when I import a new project into a CVS repository and then checkout this project to
another Local folder:

Error in JAR file {project_path}\libraries\junit\junit-3.8.2-api.zip: invalid CEN header (bad signature)

I have noticed this problem since the very last revision update. It occurs only when using CVS import/checkout. Tested
on :pserver: and :local:

Note: works fine on Subversion
Comment 1 pribyl 2008-02-20 16:46:42 UTC
Created attachment 56933 [details]
Message log - if it helps...
Comment 2 Peter Pis 2008-02-20 17:07:07 UTC
CVS can't handle binary files well. Either it calls for appropriate cvswrappers setup on repository side or on client
side. Please see more details in #71196.

*** This issue has been marked as a duplicate of 71196 ***
Comment 3 pribyl 2008-03-05 10:35:13 UTC
Marked as Verified