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.
6.8 & Build 201001190201 When trying to compile my Suite I get the following error: clean: Z:\Program Files\NetBeans 6.8 Dev\harness\suite.xml:463: Invalid file: Z:\Netbeans\Outlook Interface Tester\OIT\${modules.sorted}
Using a new project I got this when trying to run the clean target: Z:\Program Files\NetBeans 6.8 Dev\harness\suite.xml:76: Either cluster.path/cluster.path.evaluated properties or netbeans.dest.dir must be set.
I had to reinstall Netbeans and checkout my project from version control. Somehow it somehow it seams a nbproject file was either modified or lost somewhere in the process.
Reopen if you figure out what actually happened and how to reproduce.
Had the same with a module suite. The problem was caused by a missing build.xml in one of it's modules. Workaround possible by clean&build of module. Tested only on 6.10m1, unsure whether I shall change the version in the issue.
(In reply to comment #4) > The problem was caused by a missing build.xml in one of it's modules. Then the suite metadata was incomplete; every module must have a build script. > Tested only on 6.10m1, unsure whether I shall change the version in the issue. No, Version is the earliest version known to exhibit a bug.