Hi, I arranged all my public packages with metacello. http://www.squeaksource.com/DaliotsPlayground.html
What i did was: step 0. learned metacello with ProStef (ProStef rocks!) step 1. create a new repository www.squeaksource.com/DaliotsPlayground. step 2. upload all public packages to it. (Gofer push rocks!) step 3. With clean image, test each packages installable stand-aone. step 4. Write small ConfigurationOfXXX package for each package that does not install alone. step 5. realize all those small ConfigurationOfXXX have many redundancy. step 6. create ConfigurationOfDaliotsPlayground and copied baselines and versions into it. step 7. removed all ConfigurationOfXXX except ConfigurationOfDaliotsPlayground. ** through this process, tested each packages and ConfigurationOfXXXs by installing them in clearn image. problems: 1. package testing was uneffiicient consuming a lot of time. 2. download counts and activity indicator soared unintentionally. 3. testing doubles since Squeak compatibility is not checked. Best Regards -- View this message in context: http://forum.world.st/I-arranged-all-my-public-packages-with-metacello-tp3644898p3644898.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
