Otto, The changes you made to the configuration mean that the XMLParser packages are fetched from the gemsource repository for *all* platforms, and not only for GemStone. I don't think this should be the intention. The official code for the XMLParser for Pharo and Squeak are located in a squeaksource repository. On 24 Feb 2011, at 17:16, Otto Behrens wrote:
It broke the Pharo 1.2 build on Hudson since 2 days:
Sorry about that
Error: Could not resolve: XML-Parser [XML-Parser-OttoBehrens.125] in /builds/workspace/Pharo 1.2/Pharo-1.2/p
This tells me that it can't find the file in the repository, specified to be on gemsource, excerpt below. I am confident that I published the XMLParser package on gemsource, but since I don't see it there, I have doubts. I can try to get it published. Best would be if I can get access to the XMLSupport project on squeaksource.
package: 'XML-Parser' with: [ spec
repository: 'http://seaside.gemstone.com/ss/XMLSupport';