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 27479

Summary: Implement Internal Executor
Product: java Reporter: Svata Dedic <sdedic>
Component: UnsupportedAssignee: Svata Dedic <sdedic>
Status: CLOSED FIXED    
Severity: blocker CC: mbalin
Priority: P2    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: TASK Exception Reporter:
Bug Depends on: 28984    
Bug Blocks:    

Description Svata Dedic 2002-09-20 15:07:22 UTC
Internal Executor should honour Execution
classpath of the file being executed (specified
libraries should be loaded by IE's ClassLoader)
and use ClassPath API to find that out.
Comment 1 Milan Kubec 2002-09-24 17:01:04 UTC
Raising prio, since it's esential for running automated tests of IDE.
Comment 2 Svata Dedic 2002-12-02 16:11:16 UTC
Implemented in projects branch.
Use Lookup.getDefault().lookup(o.n.api.java.execution.ExecService).
See o.n.api.java.execution javadocs for details.
Comment 3 Jan Becicka 2003-11-25 14:04:11 UTC
As described in
http://www.netbeans.org/servlets/ReadMsg?msgId=619519&listName=nbdiscuss the
current work on projects prototype has been stopped.

Marking issue as VERIFIED --->
Comment 4 Jan Becicka 2003-11-25 14:13:20 UTC
---> CLOSED