How to ? Squeak source to VASmalltalk

VA Smalltalk is a "100% VisualAge compatible" IDE that includes the original VisualAge technology and the popular VA Assist and WidgetKit add-ons.

Moderators: Eric Clayberg, wembley, tc, Diane Engles, solveig

How to ? Squeak source to VASmalltalk

Postby marten » Wed Jan 13, 2010 5:11 am

Now over the last months I see more and more soure code coming from Squeak - but actually I do not know, how can I get the source code from Squeak in a format readable/importable via VASmalltalk ?

Can anyone give me a hint to tools or code, which are able to do this task ....
Marten Feldtmann, Principal Smalltalk User, Private
SkypeMe callto://marten.feldtmann
marten
[|]
 
Posts: 641
Joined: Sat Oct 14, 2006 7:10 am
Location: Hamburg - Germany

Re: How to ? Squeak source to VASmalltalk

Postby louis_andriese » Wed Jan 13, 2010 6:31 am

Marten,

Adriaan provides some info on that at http://www.a3aan.st/sunrise/porting+fro ... to-date%29

happy porting!

Louis
Louis Andriese
Manager ICT
Nationaal Spaarfonds (part of Delta Lloyd Group)
Waalwijk, the Netherlands
louis_andriese
 
Posts: 20
Joined: Thu Dec 13, 2007 5:19 am
Location: Waalwijk, The Netherlands

Re: How to ? Squeak source to VASmalltalk

Postby wembley » Fri Jan 15, 2010 1:17 pm

Marten -

The information in Adriaan's blog is a little dated. Here is the latest:

The PackageInfo-Exporters package is being maintained in http://www.squeaksource.com/PackageInfo.

In addition to the original invocation patterns Adriaan showed, the following are now available:

1) To export the current working copy of a package, you can use the slightly shorter:
Code: Select all
VAPackageExporter fileOutPackageNamed: 'JQuery-Core'

2) To export the difference between the current working copy of a package and a previous version you can use the slightly shorter:
Code: Select all
VAPackageExporter fileOutPackageNamed: 'JQuery-Core' deltaFrom: '<author>.<version>'
John O'Keefe [|], Principal Smalltalk Architect, Instantiations Inc.
wembley
Moderator
 
Posts: 405
Joined: Mon Oct 16, 2006 3:01 am
Location: Durham, NC


Return to VA Smalltalk 7.0, 7.5 & 8.0

Who is online

Users browsing this forum: Yahoo [Bot] and 1 guest