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 88058 - configDoors.vbs script does not work with the current uml directory structure
Summary: configDoors.vbs script does not work with the current uml directory structure
Status: VERIFIED FIXED
Alias: None
Product: uml
Classification: Unclassified
Component: General (show other bugs)
Version: 5.x
Hardware: PC Solaris
: P1 blocker (vote)
Assignee: Thuy.d Nguyen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-26 08:40 UTC by Peter Lam
Modified: 2007-02-07 01:30 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 Peter Lam 2006-10-26 08:40:50 UTC
due to the new uml installation structure, configDoors.vbs has to be updated
since it's still looking for "uml3" cluster in the old directory structure.
Comment 1 Peter Lam 2007-02-01 01:03:03 UTC
per NB bug priority guidelines, upgrading to p1. 
The fix for this bug is just to integrate the following script.
http://uml.netbeans.org/configDoors.vbs
Comment 2 Thuy.d Nguyen 2007-02-06 17:26:41 UTC
Modified configDoors.vbs to get the path of the running script and from there to
deduce the path of related folders.  Users no longer need to pass any path as an
argument to the scritp. Also set the path of DOORIntegration.dll to the
environment PATH.

Related issue 86724.
Comment 3 Peter Lam 2007-02-07 01:30:49 UTC
verified in build 070206_5. The script is now working without requiring a
parameter. Good fix.