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 78811 - Create a global property for the uml suite version
Summary: Create a global property for the uml suite version
Status: CLOSED WONTFIX
Alias: None
Product: uml
Classification: Unclassified
Component: General (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Craig Conover
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-21 20:53 UTC by Craig Conover
Modified: 2006-10-16 23:15 UTC (History)
0 users

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 Craig Conover 2006-06-21 20:53:32 UTC
Currently, uml3 is hardcoded everywhere. When this needs to be updated to uml4,
it requires the modification of the project.properties file in every uml module
project in the uml suite. This can be made into a global property in the uml
suite's project.properties and referenced from all module project's
project.properties files'.
Comment 1 Craig Conover 2006-06-21 21:19:26 UTC
Created a property, "uml.suite.version=uml3", in ../uml/nbproject/project.properties

To reference this property value from other UML module project property files,
the hardcoded "uml3" was replaces with "${uml.suite.version}
Comment 2 Craig Conover 2006-06-21 21:37:27 UTC
Files affected:
   uml/java5parser/nbproject/project.properties
   uml/propertysupport/nbproject/project.properties
   uml/projectui/nbproject/project.properties
   uml/documentation/nbproject/project.properties
   uml/xmlrequirements/nbproject/project.properties
   uml/core/nbproject/project.properties
   uml/drawingareacontrol/nbproject/project.properties
   uml/ideintegration/nbproject/project.properties
   uml/nbproject/project.properties
   uml/webreport/nbproject/project.properties
   uml/requirements/nbproject/project.properties
   uml/modelingpalette/nbproject/project.properties
Comment 3 Craig Conover 2006-06-22 00:08:10 UTC
Reverted back to hard-coded value because it was not working as expected. Will
revisit with RE team for finding a nice global home for this value.
Comment 4 Craig Conover 2006-10-16 23:15:16 UTC
Forget it. Not worth the effort. Manual adjustment is OK.