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 - Implement Internal Executor
Summary: Implement Internal Executor
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on: 28984
Blocks:
  Show dependency tree
 
Reported: 2002-09-20 15:07 UTC by Svata Dedic
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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