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

Summary: Remove the core/ide module from fixedmodules for the moduleconfig platform
Product: www Reporter: Petr Hrebejk <phrebejk>
Component: Builds & RepositoriesAssignee: Michal Zlamal <mzlamal>
Status: RESOLVED FIXED    
Severity: blocker CC: jtulach
Priority: P2    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 17815, 23399    

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.