On Sat, May 1, 2010 at 09:43, Paolo Bonzini <[email protected]> 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


_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to