[Pharo-project] Pharo Scripting News + VM questions
Hi I put the VM and the image of "Ecumes"= alpha PharoScripting on the same location /Volumes/Macintosh\ HD/Applications/Squeak/Squeak\ 3.8.21beta1U.app/ Contents/MacOS/Squeak\ VM\ Opt -headless /Volumes/Macintosh\ HD/ Applications/Squeak/Ecumes.image /Volumes/Macintosh\ HD/Applications/ Squeak/hello.st working too /Volumes/Macintosh\ HD/Applications/Squeak/Squeak\ 3.8.21beta1U.app/ Contents/MacOS/Squeak\ VM\ Opt -headless squeak.image hello.st working too /Volumes/Macintosh\ HD/Applications/Squeak/Squeak\ 3.8.21beta1U.app/ Contents/MacOS/Squeak\ VM\ Opt -headless Ecumes.image hello.st Scrip shell 1 working Pharo Scripting hello.st [ Console print: 'Scrip shell 1 working', String lf. Console print: 'Pharo Scripting'. ] - On unix we have -nodisplay and on mac -headless: would it be possible to have both the same? So we are making progress :)
This is really cool! Maybe a ecume.sh bash file may be defined in an the EcumeLoader class Alexandre On 24 Jan 2009, at 10:06, Stéphane Ducasse wrote:
Hi
I put the VM and the image of "Ecumes"= alpha PharoScripting on the same location
/Volumes/Macintosh\ HD/Applications/Squeak/Squeak\ 3.8.21beta1U.app/ Contents/MacOS/Squeak\ VM\ Opt -headless /Volumes/Macintosh\ HD/ Applications/Squeak/Ecumes.image /Volumes/Macintosh\ HD/Applications/ Squeak/hello.st
working too
/Volumes/Macintosh\ HD/Applications/Squeak/Squeak\ 3.8.21beta1U.app/ Contents/MacOS/Squeak\ VM\ Opt -headless squeak.image hello.st
working too
/Volumes/Macintosh\ HD/Applications/Squeak/Squeak\ 3.8.21beta1U.app/ Contents/MacOS/Squeak\ VM\ Opt -headless Ecumes.image hello.st
Scrip shell 1 working Pharo Scripting
hello.st [ Console print: 'Scrip shell 1 working', String lf. Console print: 'Pharo Scripting'. ]
- On unix we have -nodisplay and on mac -headless: would it be possible to have both the same?
So we are making progress :)
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
participants (2)
-
Alexandre Bergel -
Stéphane Ducasse