-
**Marko** ([Bug 55202](https://bz.apache.org/bugzilla//show_bug.cgi?id=55202&redirect=false)):
Problem Statement:
In my daily work i used BeanShell elements extensively and i find them to be very powe…
-
Вот что мы имеем в g++ 4.6.3 по команде g++ objectscript.cpp без параметров. ОС Ubuntu linux 12.04.1 LTS
```
In file included from objectscript.cpp:1:0:
objectscript.h:420:40: ошибка: «__int32» не б…
ghost updated
12 years ago
-
When running os without parameters, I got interpreter mode. When I type help, I got segmentation fault error.
gdb out:
```
Reading symbols from /home/baldrs/objs/objectscript/bin/os...done.
(gdb) ru…
ghost updated
12 years ago
-
One of the scripts (test/startupCamera.em) relies on the fact that scripts are not started until one connection is created. Instead, JSObjectScript should implement SessionEventListener and expose th…
-
Scripts should be running all the time, and should be able to invoke connect() themselves. They need to be initialized and run on request, e.g. when objects are created by factories, rather than wait…
-
Currently this is used when "serializing" an object for storage to a csv file. But this doesn't make sense since the object may have been modified interactively and may not even have a script.
-
Originally we had init-script just specifying a filename, which worked well through the options system. It has since expanded to just using any script and has become difficult to properly escape/parse…