Hi guys,
Aida is now again loadable from SmalltalkHub, where you can find a
project Aida under team Aida.
To load it in Pharo, evaluate this script:
Gofer new
squeaksource: 'MetacelloRepository';
package: 'ConfigurationOfAida';
load.
(Smalltalk at: #ConfigurationOfAida) load.
As you see the ConfigurationOf is from SqueakSource but actual loading
occurs from SmalltalkHub.
Pharo 2.0 not yet tested!
To load in Squeak evaluate this script:
i := Installer monticello http: '
http://smalltalkhub.com'.
i project: 'mc/Sport/Sport/main';
install: 'Sport-2.031'.
i project: 'mc/Swazoo/Swazoo/main';
install: 'Swazoo-2.3beta3.1'.
i project: 'mc/Aida/Aida/main';
install: 'Aida6.5-interim.2'.
Best regards
Janko
--
Janko Mivšek
Aida/Web
Smalltalk Web Application Server
http://www.aidaweb.si_______________________________________________
Aida mailing list
[hidden email]
http://lists.aidaweb.si/mailman/listinfo/aida