Commit ef5a5c7 1 parent 4d66564 commit ef5a5c7 Copy full SHA for ef5a5c7
File tree 2 files changed +21
-2
lines changed
repos/GsDevKit_SuperDoit/src
2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,28 @@ EXAMPLES
30
30
$basename
31
31
-----
32
32
%
33
+ projectshome
34
+ $GS_HOME/shared/gemstone/repos
35
+ %
36
+ specs
37
+ [
38
+ RwLoadSpecificationV2 {
39
+ #specName : 'GsDevKit_SuperDoit',
40
+ #projectName : 'GsDevKit_SuperDoit',
41
+ #diskUrl : 'file:$GS_HOME/shared/gemstone/repos/GsDevKit_SuperDoit',
42
+ #projectSpecFile : 'rowan/project.ston',
43
+ #componentNames : [
44
+ 'GsDevKit'
45
+ ],
46
+ #comment : 'loads GsDevKit support code in support of GsDevKit_home superDoit scripts'
47
+ }
48
+ ]
49
+ %
33
50
method
34
51
produceStonesReport
35
52
| stream |
36
53
stream := self stderr.
37
- self scriptArgs size == 0 ifTrue : [ self all: true ].
54
+ ( self all or: [ self installed or: [ self running ] ]) ifFalse : [ self all: true ].
38
55
(self all or: [self installed]) ifTrue: [
39
56
self installedStoneReportOn: stream
40
57
].
@@ -124,5 +141,6 @@ gsListResult
124
141
^ gsListResult ifNil: [ gsListResult := GsHostProcess execute: self gs_binDirectory, 'gslist -lc' ]
125
142
%
126
143
doit
144
+ self preDoitSpecLoad. "load the GsDevKit_SuperDoit project from spec"
127
145
^ self produceStonesReport
128
146
%
Original file line number Diff line number Diff line change 1
1
{
2
- "MetaData" : false,
2
+ "packageExtension" : ".package",
3
+ "Metadata" : false,
3
4
"noMethodMetaData" : true,
4
5
"separateMethodMetaAndSource" : false,
5
6
"useCypressPropertiesFile" : true }
You can’t perform that action at this time.
0 commit comments