[Pharo-project] Where to report Pharo Metacello issues
MetacelloToolBox createBaseline: '1.0-baseline' for: 'MyProject' "Project name" repository: 'http://squeaksource.com/MyRepo' requiredProjects: #() packages: #('MyPackage') repositories: #() dependencies: { } groups: { }. creates a configuration class named MyProject instead of ConfigurationOfMyProject. Do I make a Pharo issue or report to MetaC? ----- Cheers, Sean -- View this message in context: http://forum.world.st/Where-to-report-Pharo-Metacello-issues-tp4679424.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
better Metacello Stef On Apr 3, 2013, at 4:10 PM, "Sean P. DeNigris" <sean@clipperadams.com> wrote:
MetacelloToolBox createBaseline: '1.0-baseline' for: 'MyProject' "Project name" repository: 'http://squeaksource.com/MyRepo' requiredProjects: #() packages: #('MyPackage') repositories: #() dependencies: { } groups: { }.
creates a configuration class named MyProject instead of ConfigurationOfMyProject. Do I make a Pharo issue or report to MetaC?
----- Cheers, Sean -- View this message in context: http://forum.world.st/Where-to-report-Pharo-Metacello-issues-tp4679424.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
participants (2)
-
Sean P. DeNigris -
stephane ducasse