[Pharo-project] Categories/packages in OB
Hello, Is there a trick to getting items out of OB's Unpackaged list? I have four classes categorized as AuthenticationForSeaside, and OB is promoting them as I think it should. Monticello won't show them to me either. It seems to promot only when a package name contains a dash, but what if a monolithic package is enough? I am trying to package my code to get free of depending on change sets, but something (perhaps ignrorance on my part) is stopping me. Any helpful suggestions? Bill
create a package and put the classes there. stef On May 31, 2009, at 5:32 PM, Schwab,Wilhelm K wrote:
Hello,
Is there a trick to getting items out of OB's Unpackaged list? I have four classes categorized as AuthenticationForSeaside, and OB is promoting them as I think it should. Monticello won't show them to me either. It seems to promot only when a package name contains a dash, but what if a monolithic package is enough?
I am trying to package my code to get free of depending on change sets, but something (perhaps ignrorance on my part) is stopping me. Any helpful suggestions?
Bill
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Stef is right. If you create a package, then your class should appear in it. Cheers, Alexandre On 31 May 2009, at 11:32, Schwab,Wilhelm K wrote:
Hello,
Is there a trick to getting items out of OB's Unpackaged list? I have four classes categorized as AuthenticationForSeaside, and OB is promoting them as I think it should. Monticello won't show them to me either. It seems to promot only when a package name contains a dash, but what if a monolithic package is enough?
I am trying to package my code to get free of depending on change sets, but something (perhaps ignrorance on my part) is stopping me. Any helpful suggestions?
Bill
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
participants (3)
-
Alexandre Bergel -
Schwab,Wilhelm K -
Stéphane Ducasse