On Mon, Mar 07, 2011 at 11:44:11AM +0100, St?phane Ducasse wrote:
Hi guys
I'm updtating the ConfigurationOfCoral and I loaded
baseline
spec project: 'OSProcess' with: [ spec className: 'ConfigurationOfOSProcess'; file: 'ConfigurationOfOSProcess'; version: '4.4.0'; repository: 'http://www.squeaksource.com/OSProcess' ].
version
spec for: #'common' do: [ spec package: 'Filesystem' with: 'Filesystem-DamienPollet.114'; project: 'OSProcess' with: '4.4.0'; package: 'AST-Core' with: 'AST-Core-lr.87'; package: 'PetitParser' with: 'PetitParser-TudorGirba.209'; package: 'PetitTest' with: 'PetitTests-TudorGirba.28'; package: 'PetitSmaltalk' with: 'PetitSmalltalk-lr.46'.]
and when I run the test I get accessor error.
Any idea what would be problem? The VM?
I use 5.7b3
Hi Stef, This probably just means that your VM does not have OSProcessPlugin. Try inspecting "OSProcess thisOSProcess" and if the pid is nil, it means that you do not have the plugin. Dave