Hi Hans!

I got the same issue. But, I warn you that it is not made to be used under 
Pharo6.1. Some features for readonly images are not backported, e.g., you will 
not be able to get rid of the source files because of the UFFI. I advise you to 
deactivate the Readonly feature group if you want to use it.
It is a filetree format repository, so you can load it with:

Metacello new
  baseline: 'Cruiser';
  repository: 'github://vincentblondeau/cruiser:master/src';
  load.

Then proceed normally, expect that some files will not be deleted in the 
packaged application and that the readonly image is not available.

But all the other features seems to work fine! Tell me if they do not

Thanks!

Cheers,
Vincent

From: Baveco, Hans [mailto:hans.bav...@wur.nl]
Sent: Friday, March 9, 2018 1:31
To: Blondeau, Vincent <vincent.blond...@lamresearch.com>; 
pharo-users@lists.pharo.org
Subject: RE: [Pharo-users] [ANN] Cruiser: A Pharo app packager

Very nice and useful! I would like to try it on an application I have in a 6.1 
image. Should that be possible? How to install the package, without using 
iceberg?

I tried to install it with

Metacello new
    baseline: 'Cruiser';
    repository: 'github://VincentBlondeau/Cruiser';
    load

but that did not work,

thanks, Hans

From: vincent.blond...@lamresearch.com<mailto:vincent.blond...@lamresearch.com> 
[mailto:vincent.blond...@lamresearch.com]
Sent: donderdag 8 maart 2018 20:29
To: pharo-...@lists.pharo.org<mailto:pharo-...@lists.pharo.org>; 
pharo-users@lists.pharo.org<mailto:pharo-users@lists.pharo.org>
Cc: 
chris.thorgrims...@lamresearch.com<mailto:chris.thorgrims...@lamresearch.com>
Subject: [Pharo-users] [ANN] Cruiser: A Pharo app packager

Hi Pharoers!

I pleased to announce you the first release of Cruiser: a tool to package your 
Pharo applications. The idea is to quickly convert an application from a 
development environment to a production one. A production environment means:
-          No writing on the disk
-          No access to the source code (by the shortcuts, debugger,...)
-          No error displaying on the interface
-          The only thing accessible is the user application

I let you discover it on: 
https://github.com/VincentBlondeau/Cruiser<https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_VincentBlondeau_Cruiser&d=DwMFAg&c=RWI7EqL8K9lqtga8KxgfzvOYoob76EZWE0yAO85PVMQ&r=kIZIYXBAA3fhM7P5HOuTC5w6mnEApTfXPTq3lR34ZiY&m=cY-bm8NcKRD7yNkwUj5-w19IwppXdviY7JBHrJr8FAc&s=5aYRgYm7ludft1u0A52L1BhzYarJmmLTiBmRLSmy37U&e=>

Do not hesitate to ask me questions or contribute to improve it!

Cheers,

Vincent Blondeau
Software Engineer, Software and Controls | Global Product Group
Desk +1 510.572.7499

Lam Research Corporation
4650 Cushing Pkwy, Fremont, CA 94538 USA | www.lamresearch.com
Connect with Lam Research: 
Facebook<https://urldefense.proofpoint.com/v2/url?u=https-3A__www.facebook.com_LamResearchCorporation&d=DwMFAg&c=RWI7EqL8K9lqtga8KxgfzvOYoob76EZWE0yAO85PVMQ&r=kIZIYXBAA3fhM7P5HOuTC5w6mnEApTfXPTq3lR34ZiY&m=cY-bm8NcKRD7yNkwUj5-w19IwppXdviY7JBHrJr8FAc&s=-tEl_JnedrAKyd4ML8HO3plqYg-TEwzIu6OQaaZ0Omg&e=>
 | 
Twitter<https://urldefense.proofpoint.com/v2/url?u=https-3A__twitter.com_lamresearch&d=DwMFAg&c=RWI7EqL8K9lqtga8KxgfzvOYoob76EZWE0yAO85PVMQ&r=kIZIYXBAA3fhM7P5HOuTC5w6mnEApTfXPTq3lR34ZiY&m=cY-bm8NcKRD7yNkwUj5-w19IwppXdviY7JBHrJr8FAc&s=Hp15GuSm3fkZkvcAZTFbyAcz8O19bdvIfb_ERH7r6KI&e=>
 | 
LinkedIn<https://urldefense.proofpoint.com/v2/url?u=https-3A__www.linkedin.com_company_lam-2Dresearch&d=DwMFAg&c=RWI7EqL8K9lqtga8KxgfzvOYoob76EZWE0yAO85PVMQ&r=kIZIYXBAA3fhM7P5HOuTC5w6mnEApTfXPTq3lR34ZiY&m=cY-bm8NcKRD7yNkwUj5-w19IwppXdviY7JBHrJr8FAc&s=rbXP3WGumZAN-R8jZEx1y9HM_s2Z1tOJiNqpQDL0iHE&e=>
________________________________

NOTICE: This e-mail transmission may contain confidential information. If you 
are not the intended recipient, or a person responsible for delivering it to 
the intended recipient, you are hereby notified that any disclosure, copying, 
distribution or use of any of the information contained in or attached to this 
message is STRICTLY PROHIBITED. If you have received this transmission in 
error, please immediately notify the sender and destroy the original 
transmission and its attachments without reading them or saving them to disk. 
Thank you.

Reply via email to