help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] Questions regarding exceptions


From: Paolo Bonzini
Subject: Re: [Help-smalltalk] Questions regarding exceptions
Date: Sat, 1 May 2010 10:19:43 +0200

On Sat, May 1, 2010 at 09:43, Paolo Bonzini <address@hidden> wrote:
>> $ PackageLoader fileInPackage: 'Parser'
>> $ package := PackageLoader packageAt: 'Parser'
>> $ test := package test
>> $ files := package fullPathsOf: (test fileIns)
>> $ files do: [:file | file fileIn ].
>>
>> Currently the last line will give me exceptions. Now I
>> would just like to ignore them.

What you want here is to use the ClassLoader (like gst-doc and IIRC
also gst-convert do), not #fileIn.

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]