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 59362 - Unnecessary and invalid cp.extra property setting
Summary: Unnecessary and invalid cp.extra property setting
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebLogic (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Libor Kotouc
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-28 10:38 UTC by jlaskowski
Modified: 2005-12-12 11:32 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 jlaskowski 2005-05-28 10:38:25 UTC
serverplugins/weblogic9/nbproject/project.properties contains cp.extra property,
which points to non-existent jar file (I'd swear I saw a commit log that the
file had been removed or so). It seems to be not necessary anymore.
Comment 1 Pavel Buzek 2005-08-04 04:28:13 UTC
The property is points to a file that exists but it is in deed unnecessary.
Fixed in 3 plugins:

Checking in nbproject/project.properties;
/cvs/serverplugins/websphere6/nbproject/project.properties,v  <-- 
project.properties
new revision: 1.7; previous revision: 1.6
done

Checking in nbproject/project.properties;
/cvs/serverplugins/jboss4/nbproject/project.properties,v  <--  project.properties
new revision: 1.5; previous revision: 1.4
done

Checking in project.properties;
/cvs/serverplugins/weblogic9/nbproject/project.properties,v  <--  project.properties
new revision: 1.7; previous revision: 1.6
done
Comment 2 Pavel Buzek 2005-08-07 03:33:57 UTC
I had to revert the fix for weblogic and websphere because the j2eeapis module
only provides the jsr88 classpath correctly if the plugin is in the enterprise
cluster. Now the modules end up in the extra cluster. When we add the modules
into enterprise cluster we can apply the same fix again.
Comment 3 zikmund 2005-08-09 13:35:01 UTC
Removing 42only - it is not fixed in trunk now.
Comment 4 Libor Kotouc 2005-11-25 16:07:06 UTC
WL9 already fixed in the issue 62693.

Issue 69346 filed for WS6 module.
Comment 5 Michal Mocnak 2005-12-12 11:30:20 UTC
Verified
Comment 6 Michal Mocnak 2005-12-12 11:32:27 UTC
V