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 159471

Summary: DeleteUnreferencedClusterFiles.testExtraFiles failure
Product: ide Reporter: Jesse Glick <jglick>
Component: Features On DemandAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://deadlock.netbeans.org/hudson/job/nbms-and-javadoc/2642/testReport/org.netbeans.nbbuild/DeleteUnreferencedClusterFiles/testExtraFiles/
Issue Type: DEFECT Exception Reporter:

Description Jesse Glick 2009-03-02 23:33:57 UTC
I'm not sure what this is about - something about timing in which the ide.ergonomics module is built - but I would
recommend simplifying ide.ergonomics/build.xml to not set extra.module.files and instead in project.properties define:

extra.module.files=config/Modules/*.xml

Under the reasonable assumption that no other modules will be in the same cluster, this would define its includes more
simply as a constant value, which should be more robust.
Comment 1 Jaroslav Tulach 2009-03-03 11:12:32 UTC
The problem is different. The ide.ergonomics build is run twice and the second time it does not regenerate its files 
due to bug in the build script.

ergonomics#b19cf92ea95e
Comment 2 Jesse Glick 2009-03-03 15:31:22 UTC
OK, hope the fix works.
Comment 3 Quality Engineering 2009-03-04 09:04:05 UTC
Integrated into 'main-golden', will be available in build *200903040201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/b19cf92ea95e
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #159471: Wrong behaviour when static.analysis property was not set