[Glass] Loading packages from Scratch - Grease Proble
BrunoBB via Glass
glass at lists.gemtalksystems.com
Tue Feb 2 09:52:40 PST 2016
Dale,
In new VM i installed GS 3.2.9.
(note that from step 2 to step 4 i use Jade to execute that GemStone/S code)
STEP 1
The installation process is the same as:
https://github.com/GsDevKit/GsDevKit_home/blob/master/docs/installation/installDevKitServer.md
STEP 2
Then Seaside was loaded with:
Gofer new
package: 'GsUpgrader-Core';
url: 'http://ss3.gemtalksystems.com/ss/gsUpgrader';
load.
(Smalltalk at: #GsUpgrader) upgradeGrease.
GsDeployer deploy: [
Metacello new
baseline: 'Seaside3';
repository: 'github://GsDevKit/Seaside31:gs_master/repository';
onLock: [:ex | ex honor];
load: 'CI' ].
STEP 3
Load personas project that has a dependency with XML Parser. This project
load correctly.
(ConfigurationOfOrbeon project version: #'stable') load.
STEP 4
Try to load the "layer" of the Orbeon project --> FAIL
(ConfigurationOfOrbeonWeb project version: #'stable') load.
Maybe something is wrong from the STEP 1 and the a some point explode. (i do
not know)
Regards,
Bruno
--
View this message in context: http://forum.world.st/Loading-packages-from-Scratch-Grease-Proble-tp4875219p4875475.html
Sent from the GLASS mailing list archive at Nabble.com.
More information about the Glass
mailing list