We are happy to announce version 4.9 of the Moose Suite: http://moosetechnology.org/download/4.9 This is a minor release still based on Pharo 2.0. The differences from Moose 4.8 are:
The Mondrian engine was removed. The transition to Roassal is now complete. - Small fixes in Roassal layouts and rendering. - Small fix in FAMIX regarding manipulation of accesses.
- Small visual fix in Glamour for rendering splitters in tables. A list of issues addressed in this release can be found at: http://code.google.com/p/moose-technology/issues/list?can=1&q=status=Fixed%20milestone=4.9
The Moose Suite 4.9 comes for each platform as a separate bundle: - Moose Suite 4.9 for Mac - Moose Suite 4.9 for Windows
- Moose Suite 4.9 for Linux The Moose Suite 4.9 can also be loaded in a Pharo 2.0 image either from the Configuration Browser, or by executing the following script: Gofer new smalltalkhubUser: 'Moose' project: 'Moose';
package: 'ConfigurationOfMoose'; load. ((Smalltalk at: #ConfigurationOfMoose) project version: '4.9-snapshot') load
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Super. So this means we finally more to Pharo 3? Andrei On Wed, Oct 30, 2013 at 10:38 AM, Tudor Girba <[hidden email]> wrote:
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Yes. Right away. Could anyone please move the build job to run on Pharo 3.0? Doru On Wed, Oct 30, 2013 at 11:29 AM, Andrei Chis <[hidden email]> wrote:
"Every thing has its own flow"
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
On Wed, Oct 30, 2013 at 12:23 PM, Tudor Girba <[hidden email]> wrote:
That should be too difficult with zero-conf scripts for Pharo 3.0. I can do it. I'd like to keep the 4.9 job in the jenkins for a few days until downstream projects adapt themselves.
So, I'll create a new job Moose 5.0 with Pharo 3.0 on the jenkins and we'll remove the current job in a few days. Is that ok with you?
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Excellent!!!
Alexandre On Oct 30, 2013, at 9:24 AM, Usman Bhatti <[hidden email]> wrote: > > On Wed, Oct 30, 2013 at 12:23 PM, Tudor Girba <[hidden email]> wrote: > Yes. Right away. > > Could anyone please move the build job to run on Pharo 3.0? > > That should be too difficult with zero-conf scripts for Pharo 3.0. > I can do it. > I'd like to keep the 4.9 job in the jenkins for a few days until downstream projects adapt themselves. > So, I'll create a new job Moose 5.0 with Pharo 3.0 on the jenkins and we'll remove the current job in a few days. > Is that ok with you? > > > Doru > > > On Wed, Oct 30, 2013 at 11:29 AM, Andrei Chis <[hidden email]> wrote: > Super. > So this means we finally more to Pharo 3? > > Andrei > > > On Wed, Oct 30, 2013 at 10:38 AM, Tudor Girba <[hidden email]> wrote: > We are happy to announce version 4.9 of the Moose Suite: http://moosetechnology.org/download/4.9 > > > This is a minor release still based on Pharo 2.0. The differences from Moose 4.8 are: > > The Mondrian engine was removed. The transition to Roassal is now complete. > - Small fixes in Roassal layouts and rendering. > - Small fix in FAMIX regarding manipulation of accesses. > - Small visual fix in Glamour for rendering splitters in tables. > > A list of issues addressed in this release can be found at: http://code.google.com/p/moose-technology/issues/list?can=1&q=status=Fixed%20milestone=4.9 > > The Moose Suite 4.9 comes for each platform as a separate bundle: > - Moose Suite 4.9 for Mac > https://dl.dropboxusercontent.com/u/18323746/Moose/moose_suite_4_9-mac.zip > - Moose Suite 4.9 for Windows > https://dl.dropboxusercontent.com/u/18323746/Moose/moose_suite_4_9-win.zip > - Moose Suite 4.9 for Linux > https://dl.dropboxusercontent.com/u/18323746/Moose/moose_suite_4_9-linux.zip > > The Moose Suite 4.9 can also be loaded in a Pharo 2.0 image either from the Configuration Browser, or by executing the following script: > > Gofer new > smalltalkhubUser: 'Moose' project: 'Moose'; > package: 'ConfigurationOfMoose'; > load. > ((Smalltalk at: #ConfigurationOfMoose) > project version: '4.9-snapshot') load > > > > > -- > www.tudorgirba.com > > "Every thing has its own flow" > > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
In reply to this post by Usman Bhatti
On Wed, Oct 30, 2013 at 1:24 PM, Usman Bhatti <[hidden email]> wrote:
My bad. That should NOT be too difficult with zero-conf scripts for Pharo 3.0.
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
In reply to this post by Tudor Girba-2
Thanks Doru. I been distracted by a few things but its great to see
your progress.
4.9 will be the target of my first release of LEKtrek (soon hopefully). cheers -ben Tudor Girba wrote: We are happy to announce version 4.9 of the Moose Suite: http://moosetechnology.org/download/4.9 This is a minor release still based on Pharo 2.0. The differences from Moose 4.8 are: The Mondrian engine was removed. The transition to Roassal is now complete. - Small fixes in Roassal layouts and rendering. - Small fix in FAMIX regarding manipulation of accesses. - Small visual fix in Glamour for rendering splitters in tables. A list of issues addressed in this release can be found at: http://code.google.com/p/moose-technology/issues/list?can=1&q=status=Fixed%20milestone=4.9 The Moose Suite 4.9 comes for each platform as a separate bundle: - Moose Suite 4.9 for Mac https://dl.dropboxusercontent.com/u/18323746/Moose/moose_suite_4_9-mac.zip - Moose Suite 4.9 for Windows https://dl.dropboxusercontent.com/u/18323746/Moose/moose_suite_4_9-win.zip - Moose Suite 4.9 for Linux https://dl.dropboxusercontent.com/u/18323746/Moose/moose_suite_4_9-linux.zip The Moose Suite 4.9 can also be loaded in a Pharo 2.0 image either from the Configuration Browser, or by executing the following script: Gofer new smalltalkhubUser: 'Moose' project: 'Moose'; package: 'ConfigurationOfMoose'; load. ((Smalltalk at: #ConfigurationOfMoose) project version: '4.9-snapshot') load _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Great. What is LEKtrek? :) Doru
On Wed, Oct 30, 2013 at 3:56 PM, Ben Coman <[hidden email]> wrote:
"Every thing has its own flow"
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Is just the image of Moose 4.9 available somewhere? Andrei On Wed, Oct 30, 2013 at 4:10 PM, Tudor Girba <[hidden email]> wrote:
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
In reply to this post by Tudor Girba-2
Tudor Girba wrote: Great. What is LEKtrek? :) Doru I think I mentioned it a few months ago. Its was my Masters Project to produce "a software development platform for electrical power applications". I import an Enterprise Architect UML model having 1000 classes & 1000 relationships that defined the International Electrotechnical Committee standard 61970. I developed a graphical explorer for this based on Glamour, Roassal and Magritte3, plus provided concrete Smalltalk implementations for about 50 of the core classes. For more detail see... http://files.openinworld.com/LEKtrek/ * LEKtrek 010 Introduction 2013-02-25.mp4 * LEKtrek 020 Explorer User 2013-02-28.mp4 * LEKtrek 030 Modeller User 2013-03-19.mp4 The term 'LEKtrek' derives from a jumbling of word 'Electrical' plus a metaphor for the continuing development of the software as a journey or 'trek'. At the moment it has its own meta-model for packages and classes, but in the future I'd like to try basing it more on Moose meta-model to leverage its existing tools. cheers -ben On Wed, Oct 30, 2013 at 3:56 PM, Ben Coman [hidden email] wrote:** Thanks Doru. I been distracted by a few things but its great to see your progress. 4.9 will be the target of my first release of LEKtrek (soon hopefully). cheers -ben Tudor Girba wrote: We are happy to announce version 4.9 of the Moose Suite:http://moosetechnology.org/download/4.9 This is a minor release still based on Pharo 2.0. The differences from Moose 4.8 are: The Mondrian engine was removed. The transition to Roassal is now complete. - Small fixes in Roassal layouts and rendering. - Small fix in FAMIX regarding manipulation of accesses. - Small visual fix in Glamour for rendering splitters in tables. A list of issues addressed in this release can be found at:http://code.google.com/p/moose-technology/issues/list?can=1&q=status=Fixed%20milestone=4.9 The Moose Suite 4.9 comes for each platform as a separate bundle: - Moose Suite 4.9 for Machttps://dl.dropboxusercontent.com/u/18323746/Moose/moose_suite_4_9-mac.zip - Moose Suite 4.9 for Windowshttps://dl.dropboxusercontent.com/u/18323746/Moose/moose_suite_4_9-win.zip - Moose Suite 4.9 for Linuxhttps://dl.dropboxusercontent.com/u/18323746/Moose/moose_suite_4_9-linux.zip The Moose Suite 4.9 can also be loaded in a Pharo 2.0 image either from the Configuration Browser, or by executing the following script: Gofer new smalltalkhubUser: 'Moose' project: 'Moose'; package: 'ConfigurationOfMoose'; load. ((Smalltalk at: #ConfigurationOfMoose) project version: '4.9-snapshot') load ------------------------------ _______________________________________________ Moose-dev mailing [hidden email] _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
In reply to this post by Andrei Chis
It is :) I updated the webpage: Doru On Wed, Oct 30, 2013 at 4:29 PM, Andrei Chis <[hidden email]> wrote:
"Every thing has its own flow"
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Thanks. I will regenerate the zero conf scripts this week. Andrei On Wed, Oct 30, 2013 at 5:23 PM, Tudor Girba <[hidden email]> wrote:
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Thanks. I was counting on that :) Doru On Wed, Oct 30, 2013 at 5:29 PM, Andrei Chis <[hidden email]> wrote:
"Every thing has its own flow"
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Free forum by Nabble | Edit this page |