On Thu, Nov 5, 2015 at 12:11 PM, Dale Henrichs <[hidden email]> wrote: Jon, the #compile:classified: method is indeed missing
so I ran the commands, and they both ran without errors i noticed my copy was a bit behind the times: Updating GsDevKit_home >>>>>> Already on 'master' Your branch is ahead of 'origin/master' by 58 commits.
running project new works "better" - but this time I got an error message back from git because user & email were not set. So I fixed that, manually removed the project, re-ran "project new" and now I appear to have a working project. ....but even after reading the pdf doc on metacello from the pharo book -- I dont know how to add stuff to the project. It seems I need a ConfiigurationOf<myProject> class to be created somewhere... or I need to know how to edit the #baseline: method to add existing categories. I have an existing category named 'Route-Events' with 4 classes. So I changed the #baseline: method from baseline: spec <baseline> spec for: #'common' do: [ spec package: 'RouteEvent-Core'. ]. to: baseline: spec <baseline> spec for: #'common' do: [ spec package: 'RouteEvent-Core'; package: 'Route-Events' with: [ spec requires: #( 'RouteEvent-Core')]. spec group: 'default' with: #('RouteEvent-Core' 'Route-Event') ]. then I tried refreshing and re-opening the project list window, but I cant get 'browse categories' or 'browse classes' from the project window to display the additional classes or the new category. what am I missing here? _______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
On 11/05/2015 01:46 PM, Jon Paynter
wrote:
oh good ... the new version of `project new` is still under test along with a few other doc updates and minor bugfixes and I'll probably release another EA in a day or two. Move the 4 classes to the RouteEvent-Core (use the "Class > move to package" menu item) to put the classes into the RouteEvent-Core package ... at this level it is more about learning the basics of Monticello than Metacello ... This is an alternate approach ... although you do need to create the package Route-Event: mc create Route-Event will create the package and then the project list menu items should start working I think this should get you going ... Dale _______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
On Thu, Nov 5, 2015 at 3:14 PM, Dale Henrichs <[hidden email]> wrote: That worked nicely -- thanks much
_______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
Free forum by Nabble | Edit this page |