[squeak-dev] [Squeak-Dev] Trunk builds on smalltalkCI broken

Marcel Taeumel marcel.taeumel at hpi.de
Thu May 23 14:03:47 UTC 2019


Hi Dave, hi Hans,

originally, ProjectLauncher >> #startUpAfterLogin supported (and needs support for) both relative and absolute paths. Unfortunately, FileDirectory class >> #urlForFileNamed: only supports absolute paths and Url >> #newFromRelativeText: only supports relative paths.

Best,
Marcel
Am 23.05.2019 13:28:24 schrieb David T. Lewis <lewis at mail.msen.com>:
Thanks Hans,

CC to the list so that your message gets through.

Dave

On Thu, May 23, 2019 at 08:08:20AM +0000, Baveco, Hans wrote:
> And realize now that it probably works only for absolute paths.... :-(
> Hans
>
> From: Baveco, Hans
> Sent: donderdag 23 mei 2019 9:56
> To: 'lewis at mail.msen.com'
> Subject: [Squeak-Dev] Trunk builds on smalltalkCI broken
>
> Hi Dave
> Somehow I can't post anymore to the squeak-dev list, therefore directly to you:
>
> In ProjectLauncher>>startUpAfterLogin
>
> If you use
> scriptName := (FileDirectory urlForFileNamed: encodedPath ) asString
>
> instead of your
> scriptName := (FileDirectory default asUrl newFromRelativeText: encodedPath) asString
>
>
> it should work again. At least for me it does - though I haven't tested it thoroughly.
>
> Best regards,
>
> Hans
>
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20190523/85b4687d/attachment.html>


More information about the Squeak-dev mailing list