Stef, Thanks for doing this. I was tired of copying and pasting methods. I have just a question. For Pharo 3 projects, the contents at https://ci.inria.fr/pharo-contribution/job/PharoProjectCatalog/HTML_Report/ would be replaced or there will be a new url? Cheers, Hernán 2014-02-10 18:49 GMT-03:00 Pharo4Stef <pharo4Stef@free.fr>:
Yes click that link:
https://ci.inria.fr/pharo-contribution/job/PharoProjectCatalog/HTML_Report/ ?
So I imagine that you are all like me: you are too busy to add the correct information because you do not know what/how/.
So I created a little class: called CatalogAdder for you and me :P
I'm a simple utility class that add methods to ConfigurationOf class to declare catalog metadata.
Gofer new smalltalkhubUser: 'DamienCassou' project: 'Pier-Gutemberg'; package: 'CatalogAdder'; load
(CatalogAdder on: ConfigurationOfXXX) defineCatalogMetadata
and it creates all the methods with dummy template for you :)
Stef