Yes, makes sense when installing it from the workspace.
I corrected it, thanks a lot!

Tommaso


On 07/10/14 23:20, Alexandre Bergel wrote:
Shouldn’t the install script be:
=-=-=-==-=-=-==-=-=-==-=-=-=
StartupLoader default executeAtomicItems: {
     StartupAction
         name: 'ShoreLine-Reporter Installer'
         code: [ [
             Gofer it
                 smalltalkhubUser: 'dalsat' project: 'ShoreLine-Reporter';
                 configuration;
                 load.
             (Smalltalk at: #ConfigurationOfShoreLineReporter) load.

             "Setting Reporter configuration"
             (Smalltalk at: #SlReporter) enabled: true.
             (Smalltalk at: #SlReporter) perform: #autoSubmit: with: true.
             (Smalltalk at: #SlReporter) perform: #showSummary: with: false.
             (Smalltalk at: #SlReporter) perform: #showNotification: with: true.

             ] asJob run ]
         runOnce: true.
}.
=-=-=-==-=-=-==-=-=-==-=-=-=

Cheers,
Alexandre


Reply via email to