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 20896 - Remove the core/ide module from fixedmodules for the moduleconfig platform
Summary: Remove the core/ide module from fixedmodules for the moduleconfig platform
Status: RESOLVED FIXED
Alias: None
Product: www
Classification: Unclassified
Component: Builds & Repositories (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: Michal Zlamal
URL:
Keywords:
Depends on:
Blocks: 17815 23399
  Show dependency tree
 
Reported: 2002-02-26 16:41 UTC by Petr Hrebejk
Modified: 2002-03-15 12:48 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Hrebejk 2002-02-26 16:41:03 UTC
The fixedmodules currently contains the core/ide module. This is OK for
all module configurations except the platform. It is desirable to
make the fixedmodules property in the buildscript sensitive to the moduleconfig
property, so that if the moduleconfig is equal platform the fixedmodules
won't contain the core/ide module.
Comment 1 Jaroslav Tulach 2002-03-15 09:59:03 UTC
This is not as hard issue to remain open for such long and I am
receiving question about how to build the platform. Can this be fixed
soon?
Comment 2 Michal Zlamal 2002-03-15 10:50:04 UTC
It is not that easy as it looks like. There is no task which can check value 
of any property.
I'll work on it today.
Comment 3 Michal Zlamal 2002-03-15 12:48:42 UTC
It should be done. I added new ant task <check> 
(org.netbeans.nbbuild.CheckValue) which can test property for a value - 
if it equal it assign given value to given property.