Skip to main content



      Home
Home » Eclipse Projects » Dynamic Languages Toolkit (DLTK) » is the file ConsoleProxy.js missing?
is the file ConsoleProxy.js missing? [message #486537] Fri, 18 September 2009 01:47 Go to next message
Eclipse UserFriend
the method getConsoleProxy of class org.eclipse.dltk.javascript.launching.JavaScriptLaunchingPlu gin of project org.eclipse.dltk.javascript.launching


public IFileHandle getConsoleProxy(IExecutionEnvironment exeEnv)
throws IOException {
IDeployment deployment = exeEnv.createDeployment();
if (deployment == null) {
return null;
}
IPath path = deployment.add(this.getBundle(), "console");
path.append("ConsoleProxy.js");
return deployment.getFile(path);
}


but i could not find the file ConsoleProxy.js.

can everyone give me a hand,thank you very much.
Re: is the file ConsoleProxy.js missing? [message #487000 is a reply to message #486537] Mon, 21 September 2009 09:03 Go to previous messageGo to next message
Eclipse UserFriend
Hi,

Actually ConsoleProxy.js file was never written.

Initially the related java code was copied from the Tcl implementation,
but Tcl console approach does not suit well for rhino/javascript, so
this code doesn't work.

Regards,
Alex

zhaozhongwei wrote:
> the method getConsoleProxy of class
> org.eclipse.dltk.javascript.launching.JavaScriptLaunchingPlu gin of
> project org.eclipse.dltk.javascript.launching
>
>
> public IFileHandle getConsoleProxy(IExecutionEnvironment exeEnv)
> throws IOException {
> IDeployment deployment = exeEnv.createDeployment();
> if (deployment == null) {
> return null;
> }
> IPath path = deployment.add(this.getBundle(), "console");
> path.append("ConsoleProxy.js");
> return deployment.getFile(path);
> }
>
>
> but i could not find the file .
>
> can everyone give me a hand,thank you very much.
Re: is the file ConsoleProxy.js missing? [message #487037 is a reply to message #487000] Mon, 21 September 2009 11:36 Go to previous message
Eclipse UserFriend
ok i see

thank you very much
Previous Topic:TCL Open Method
Next Topic:ISourceModule from Non-DLTK Project
Goto Forum:
  


Current Time: Wed Apr 30 13:42:39 EDT 2025

Powered by FUDForum. Page generated in 0.07945 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top