Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Optional argument string to be passed to the task.
In case of a embedded vJDBC service, you can parse the actual portnumber to an application with the argument .

workDir

Optional working directory to start the task in.

...

Optional name of the permission that is needed to use this task

Example

In the below example references are made to:

  • , the actual JDBC port number
  • %REGION_HOME%, internal variable of FEWS: returns the current FEWS application directory
  • $ART_VERSCHIL_EXE$, a variable from the global properties
    Code Block
    xml
    xml
    
    <explorerTask name="Art_Verschil tool">
      <iconFile>matlab.ico</iconFile>
      <mnemonic>B</mnemonic>
      <arguments>/VJDBC_HOST=localhost /VJDBC_PORT=<at:var at:name="VJDBC_PORT" /></arguments>
      <workDir>%REGION_HOME%/Modules/Art_Verschil</workDir>
      <taskExe>$ART_VERSCHIL_EXE$</taskExe>
      <toolbarTask>true</toolbarTask>
      <menubarTask>true</menubarTask>
      <accelerator>ctrl B</accelerator>
    </explorerTask>
    

    statusBar

The status Bar settings define the format of the time string displayed in the status bar

...