The new feature in XVCL2 consisting of reading the
configuration file eliminates the possibility to use an
alias for launching the processor
Example:
alias x1='java -jar /devel/xvcl1/jars/xproc.jar'
-> works very well with $> x1 SPEC.xvcl
but
alias x2='java -jar /devel/xvcl2/jars/XVCL.jar'
-> doesn't work with $> x2 SPEC.xvcl
-> throwing error message from OptionTable.
This is minor issue, but important for ease of use.