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 - THIRDPARTYLICENSE-generated.txt omits mention of JSch & JZlib
Summary: THIRDPARTYLICENSE-generated.txt omits mention of JSch & JZlib
Status: RESOLVED WONTFIX
Alias: None
Product: www
Classification: Unclassified
Component: Builds & Repositories (show other bugs)
Version: 7.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks: 197842
  Show dependency tree
 
Reported: 2011-08-19 14:48 UTC by Jesse Glick
Modified: 2015-09-23 10:35 UTC (History)
3 users (show)

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 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