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 201131

Summary: THIRDPARTYLICENSE-generated.txt omits mention of JSch & JZlib
Product: www Reporter: Jesse Glick <jglick>
Component: Builds & RepositoriesAssignee: Antonin Nebuzelsky <anebuzelsky>
Status: RESOLVED WONTFIX    
Severity: normal CC: jrechtacek, jtulach, mmirilovic
Priority: P3    
Version: 7.1   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 197842    

Description Jesse Glick 2011-08-19 14:48:46 UTC
See bug #197842 comment #7 for why we are not using an unmodified binary of these two libs. The problem is that THIRDPARTYLICENSE-generated.txt then does not mention them (since the CRC in external does not correspond to anything in the build).

Proper solution would be to fix https://bugs.eclipse.org/bugs/show_bug.cgi?id=343416 and use it.

Quicker solution would be to store our modified JARs in ExternalBinaries rather than storing the originals and doing the manifest update on the fly.
Comment 1 Marian Mirilovic 2013-08-05 07:12:53 UTC
I think this belongs to BE