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 60026 - show user friendly on building of project suite with no module
Summary: show user friendly on building of project suite with no module
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-15 12:29 UTC by pzajac
Modified: 2005-09-05 09:51 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 pzajac 2005-06-15 12:29:34 UTC
Steps to reproduction:
1) Create a project module suite
2) Perform build all on Project module suite

This  message is shown:
/usr/local/pzajac/newdev/dev/netbeans/harness/suite.xml:25: Cannot open
/usr/local/pzajac/tmp/suite2/${modules}/nbproject/project.xml

It should be better to test if the property exists and show that module project
suite is empty.
Comment 1 Jesse Glick 2005-06-16 12:35:50 UTC
Simple, will fix.
Comment 2 Jesse Glick 2005-06-16 17:12:15 UTC
committed   * Up-To-Date  1.24       
apisupport/project/src/org/netbeans/modules/apisupport/project/NbModuleProjectGenerator.java
committed   * Up-To-Date  1.5        
apisupport/project/src/org/netbeans/modules/apisupport/project/suite/SuiteProjectGenerator.java
committed   * Up-To-Date  1.2        
apisupport/project/test/unit/src/org/netbeans/modules/apisupport/project/suite/SuiteProjectGeneratorTest.java
Comment 3 pzajac 2005-08-02 15:34:44 UTC
verified