Re: [Squeak-Dev] Trunk builds on smalltalkCI broken

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Re: [Squeak-Dev] Trunk builds on smalltalkCI broken

David T. Lewis
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: '[hidden email]' <[hidden email]>
> 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
>
>

Reply | Threaded
Open this post in threaded view
|

Re: [Squeak-Dev] Trunk builds on smalltalkCI broken

marcel.taeumel
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 <[hidden email]>:

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: '[hidden email]'
> 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
>
>