I have noticed the following catalog url lists configurations for Pharo 2.0 https://ci.inria.fr/pharo-contribution/job/PharoProjectCatalog/HTML_Report/? Is there a job/url for configurations for Pharo 3? Hernán
Hernán wrote:
I have noticed the following catalog url lists configurations for Pharo 2.0 https://ci.inria.fr/pharo-contribution/job/PharoProjectCatalog/HTML_Report/? Â Is there a job/url for configurations for Pharo 3?
Not yet, AFAIK Catalog had to be adopted manualy for MetaRepoForPharo30. Code is on http://smalltalkhub.com/mc/DamienCassou/Pier-Gutemberg/main if you like to adopt. Thanks T.   Â
Thank you Torsten! If you want to integrate, I have attached changes to CatalogBuilder methods for redirecting to MetaRepoForPharo3. I don't know the proper way to test it yet CatalogBuilder new generateAll ?? but gives me a MessageNotUnderstood: GoferResolvedReference>>load Cheers Hernán 2014-02-03 Torsten Bergmann <astares@gmx.de>:
Hernán wrote:
I have noticed the following catalog url lists configurations for Pharo 2.0
https://ci.inria.fr/pharo-contribution/job/PharoProjectCatalog/HTML_Report/ ?
Is there a job/url for configurations for Pharo 3?
Not yet, AFAIK Catalog had to be adopted manualy for MetaRepoForPharo30.
Code is on http://smalltalkhub.com/mc/DamienCassou/Pier-Gutemberg/main
if you like to adopt.
Thanks T.
On Tue, Feb 4, 2014 at 12:42 AM, Hernán Morales Durand <hernan.morales@gmail.com> wrote:
If you want to integrate, I have attached changes to CatalogBuilder methods for redirecting to MetaRepoForPharo3. I don't know the proper way to test it yet
I just gave Torsten and you write access.
CatalogBuilder new generateAll ??
that should work. But this will take quite some time. Another solution is to write something like (untested): CatalogBuilder new generateCardFor: ConfigurationOfPillar
but gives me a MessageNotUnderstood: GoferResolvedReference>>load
:-( -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
participants (3)
-
Damien Cassou -
Hernán Morales Durand -
Torsten Bergmann