JOSS Article. Fixing installation problems.
This commit is contained in:
parent
6d86c83c62
commit
3c8c54ea22
@ -132,6 +132,44 @@ ConfigurationOfGrafoscopio class >> validate [
|
||||
^ ((Smalltalk at: #MetacelloToolBox) validateConfiguration: self debug: #() recurse: false) explore
|
||||
]
|
||||
|
||||
{ #category : #baselines }
|
||||
ConfigurationOfGrafoscopio >> baseline010: spec [
|
||||
<version: '0.10-baseline'>
|
||||
|
||||
spec for: #'common' do: [
|
||||
spec blessing: #'baseline'.
|
||||
spec repository: 'http://smalltalkhub.com/Offray/Grafoscopio'.
|
||||
spec
|
||||
project: 'Dataviz' with: [
|
||||
spec
|
||||
className: #ConfigurationOfDataviz;
|
||||
versionString: '2.2.2';
|
||||
repository: 'http://smalltalkhub.com/mc/Offray/Dataviz/main/' ];
|
||||
project: 'Roassal2' with: [
|
||||
spec
|
||||
className: #ConfigurationOfRoassal2;
|
||||
versionString: #'stable';
|
||||
repository: 'http://smalltalkhub.com/mc/ObjectProfile/Roassal2/main/' ];
|
||||
project: 'Ston' with: [
|
||||
spec
|
||||
className: #ConfigurationOfSton;
|
||||
versionString: '0.19';
|
||||
repository: 'http://ss3.gemstone.com/ss/STON' ];
|
||||
project: 'WebBrowser' with: [
|
||||
spec
|
||||
className: #ConfigurationOfWebBrowser;
|
||||
versionString: #'stable';
|
||||
repository: 'http://smalltalkhub.com/mc/Pharo/MetaRepoForPharo60/main/' ].
|
||||
spec
|
||||
package: #Grafoscopio with: [
|
||||
spec requires: #('Spec-Glamour' ). ];
|
||||
package: 'Spec-Glamour'.
|
||||
spec
|
||||
group: 'Core' with: #('Grafoscopio' 'Roassal2' );
|
||||
group: 'Extended' with: #('Core' 'Dataviz' ). ].
|
||||
|
||||
]
|
||||
|
||||
{ #category : #baselines }
|
||||
ConfigurationOfGrafoscopio >> baseline01: spec [
|
||||
<version: '0.1-baseline'>
|
||||
@ -293,6 +331,44 @@ ConfigurationOfGrafoscopio >> baseline08: spec [
|
||||
|
||||
]
|
||||
|
||||
{ #category : #baselines }
|
||||
ConfigurationOfGrafoscopio >> baseline09: spec [
|
||||
<version: '0.9-baseline'>
|
||||
|
||||
spec for: #'common' do: [
|
||||
spec blessing: #'baseline'.
|
||||
spec repository: 'http://smalltalkhub.com/Offray/Grafoscopio'.
|
||||
spec
|
||||
project: 'Dataviz' with: [
|
||||
spec
|
||||
className: #ConfigurationOfDataviz;
|
||||
versionString: '2.2.2';
|
||||
repository: 'http://smalltalkhub.com/mc/Offray/Dataviz/main/' ];
|
||||
project: 'Roassal2' with: [
|
||||
spec
|
||||
className: #ConfigurationOfRoassal2;
|
||||
versionString: #'stable';
|
||||
repository: 'http://smalltalkhub.com/mc/ObjectProfile/Roassal2/main/' ];
|
||||
project: 'Ston' with: [
|
||||
spec
|
||||
className: #ConfigurationOfSton;
|
||||
versionString: '0.19';
|
||||
repository: 'http://ss3.gemstone.com/ss/STON' ];
|
||||
project: 'WebBrowser' with: [
|
||||
spec
|
||||
className: #ConfigurationOfWebBrowser;
|
||||
versionString: #'stable';
|
||||
repository: 'http://smalltalkhub.com/mc/Pharo/MetaRepoForPharo60/main/' ].
|
||||
spec
|
||||
package: #Grafoscopio with: [
|
||||
spec requires: #('Spec-Glamour' ). ];
|
||||
package: 'Spec-Glamour'.
|
||||
spec
|
||||
group: 'Core' with: #('Grafoscopio' 'Roassal2' );
|
||||
group: 'Extended' with: #('Core' 'Dataviz' ). ].
|
||||
|
||||
]
|
||||
|
||||
{ #category : #baselines }
|
||||
ConfigurationOfGrafoscopio >> baseline1_0: spec [
|
||||
<version: '1.0-baseline'>
|
||||
@ -328,6 +404,56 @@ ConfigurationOfGrafoscopio >> baseline1_0: spec [
|
||||
|
||||
]
|
||||
|
||||
{ #category : #baselines }
|
||||
ConfigurationOfGrafoscopio >> baseline1_1: spec [
|
||||
<version: '1.1-baseline'>
|
||||
|
||||
spec for: #'common' do: [
|
||||
spec blessing: #'baseline'.
|
||||
spec repository: 'http://smalltalkhub.com/Offray/Grafoscopio'.
|
||||
spec
|
||||
project: 'Ston' with: [
|
||||
spec
|
||||
className: #ConfigurationOfSton;
|
||||
versionString: #'bleedingEdge';
|
||||
repository: 'http://ss3.gemstone.com/ss/STON' ];
|
||||
project: 'Roassal2' with: [
|
||||
spec
|
||||
className: #ConfigurationOfRoassal2;
|
||||
versionString: #'bleedingEdge';
|
||||
repository: 'http://smalltalkhub.com/mc/ObjectProfile/Roassal2/main/' ];
|
||||
project: 'WebBrowser' with: [
|
||||
spec
|
||||
className: #ConfigurationOfWebBrowser;
|
||||
versionString: #stable;
|
||||
repository: 'http://smalltalkhub.com/TorstenBergmann/WebBrowser'];
|
||||
project: 'OSProcess' with: [
|
||||
spec
|
||||
className: #ConfigurationOfOSProcess;
|
||||
versionString: #stable;
|
||||
repository: 'http://www.squeaksource.com/OSProcess'];
|
||||
package: 'Spec-Glamour' with:[
|
||||
spec repository: 'http://smalltalkhub.com/mc/jfabry/Playground/main/' ];
|
||||
project: 'Zotero' with: [
|
||||
spec
|
||||
className: #ConfigurationOfPubiblio;
|
||||
versionString: #'stable';
|
||||
repository: 'http://smalltalkhub.com/mc/Offray/Grafoscopio/main' ];
|
||||
project: 'Dataviz' with: [
|
||||
spec
|
||||
className: #ConfigurationOfDataviz;
|
||||
versionString: #'bleedingEdge';
|
||||
repository: 'http://smalltalkhub.com/mc/Offray/Dataviz/main/' ].
|
||||
spec package: #Grafoscopio with: [
|
||||
spec
|
||||
requires: 'Ston';
|
||||
requires: 'Spec-Glamour'].
|
||||
spec
|
||||
group: 'Core' with: #('Grafoscopio' 'Roassal2');
|
||||
group: 'Extended' with: #('Core' 'Dataviz') ].
|
||||
|
||||
]
|
||||
|
||||
{ #category : #accessing }
|
||||
ConfigurationOfGrafoscopio >> customProjectAttributes [
|
||||
"Edit to return a collection of any custom attributes e.g. for conditional loading: Array with: #'Condition1' with: #'Condition2.
|
||||
@ -366,7 +492,7 @@ ConfigurationOfGrafoscopio >> project [
|
||||
ConfigurationOfGrafoscopio >> stable: spec [
|
||||
<symbolicVersion: #'stable'>
|
||||
|
||||
spec for: #'common' version: '1.3.2'.
|
||||
spec for: #'common' version: '1.3.8'.
|
||||
|
||||
]
|
||||
|
||||
@ -541,6 +667,27 @@ ConfigurationOfGrafoscopio >> version12: spec [
|
||||
|
||||
]
|
||||
|
||||
{ #category : #versions }
|
||||
ConfigurationOfGrafoscopio >> version1310: spec [
|
||||
<version: '1.3.10' imports: #('1.1-baseline' )>
|
||||
|
||||
spec for: #'common' do: [
|
||||
spec blessing: #'stable'.
|
||||
spec description: 'version 1.3.10'.
|
||||
spec author: 'OffrayLuna'.
|
||||
spec timestamp: '2017-04-28T15:38'.
|
||||
spec
|
||||
project: 'Ston' with: #stable;
|
||||
project: 'Roassal2' with: #stable;
|
||||
"project: 'OSProcess' with: #stable;"
|
||||
project: 'WebBrowser' with: #stable;
|
||||
"project: 'Pubiblio' with: #stable;"
|
||||
project: 'Dataviz' with: '2.2.4'.
|
||||
spec
|
||||
package: #Grafoscopio with: 'Grafoscopio-OffrayLuna.273';
|
||||
package: 'Spec-Glamour' with: 'Spec-Glamour-johanfabry.2' ].
|
||||
]
|
||||
|
||||
{ #category : #versions }
|
||||
ConfigurationOfGrafoscopio >> version131: spec [
|
||||
<version: '1.3.1' imports: #('0.8-baseline' )>
|
||||
@ -562,23 +709,167 @@ ConfigurationOfGrafoscopio >> version131: spec [
|
||||
|
||||
{ #category : #versions }
|
||||
ConfigurationOfGrafoscopio >> version132: spec [
|
||||
<version: '1.3.2' imports: #('0.8-baseline' )>
|
||||
<version: '1.3.2' imports: #('1.0-baseline' )>
|
||||
|
||||
spec for: #'common' do: [
|
||||
spec blessing: #'stable'.
|
||||
spec description: 'version 1.3.2'.
|
||||
spec author: 'OffrayLuna'.
|
||||
spec timestamp: '10/18/2016 20:37'.
|
||||
spec timestamp: '10/18/2016 21:13'.
|
||||
spec
|
||||
project: 'Dataviz' with: '2.2.2';
|
||||
project: 'Roassal2' with: '1.38';
|
||||
project: 'Roassal2' with: '1.9';
|
||||
project: 'Ston' with: '0.19'.
|
||||
spec
|
||||
package: #Grafoscopio with: 'Grafoscopio-OffrayLuna.236';
|
||||
package: #Grafoscopio with: 'Grafoscopio-OffrayLuna.237';
|
||||
package: 'Spec-Glamour' with: 'Spec-Glamour-johanfabry.2'. ].
|
||||
|
||||
]
|
||||
|
||||
{ #category : #versions }
|
||||
ConfigurationOfGrafoscopio >> version133: spec [
|
||||
<version: '1.3.3' imports: #('1.1-baseline' )>
|
||||
|
||||
spec for: #'common' do: [
|
||||
spec blessing: #'stable'.
|
||||
spec description: 'version 1.3.3'.
|
||||
spec author: 'OffrayLuna'.
|
||||
spec timestamp: '2016-12-19T18:30'.
|
||||
spec
|
||||
project: 'Dataviz' with: '2.2.2';
|
||||
project: 'Roassal2' with: #stable;
|
||||
project: 'WebBrowser' with: #stable;
|
||||
project: 'Ston' with: '0.19'.
|
||||
spec
|
||||
package: #Grafoscopio with: 'Grafoscopio-OffrayLuna.245';
|
||||
package: 'Spec-Glamour' with: 'Spec-Glamour-johanfabry.2'. ].
|
||||
]
|
||||
|
||||
{ #category : #versions }
|
||||
ConfigurationOfGrafoscopio >> version134: spec [
|
||||
<version: '1.3.4' imports: #('1.1-baseline' )>
|
||||
|
||||
spec for: #'common' do: [
|
||||
spec blessing: #'stable'.
|
||||
spec description: 'version 1.3.4'.
|
||||
spec author: 'OffrayLuna'.
|
||||
spec timestamp: '2017-02-20T20:40:57'.
|
||||
spec
|
||||
project: 'Ston' with: #stable;
|
||||
project: 'Dataviz' with: '2.2.2';
|
||||
project: 'Roassal2' with: #stable;
|
||||
project: 'OSProcess' with: #stable;
|
||||
project: 'WebBrowser' with: #stable.
|
||||
spec
|
||||
package: #Grafoscopio with: 'Grafoscopio-OffrayLuna.261';
|
||||
package: 'Spec-Glamour' with: 'Spec-Glamour-johanfabry.2'. ].
|
||||
]
|
||||
|
||||
{ #category : #versions }
|
||||
ConfigurationOfGrafoscopio >> version135: spec [
|
||||
<version: '1.3.5' imports: #('1.1-baseline' )>
|
||||
|
||||
spec for: #'common' do: [
|
||||
spec blessing: #'stable'.
|
||||
spec description: 'version 1.3.5'.
|
||||
spec author: 'OffrayLuna'.
|
||||
spec timestamp: '2/23/2017 18:37'.
|
||||
spec
|
||||
project: 'Ston' with: #stable;
|
||||
project: 'Roassal2' with: #stable;
|
||||
project: 'OSProcess' with: #stable;
|
||||
project: 'WebBrowser' with: #stable;
|
||||
project: 'Zotero' with: '0.2';
|
||||
project: 'Dataviz' with: '2.2.2'.
|
||||
spec
|
||||
package: #Grafoscopio with: 'Grafoscopio-OffrayLuna.261';
|
||||
package: 'Spec-Glamour' with: 'Spec-Glamour-johanfabry.2' ].
|
||||
]
|
||||
|
||||
{ #category : #versions }
|
||||
ConfigurationOfGrafoscopio >> version136: spec [
|
||||
<version: '1.3.6' imports: #('1.1-baseline' )>
|
||||
|
||||
spec for: #'common' do: [
|
||||
spec blessing: #'stable'.
|
||||
spec description: 'version 1.3.6'.
|
||||
spec author: 'OffrayLuna'.
|
||||
spec timestamp: '2017-03-07T16:06'.
|
||||
spec
|
||||
project: 'Ston' with: #stable;
|
||||
project: 'Roassal2' with: #stable;
|
||||
"project: 'OSProcess' with: #stable;"
|
||||
project: 'WebBrowser' with: #stable;
|
||||
"project: 'Pubiblio' with: #stable;"
|
||||
project: 'Dataviz' with: '2.2.3'.
|
||||
spec
|
||||
package: #Grafoscopio with: 'Grafoscopio-OffrayLuna.261';
|
||||
package: 'Spec-Glamour' with: 'Spec-Glamour-johanfabry.2' ].
|
||||
]
|
||||
|
||||
{ #category : #versions }
|
||||
ConfigurationOfGrafoscopio >> version137: spec [
|
||||
<version: '1.3.6' imports: #('1.1-baseline' )>
|
||||
|
||||
spec for: #'common' do: [
|
||||
spec blessing: #'stable'.
|
||||
spec description: 'version 1.3.7'.
|
||||
spec author: 'OffrayLuna'.
|
||||
spec timestamp: '2017-03-07T16:06'.
|
||||
spec
|
||||
project: 'Ston' with: #stable;
|
||||
project: 'Roassal2' with: #stable;
|
||||
"project: 'OSProcess' with: #stable;"
|
||||
project: 'WebBrowser' with: #stable;
|
||||
"project: 'Pubiblio' with: #stable;"
|
||||
project: 'Dataviz' with: '2.2.3'.
|
||||
spec
|
||||
package: #Grafoscopio with: 'Grafoscopio-OffrayLuna.261';
|
||||
package: 'Spec-Glamour' with: 'Spec-Glamour-johanfabry.2' ].
|
||||
]
|
||||
|
||||
{ #category : #versions }
|
||||
ConfigurationOfGrafoscopio >> version138: spec [
|
||||
<version: '1.3.8' imports: #('1.1-baseline' )>
|
||||
|
||||
spec for: #'common' do: [
|
||||
spec blessing: #'stable'.
|
||||
spec description: 'version 1.3.8'.
|
||||
spec author: 'OffrayLuna'.
|
||||
spec timestamp: '2017-04-06T18:56'.
|
||||
spec
|
||||
project: 'Ston' with: #stable;
|
||||
project: 'Roassal2' with: #stable;
|
||||
"project: 'OSProcess' with: #stable;"
|
||||
project: 'WebBrowser' with: #stable;
|
||||
"project: 'Pubiblio' with: #stable;"
|
||||
project: 'Dataviz' with: '2.2.3'.
|
||||
spec
|
||||
package: #Grafoscopio with: 'Grafoscopio-OffrayLuna.271';
|
||||
package: 'Spec-Glamour' with: 'Spec-Glamour-johanfabry.2' ].
|
||||
]
|
||||
|
||||
{ #category : #versions }
|
||||
ConfigurationOfGrafoscopio >> version139: spec [
|
||||
<version: '1.3.9' imports: #('1.1-baseline' )>
|
||||
|
||||
spec for: #'common' do: [
|
||||
spec blessing: #'stable'.
|
||||
spec description: 'version 1.3.9'.
|
||||
spec author: 'OffrayLuna'.
|
||||
spec timestamp: '20 April 2017 T18:06'.
|
||||
spec
|
||||
project: 'Ston' with: #stable;
|
||||
project: 'Roassal2' with: #stable;
|
||||
"project: 'OSProcess' with: #stable;"
|
||||
project: 'WebBrowser' with: #stable;
|
||||
"project: 'Pubiblio' with: #stable;"
|
||||
project: 'Dataviz' with: '2.2.3'.
|
||||
spec
|
||||
package: #Grafoscopio with: 'Grafoscopio-OffrayLuna.271';
|
||||
package: 'Spec-Glamour' with: 'Spec-Glamour-johanfabry.2' ].
|
||||
]
|
||||
|
||||
{ #category : #versions }
|
||||
ConfigurationOfGrafoscopio >> version13: spec [
|
||||
<version: '1.3' imports: #('0.8-baseline' )>
|
||||
|
Loading…
Reference in New Issue
Block a user