[squeak-dev] Re: Where is FilePlugin ? was Error installing Omnibase

Andreas Raab andreas.raab at gmx.de
Fri May 15 16:19:11 UTC 2009


marcelo Cortez wrote:
> Now  install FFI success and vmmaker successfully. 
> but  omnibase test, fire primitiveFailed error here. 
> 
> 
>  	<primitive: 'primitiveDirectoryCreate' module: 'FilePlugin'>
> !!! here ====>	self primitiveFailed

Context please. The primitive takes a string for the directory to 
create. Most likely the path is invalid. For example:

(FileDirectory default directoryNamed: 'foo' ) createDirectory: 'bar'

will fail since you are trying to create bar as a subdirectory of the 
(non-existing) directory foo.

Cheers,
   - Andreas



More information about the Squeak-dev mailing list