Status: Accepted
Owner:
[hidden email]
Labels: Type-Defect Priority-Medium Product-Browser
New issue 123 by
[hidden email]: broken development scenario
http://code.google.com/p/metacello/issues/detail?id=123Alexandre reported:
Before jumping into the update you mentioned, there is a critical problems
that prevents me from using the browser. Here is a short scenario that
illustrates the problem:
1 - create a package MyTestProject with a class inside and save it in
www.squeaksource.com/MyTestProject (it is global write and read). You need
to use the Monticello browser for it.
2 - create a configuration (+Configuration), let's say
ConfigurationOfMyTestProject
2 - make it depend the package MyTestProject
3 - Select the config MyTestProject in the browser
4 - add development version
5 - Modify the class of your class contained in the package MyTestProject
6 - right-click on the @1.0 #development and press 'save all and add
development version'.
And I get an error: Version #stable is not defined in
ConfigurationOfMyTestProject.
In my opinion, this is the problem that prevent me from using it :-(
Is there something we could do?