Hi all, I'm playing with come ConfigurationOf for my project, but I am having troubles loading the Pharo CI project from SmallTalkHub at http://smalltalkhub.com/#!/~Pharo/ci When I try to load the project, an exception occurs, complaining that the ConfigurationOfXMLWriter cannot be found. The problem seems to be in ConfigurationOfCI>>#xmlWriter, where the repository address is 'http://smalltalkhub.com/PharoExtras/XMLWriter/main' instead of 'http://smalltalkhub.com/mc/PharoExtras/XMLWriter/main' With this correction I am able to complete the installation. Is it a typo or am I missing something? Thank you Tommaso Dal Sasso
Hi, 2013/8/21 Tommaso Dal Sasso <tommaso.dal.sasso@usi.ch>
Hi all,
I'm playing with come ConfigurationOf for my project, but I am having troubles loading the Pharo CI project from SmallTalkHub at http://smalltalkhub.com/#!/~Pharo/ci When I try to load the project, an exception occurs, complaining that the ConfigurationOfXMLWriter cannot be found.
Weird, i just tested it and its working. Did you load the latest ConfigurationOfCI-ErwanDouaille.143 ?
And then ConfigurationOfCI loadBleedingEdge. The problem seems to be in ConfigurationOfCI>>#xmlWriter, where the
repository address is
'http://smalltalkhub.com/PharoExtras/XMLWriter/main'
instead of
'http://smalltalkhub.com/mc/PharoExtras/XMLWriter/main'
Still weird because mine is :
repository: 'http://smalltalkhub.com/PharoExtras/XMLWriter/main'; and its working :s
With this correction I am able to complete the installation. Is it a typo or am I missing something?
Thank you Tommaso Dal Sasso
-- Best regards, Douaille Erwan <douaille.erwan@gmail.com>
there should be an /mc, I updated the configuration On 2013-08-21, at 17:09, Erwan Douaille <douailleerwan@gmail.com> wrote:
Hi,
2013/8/21 Tommaso Dal Sasso <tommaso.dal.sasso@usi.ch>
Hi all,
I'm playing with come ConfigurationOf for my project, but I am having troubles loading the Pharo CI project from SmallTalkHub at http://smalltalkhub.com/#!/~Pharo/ci When I try to load the project, an exception occurs, complaining that the ConfigurationOfXMLWriter cannot be found.
Weird, i just tested it and its working. Did you load the latest ConfigurationOfCI-ErwanDouaille.143 ?
And then ConfigurationOfCI loadBleedingEdge.
The problem seems to be in ConfigurationOfCI>>#xmlWriter, where the
repository address is
'http://smalltalkhub.com/PharoExtras/XMLWriter/main'
instead of
'http://smalltalkhub.com/mc/PharoExtras/XMLWriter/main'
Still weird because mine is :
repository: 'http://smalltalkhub.com/PharoExtras/XMLWriter/main'; and its working :s
With this correction I am able to complete the installation. Is it a typo or am I missing something?
Thank you Tommaso Dal Sasso
-- Best regards,
Douaille Erwan <douaille.erwan@gmail.com>
participants (3)
-
Camillo Bruni -
Erwan Douaille -
Tommaso Dal Sasso