Please help package Launcher with both Pharo VMs

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

Please help package Launcher with both Pharo VMs

Damien Cassou-2
Hi,

to facilitate starting Pharo, I created the launcher. Now, there are 2
VMs that can run separate subsets of Pharo. The launcher supports that:
the user "just" has to download a spur vm separately and configure it in
launcher's settings. This is not beginner friendly.

Could someone please package a pharo-launcher for both OS X and Windows
with both VMs and the setting already set?

The scripts to update are at:
https://github.com/pharo-project/pharo-ci

Thanks

--
Damien Cassou
http://damiencassou.seasidehosting.st

"Success is the ability to go from one failure to another without
losing enthusiasm." --Winston Churchill

Reply | Threaded
Open this post in threaded view
|

Re: Please help package Launcher with both Pharo VMs

Stephan Eggermont-3
On 14-03-16 11:22, Damien Cassou wrote:

> Hi,
>
> to facilitate starting Pharo, I created the launcher. Now, there are 2
> VMs that can run separate subsets of Pharo. The launcher supports that:
> the user "just" has to download a spur vm separately and configure it in
> launcher's settings. This is not beginner friendly.
>
> Could someone please package a pharo-launcher for both OS X and Windows
> with both VMs and the setting already set?
>
> The scripts to update are at:
> https://github.com/pharo-project/pharo-ci

I don't see a script creating a pharoLauncher there. Where is it
hidden/how is it combined?

Stephan


Reply | Threaded
Open this post in threaded view
|

Re: Please help package Launcher with both Pharo VMs

demarey

> Le 14 mars 2016 à 14:45, Stephan Eggermont <[hidden email]> a écrit :
>
> On 14-03-16 11:22, Damien Cassou wrote:
>> Hi,
>>
>> to facilitate starting Pharo, I created the launcher. Now, there are 2
>> VMs that can run separate subsets of Pharo. The launcher supports that:
>> the user "just" has to download a spur vm separately and configure it in
>> launcher's settings. This is not beginner friendly.
>>
>> Could someone please package a pharo-launcher for both OS X and Windows
>> with both VMs and the setting already set?
>>
>> The scripts to update are at:
>> https://github.com/pharo-project/pharo-ci
>
> I don't see a script creating a pharoLauncher there. Where is it hidden/how is it combined?
>
> Stephan
>
>

The scripts are there: https://github.com/pharo-project/pharo-ci/tree/master/ci-jobs/pharo
Reply | Threaded
Open this post in threaded view
|

Re: Please help package Launcher with both Pharo VMs

Damien Cassou-2
Christophe Demarey <[hidden email]> writes:

>> I don't see a script creating a pharoLauncher there. Where is it hidden/how is it combined?

> The scripts are there:
> https://github.com/pharo-project/pharo-ci/tree/master/ci-jobs/pharo

the scripts there call the scripts at the root:

https://github.com/pharo-project/pharo-ci/blob/master/build-windows-installer.sh
https://github.com/pharo-project/pharo-ci/blob/master/build-dmg.sh

--
Damien Cassou
http://damiencassou.seasidehosting.st

"Success is the ability to go from one failure to another without
losing enthusiasm." --Winston Churchill

Reply | Threaded
Open this post in threaded view
|

Re: Please help package Launcher with both Pharo VMs

Stephan Eggermont-3
In reply to this post by demarey
On 14-03-16 15:40, Christophe Demarey wrote:
> The scripts are there:
> https://github.com/pharo-project/pharo-ci/tree/master/ci-jobs/pharo 
Thanks

Stephan