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 153654

Summary: Consolidation of languages.execution
Product: contrib Reporter: Petr Hejl <phejl>
Component: CodeAssignee: _ dcaoyuan <dcaoyuan>
Status: NEW ---    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:

Description Petr Hejl 2008-11-21 15:43:45 UTC
The language.execution contains lot of code originating in ruby execution. Now we have the external execution api (issue
136929) so most of these classes should be removed and clients (erlang, scala) rewritten. This was already done for
scala, but there are some other classes added which are not part of the new api (however I'm not sure whether these
belong to module named External Execution).

What I suggest:
1) change erlang to use extexecution (extexecution - issue 136929)
2) remove all classes no longer needed
3) consider more appropriate module or module name for other classes like those in console package

This way we can get rid of a duplicated code.