Where did you save ConfigurationOfCryptography ? I can't find it in http://smalltalkhub.com/mc/Pharo/MetaRepoForPharo50/main/ nor in http://smalltalkhub.com/mc/Pharo/MetaRepoForPharo40/main/
Did you add catalog methods on the class side of your configuration ? Check the catalog class side protocol of, for example, ConfigurationOfZincHTTPComponents > On 18 Dec 2015, at 07:44, Robert Withers <[email protected]> wrote: > > What shall I do after it passes tests in 50, Sven? They all pass. I have a > saved ConfigurationOfCryptography but no catalog. > > R's, > robert > > On 12/15/2015 04:57 PM, Sven Van Caekenberghe wrote: >> Before you copy it to the 50 repo, you should test it on 50 ! >> >>> On 15 Dec 2015, at 20:59, Robert Withers <[email protected]> wrote: >>> >>> Thanks for the links. I am ready to copy my ConfigurationOfCryptography to >>> the MetaRepoForPharo50, though I did my work in Pharo 4, if that is ok. >>> Could you add me so I can publish there, please? >>> >>> robert >>> >>> On 12/15/2015 12:55 PM, Peter Uhnák wrote: >>>>> Alright, please let me know. If someone shows me how to get this into >>>>> configurations and the Catalog, we'll get it done. >>>> You just need to commit your configuration to MetaRepoForPharo50 (this >>>> should be public repo; if you can't commit ask on the mailing list and >>>> someone will add you). >>>> >>>> But before you do that, open Versionner (World > Tools > Versionner), >>>> right click your configuration and select "add catalog methods". >>>> This will add class-side methods to the Configuration class which you >>>> can modify to write things like description, website, tags, etc. >>>> >>>> You can also use the Veresionner to create your ConfigurationOf if you >>>> don't have one already, more info on Configurations can be found in >>>> DeepIntoPharo (Metacello chapter) >>>> https://ci.inria.fr/pharo-contribution/view/Books/job/DeepIntoPharo/lastSuccessfulBuild/artifact/tmp/Metacello.pdf >>>> or look through other configurations in the image or search through >>>> mailing list archives, there should be plenty of information. >>>> >>>> Peter >>>> >>> -- >>> . .. .. ^,^ best, robert >>> >> > > -- > . .. .. ^,^ robert >
