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

Summary: configDoors.vbs script does not work with the current uml directory structure
Product: uml Reporter: Peter Lam <petersl>
Component: GeneralAssignee: Thuy.d Nguyen <thuydn>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P1    
Version: 5.x   
Hardware: PC   
OS: Solaris   
Issue Type: DEFECT Exception Reporter:

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.