Where can I found the ${SYSTEM} variable?

Hello

I am giving a look to the example MysqlWritter but there is something that I don’t understand.

The example is using the variable ${SYSTEM} but I can’t find it any where in the example package.

the exemple is :

  <Node id="MYSQL_WRITER"
        type="MYSQL_DATA_WRITER"
        myload="/plugins/org.jetel.component/lib/${SYSTEM}/myload"
        hostname="koule"
        database="test"
        dbTable="employees"
        username="test">
  </Node>

and can be found at this address :
http://wiki.clovergui.net/doku.php?id=components:writers&s=system

For the ${WORKSPACE} variable, I found it, it is store into a file named :
workspace.prm

Does some body knows where I should store this variable ?

Thanks

Regards,

Francois

Hello,
this example is only node example. On http://wiki.clovergui.net/examples/graphMysqlWriter.grf you can found whole graph with all parameters. In our example ${SYSTEM} parameter has “linux” value, but in example package there is windows myload.exe as well (it is in windows subdirectory).

Ok thanks a lot for your help.
I finally found it.

Francois