[Pharo-project] Import Package from VW to Pharo
I have a package in VW7.6 that I want to move to Pharo (Windows 7). I tried Fileout30 but could not get it to work. I was thinking of reading the .PST file using the XML parser and then programmatically add classes and methods to Pharo. I've looked at various classes related to Class and am having difficulty getting started. Can anyone provide some pointers? Regards, Glenn
Hi glenn What were your problems exactly? We port regularly code from VW for Moose. Now soemtimes we need some manual tweaking. Did you check the mailing-list because this topic was raised recently? Stef
I have a package in VW7.6 that I want to move to Pharo (Windows 7). I tried Fileout30 but could not get it to work. I was thinking of reading the .PST file using the XML parser and then programmatically add classes and methods to Pharo. I've looked at various classes related to Class and am having difficulty getting started. Can anyone provide some pointers?
Regards, Glenn
In Fileout30, don't use squeak output format but rather try VW30 output format. Nicolas 2011/4/6 Glenn Swanlund <glennswanlund@gmail.com>:
I have a package in VW7.6 that I want to move to Pharo (Windows 7). I tried Fileout30 but could not get it to work. I was thinking of reading the .PST file using the XML parser and then programmatically add classes and methods to Pharo. I've looked at various classes related to Class and am having difficulty getting started. Can anyone provide some pointers?
Regards, Glenn
participants (3)
-
Glenn Swanlund -
Nicolas Cellier -
Stéphane Ducasse