|
|
|
|
|
Re: Installation on Eclipse Luna [message #1690006 is a reply to message #1690005] |
Fri, 07 November 2014 02:19  |
Eclipse User |
|
|
|
The script you mention does not work without some proper setup. First it contains just a function. No one is calling it. Interpreters will not look for a main metod, they simply execute line by line. So this script defines a function on the stack, but does not execute it.
Next some declarations are missing. The WebRequest class either needs to be defined somewhere or a full qualified name has to be used. Finally the Window variable used for the dialog is not defined. Anyway, to pop up dialogs you could use the methods from the UI module.
You may distribute scripts within plugins. To run them you need to have EASE installed on your target machine. Otherwise there would be no script interpreter available, no run targets, no shell.
You may try to use the platform:// URI scheme to access your scripts directly. As this is not officially supported yet, you may need to have your plugin extracted on installation. This can be set in your feature definition.
|
|
|
Powered by
FUDForum. Page generated in 0.05174 seconds