[squeak-dev] import VSE 2000 files in Squeak

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

[squeak-dev] import VSE 2000 files in Squeak

Houssam FAKIH-2
Hello,

I try to import VSE 2000 files in Squeak.
I have some problems related to incompatibility between the two smalltalk implementations.

So I would like to know if there is a tool to help me to do the import.

By the way, what is the purpose of CLU files ?  
By looking in the content of these files, it seems that they are very close to manifest files in J2ee applications. 
What is the equivalent of these files in Squeak ?

Thanks for your help
Sam




Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] import VSE 2000 files in Squeak

Hans-Martin Mosner
Hi Sam,

Houssam FAKIH schrieb:
> Hello,
>
> I try to import VSE 2000 files in Squeak.
> I have some problems related to incompatibility between the two
> smalltalk implementations.
>
> So I would like to know if there is a tool to help me to do the import.
There does not seem to be such a tool - at least a google search did not
turn one up, and since nobody else on the mailing list answered by now,
the chance that someone has such a tool in his drawer is pretty slim...
>
> By the way, what is the purpose of CLU files ?  
> By looking in the content of these files, it seems that they are very
> close to manifest files in J2ee applications.
> What is the equivalent of these files in Squeak ?
Since I do not know VSE at all, I can't tell you what purpose these
files have. If they contain metadata of any kind (and not window
specifications or such stuff) you can probably safely ignore them for now.


Depending on the kind of code you're trying to import, this might be a
very ambitious task, especially when you don't have good working
knowledge of VSE, Squeak, and the application to be ported.

Cheers,
Hans-Martin

Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] import VSE 2000 files in Squeak

Jon Hylands
In reply to this post by Houssam FAKIH-2
On Thu, 5 Mar 2009 02:12:40 -0800 (PST), Houssam FAKIH <[hidden email]>
wrote:

> I try to import VSE 2000 files in Squeak.I have some problems related to incompatibility between the two smalltalk implementations.
> So I would like to know if there is a tool to help me to do the import.

If you can send me something that will file into VSE, I can export it in a
form that Squeak should be able to read (the old ST-80 form).

Later,
Jon

--------------------------------------------------------------
   Jon Hylands      [hidden email]      http://www.huv.com/jon

  Project: Micro Raptor (Small Biped Velociraptor Robot)
           http://www.huv.com/blog

Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] import VSE 2000 files in Squeak

Claus Kick
In reply to this post by Houssam FAKIH-2
Houssam FAKIH wrote:
> Hello,
>
> I try to import VSE 2000 files in Squeak.
> I have some problems related to incompatibility between the two smalltalk implementations.
>
> So I would like to know if there is a tool to help me to do the import.

Can you do a FileOut on VSE into .st files?
It should be possible to work from that onwards ...

cbc
Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] import VSE 2000 files in Squeak

cbc
There was a small project many years ago that allowed this. It predated SIXX by quite a bit - it predated SqueakMap by quite a bit. I used to it port stuff out of VSE 3.1.2 a long time ago and into Squeak (either 3.2 or 3.4).  There was quite a bit of changes needed - the class libraries are not he same - especially GUI.
 
I'll look to see if I have an actual reference to it over the weekend somewhere.
 
Thanks,
Chris