Status: New
Owner:
[hidden email]
Labels: Type-Defect Priority-Medium GLASS-Seaside30 Version-3.0.x
New issue 240 by
[hidden email]: ConfigurationOfSeaside30 version
3.0.3.1 broken?
http://code.google.com/p/glassdb/issues/detail?id=240This breaks loading Seaside into a MagLev image. It failed with the same
cannotResolveVersion.
i.e. ((Smalltalk at: #ConfigurationOfSeaside30) project version: '3.0.3.1')
load.
Should I be loading a different version that 3.0.3.1?
What steps will reproduce the problem?
(MetacelloToolBox
validateProject: ConfigurationOfSeaside30 project
version: '3.0.3.1'
debug: #()
recurse: true) explore nil
What do you see?
anOrderedCollection( Error: Cannot resolve version '2.2.0.3' for the
project reference 'Swazoo2' in version '3.0.3.1' { cannotResolveVersion } [
ConfigurationOfSeaside30 #'validateVersionSpec:' ], Error: Could not
resolve version '2.2.0.3' due to error: Version '2.2.0.3' is not defined in
ConfigurationOfSwazoo2 { cannotResolveVersion } [ ConfigurationOfSwazoo2
#'validateProject:version:' ])