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 160674 - check for duplicated libraries shall be part of commit-validation
Summary: check for duplicated libraries shall be part of commit-validation
Status: RESOLVED WONTFIX
Alias: None
Product: www
Classification: Unclassified
Component: Builds & Repositories (show other bugs)
Version: 6.x
Hardware: Other All
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-19 17:55 UTC by Jaroslav Tulach
Modified: 2009-04-14 19:14 UTC (History)
1 user (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 Jaroslav Tulach 2009-03-19 17:55:43 UTC
Jaroslav Tulach wrote:
> The main build find out that commons_codec library is twice in the repository. 
> Ideally this could have been discovered before integration to main-golden.

Sounds like this should be a dep of the commit-validation target (and no longer called explicitly from whatever 
builder scripts call it now). Please file a DEFECT in 
nbbuild to that effect so it does not get forgotten.
Comment 1 Jaroslav Tulach 2009-03-19 17:56:52 UTC
I guess this is the line from nbbuild/hudson/trunk:
ant -Dbuildnum=$BUILDNUM -Dbuildnumber=$BUILDNUMBER verify-libs-and-licenses build-nozip || exit 
that shall be somehow morphed into own target in commit-validation
Comment 2 Jaroslav Tulach 2009-03-20 08:31:36 UTC
New failure in
http://deadlock.netbeans.org/hudson/job/trunk/5330/
Comment 3 Jesse Glick 2009-04-14 00:21:56 UTC
verify-libs-and-licenses has always failed; we archive the results but do not (yet) consider them blockers.

nbbuild/build/createlicensesummary.xml is created by every build. trunk and nbms-and-javadoc builds both check it. Other
team builders can do so if they wish. It is not logically part of C/V and should not be.
Comment 4 Quality Engineering 2009-04-14 19:14:44 UTC
Integrated into 'main-golden', will be available in build *200904141401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/12ac34a5ab48
User: Jesse Glick <jglick@netbeans.org>
Log: Related to #160674: verify-libs-and-licenses only need be run by nbms-and-javadoc.