[Pharo-project] XML package is barking at load time
Gofer new squeaksource: 'XMLSupport'; package: 'XML-Parser'; load. raise error because of tests not present. Did I do something wrong? Then why the configuration load pastell? why this is squeakCommon? Does it work if this is in pharo? Why do we load SIXX in gemstone? This configuration looks like a mess. Can somebody fix that. core should load the parser sixx may be sixx pastell should load core and pastell Stef version105: spec <version: '1.0.5' imports: #('1.0.5-baseline' )> spec for: #'common' do: [ spec blessing: #stable. spec author: 'Alexandre Bergel'. spec timestamp: '10/5/2010 14:06'. ]. spec for: #'squeakCommon' do: [ spec package: 'XML-Parser' with: 'XML-Parser-AlexandreBergel.93'; package: 'Pastell' with: 'Pastell-Alexandre_Bergel.18'.]. spec for: #'gemstone' do: [ spec project: 'Grease Core' with: '1.0-rc'. spec package: 'XML-Parser' with: 'XML-Parser.g-DaleHenrichs.93'; package: 'SIXX' with: 'SIXX-NorbertHartl.171'.]. Stef
Am 2010-10-31 um 10:55 schrieb stephane ducasse:
why this is squeakCommon? Does it work if this is in pharo?
#squeakCommon is for configuration specs common to Pharo and Squeak. #pharo is for configuration specs for Pharo only. #squeak is for configuration specs for Squeak only. So Long, -Tobias
Hi Stef, This works without dog sounds: Gofer new squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfXMLSupport'; load. ConfigurationOfXMLSupport load On 31 Oct 2010, at 10:55, stephane ducasse wrote:
Gofer new squeaksource: 'XMLSupport'; package: 'XML-Parser'; load.
raise error because of tests not present.
Did I do something wrong?
participants (3)
-
Johan Brichau -
stephane ducasse -
Tobias Pape