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 107870 - platform7 cluster for standalone application should include I/O APIs module
Summary: platform7 cluster for standalone application should include I/O APIs module
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks: 105580
  Show dependency tree
 
Reported: 2007-06-22 18:05 UTC by Tomas Danek
Modified: 2007-06-25 12:32 UTC (History)
2 users (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 Tomas Danek 2007-06-22 18:05:54 UTC
20070622
--------------
- create module suite
- in customizer, set it to Standalone application mode
- confirm excludes
- in platform 7 cluster should be included I/O APIs module (since Core has dependency on it)
Comment 1 Tomas Danek 2007-06-22 18:07:14 UTC
*** Issue 107862 has been marked as a duplicate of this issue. ***
Comment 2 Tomas Danek 2007-06-22 18:09:26 UTC
i belive it's a simplefix, is it possible to fix it still for m10?
Comment 3 Jesse Glick 2007-06-22 18:26:49 UTC
Caused by issue #105580. Jirka apparently already fixed PaintApp, but not FeedReader for some reason.
Comment 4 Jesse Glick 2007-06-22 18:41:19 UTC
1. Fixed for new suites by including org.openide.io and org.netbeans.modules.output2. Not very nice but necessary if
someone invokes View -> IDE Log File. Not clear whether this action should really remain in the core module.

2. As I mentioned, PaintApp had already been fixed.

3. See issue #107862 for FeedReader.

Checking in project/src/org/netbeans/modules/apisupport/project/ui/customizer/SuiteCustomizerLibraries.java;
/shared/data/ccvs/repository/apisupport/project/src/org/netbeans/modules/apisupport/project/ui/customizer/SuiteCustomizerLibraries.java,v
 <--  SuiteCustomizerLibraries.java
new revision: 1.42; previous revision: 1.41
done
Comment 5 Tomas Danek 2007-06-25 12:32:59 UTC
verified both samples + suite, 20070623