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 - DeleteUnreferencedClusterFiles.testExtraFiles failure
Summary: DeleteUnreferencedClusterFiles.testExtraFiles failure
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Features On Demand (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jaroslav Tulach
URL: http://deadlock.netbeans.org/hudson/j...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-02 23:33 UTC by Jesse Glick
Modified: 2009-06-21 13:43 UTC (History)
0 users

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