Menu

#1 allowing for aliases while launching

V2.04_Release
open
Cao Yang
None
5
2002-10-03
2002-10-03
No

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.

Discussion


Log in to post a comment.