Re: [Pharo-users] Exporting Packages to Cincom Smalltalk (VisualWorks)

2017-04-18 Thread Peter Uhnak
Ah, I forgot about that one. (I've seen it before I wrote mine, but I didn't like some things iirc... like using string cocats instead of XMLWriter etc) Peter On Mon, Apr 17, 2017 at 04:42:52PM -0300, Esteban A. Maringolo wrote: > Thank you Peter. > > Alexandre Bergel pointed me to Roassal expo

Re: [Pharo-users] Exporting Packages to Cincom Smalltalk (VisualWorks)

2017-04-17 Thread Esteban A. Maringolo
Thank you Peter. Alexandre Bergel pointed me to Roassal export classes, which does something similar to the code you pointed me to (yours seems more tidy). Thanks again, Esteban A. Maringolo 2017-04-17 12:57 GMT-03:00 Peter Uhnak : > Some time ago I hacked together a very simple thing that gen

Re: [Pharo-users] Exporting Packages to Cincom Smalltalk (VisualWorks)

2017-04-17 Thread Peter Uhnak
Some time ago I hacked together a very simple thing that generates VW XML from code represented in Moose/UML... I guess you could use it as a starting point: https://github.com/OpenPonk/class-editor/tree/master/repository/UML-CodeGenerator.package/UCMVWXmlExporter.class Also take a look at SIF (

[Pharo-users] Exporting Packages to Cincom Smalltalk (VisualWorks)

2017-04-17 Thread Esteban A. Maringolo
Is there any exporter than can convert an RPackage into a VW Parcel (.pst), in XML or Chunk format? I need to migrate a few libraries of my own and couldn't find anything, so I'm asking before start writing something :) Regards! Esteban A. Maringolo