[Xotcl] XOTclIDE und XOTcl 2.0

Gustaf Neumann neumann at wu.ac.at
Mon Sep 3 12:48:46 CEST 2012


Dear all,

when one uses XOTclIDE with XOTcl 2.0, please note that the
meta-data info provided via "@" must not be prefixed with "::".

- The easiest way to migrate to XOTcl 2.* and XOTclIDE
is to use XOTcl 1.6.7 + XOTclIDE 0.85 and save the files
at least once (this provides the correct prefixes).
These saved files are usable for XOTcl 1.6.* and XOTcl 2.*

- XOTcl 2.0 requires XOTclIDE 0.85

- If one wants to edit files produced with XOTclIDE 0.84 (or older)
with XOTcl 2.0 (and XOTclIDE 0.85), please use the
following one-liner to fix the source files:

cd your-source-directory-with-xotcl-files
perl -pi -e ‘s/^@ ::/@ /g’ `fgrep -rl ‘@ ::’ .`

All the best
-gustaf neumann




More information about the Xotcl mailing list