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 196101 - Wrong license in junitlib NBM
Summary: Wrong license in junitlib NBM
Status: RESOLVED FIXED
Alias: None
Product: www
Classification: Unclassified
Component: Builds & Repositories (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks: 195849
  Show dependency tree
 
Reported: 2011-02-28 13:51 UTC by Jiri Rechtacek
Modified: 2011-03-01 17:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
JUnit CPL text (11.28 KB, text/plain)
2011-02-28 13:51 UTC, Jiri Rechtacek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Rechtacek 2011-02-28 13:51:44 UTC
Created attachment 106546 [details]
JUnit CPL text

Product Version         = NetBeans IDE Dev (Build 201102280001) (#72829480c498)
Operating System        = Linux version 2.6.35-25-generic running on amd64
Java; VM; Vendor        = 1.6.0_23; Java HotSpot(TM) 64-Bit Server VM 19.0-b09; Sun Microsystems Inc.
Runtime                 = Java(TM) SE Runtime Environment 1.6.0_23-b05
Java Home               = /usr/local/share/java/jdk1.6.0_23/jre


If I install JUnit library, the NetBeans CDDL has to be accepted to install junitlib. But junit.org license should be displayed instead. Jesse, could you fix it or give me a hint how to fix? Thanks
Comment 1 Jesse Glick 2011-02-28 19:13:30 UTC
If I run the nbm target from either libs.junit4 or junitlib, I get the CPL in Info/info.xml as expected. But ant build-nbms -Dallmodules=junitlib produces the CDDL+GPL. I think SubAntJUnitReport is to blame.
Comment 2 Jesse Glick 2011-02-28 19:38:23 UTC
core-main #50c7b365bbd8
Comment 3 Quality Engineering 2011-03-01 17:57:34 UTC
Integrated into 'main-golden', will be available in build *201103011142* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/50c7b365bbd8
User: Jesse Glick <jglick@netbeans.org>
Log: #196101: Wrong license in junitlib NBM
It must be possible to configure properties for <subant-junit> just as for <ant>.