-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add support for 3.7.1 Rowan v3: templates and GDKrowan3StoneDirectory…
…Spec; input.topaz is useful script; update tests/test_help.sh
- Loading branch information
1 parent
2fec53e
commit cbb432e
Showing
9 changed files
with
44 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#!/usr/bin/env superdoit_topaz | ||
# | ||
# execute the topaz commands in a file called inp, in the current directory. | ||
# | ||
# If the inp file does not exist, you will be left at a topaz prompt, not logged in. | ||
# | ||
# If the inp does exist the script will be run and if there are no errors, the script will exit | ||
# | ||
|
||
input inp |
Empty file.
3 changes: 3 additions & 0 deletions
3
...GsDevKit_stones-Core.package/GDKrowan3StoneDirectorySpec.class/instance/isRowanEnabled.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
testing | ||
isRowanEnabled | ||
^ true |
11 changes: 11 additions & 0 deletions
11
...nes-Core.package/GDKrowan3StoneDirectorySpec.class/instance/populateStoneBinDirectory..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
stone creation | ||
populateStoneBinDirectory: stoneSpec | ||
| stoneRoot gs | | ||
super populateStoneBinDirectory: stoneSpec. | ||
stoneRoot := stoneSpec rootDir. | ||
gs := (System gemEnvironmentVariable: 'GEMSTONE') asFileReference. | ||
#('exportRowanProjectAsTopaz.solo') | ||
do: [ :scriptName | | ||
stoneSpec class | ||
symbolicLink: gs / 'rowan3' / 'bin' / scriptName | ||
linkName: stoneSpec rootDir / 'bin' / scriptName ] |
14 changes: 14 additions & 0 deletions
14
src/GsDevKit_stones-Core.package/GDKrowan3StoneDirectorySpec.class/properties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"category" : "GsDevKit_stones-Core", | ||
"classinstvars" : [ | ||
], | ||
"classvars" : [ | ||
], | ||
"commentStamp" : "", | ||
"instvars" : [ | ||
], | ||
"name" : "GDKrowan3StoneDirectorySpec", | ||
"pools" : [ | ||
], | ||
"super" : "GDKStoneDirectorySpec", | ||
"type" : "normal" } |
1 change: 1 addition & 0 deletions
1
...ones-Core.package/GDKrowanStoneDirectorySpec.class/instance/populateStoneBinDirectory..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters