View · Search · Index
No registered users in community xowiki
in last 10 minutes

[Xotcl] XOTclIDE und XOTcl 2.0

From: Gustaf Neumann <neumann_at_wu.ac.at>
Date: Mon, 03 Sep 2012 12:48:46 +0200

Dear all,

when one uses XOTclIDE with XOTcl 2.0, please note that the
meta-data info provided via "_at_" 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/^_at_ ::/@ /gā€™ `fgrep -rl ā€˜@ ::ā€™ .`

All the best
-gustaf neumann