OSProcess 3.0.4 waitForCommandOutput problem

Ragnar Hojland Espinosa ragnar at linalco.com
Tue May 20 20:28:28 UTC 2003


This works nicely:

	OSProcess thisOSProcess waitForCommand: '/bin/ls'.

so the plugin is ok, but this doesn't:

	OSProcess thisOSProcess waitForCommandOutput: '/bin/ls'.

as in UnixProcess>>waitForCommandOutput	the line
       					
	^ (PipeableOSProcess command: aCommandString) output

gives a

	MessageNotUnderstood: command:  

which is quite understandable as PipeableOSProcess doesn't exist anywhere.
What did I miss?
-- 
Ragnar Hojland - Project Manager
Linalco "Especialistas Linux y en Software Libre"
http://www.linalco.com Tel: +34-91-5970074 Fax: +34-91-5970083



More information about the Squeak-dev mailing list