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 179180 - test-clean build dependencies
Summary: test-clean build dependencies
Status: VERIFIED WONTFIX
Alias: None
Product: www
Classification: Unclassified
Component: Builds & Repositories (show other bugs)
Version: 6.x
Hardware: PC Windows Vista
: P1 normal (vote)
Assignee: nbbuild-issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-04 05:35 UTC by Jiri Skrivanek
Modified: 2011-12-12 13:19 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 Jiri Skrivanek 2010-01-04 05:35:45 UTC
I run "ant clean" in core-main repository (with modified files) and it failed with compile error. It seems to be something wrong in build scripts because test-clean tries to compile dependent modules:

test-clean:
     [echo] test.unit.folder
[parseprojectxml] d:\Development\hg\core-main\nbbuild\netbeans\java3\modules\org-netbeans-modules-form.jar missing for d:\Development\hg\core-main\form.j2ee; will first try to build d:\Development\hg\core-main\form
Comment 1 Jesse Glick 2010-01-08 17:08:32 UTC
Might be a problem of excessive target dependencies in nbbuild/templates/common.xml. Anyway the real problem is likely that 'ant clean' fell back to module-by-module cleaning, which is unreliable and slow; normally 'hg clean' will be used, but only if you have no files with status '?'. See my message of a couple weeks ago on nbdev.