Hi Andrei,
I just wanted to let you know that I split Glamur-Seaside into four packages (based on the already existing categories):
- Glamour-Seaside-Core
- Glamour-Seaside-Rendering
- Glamour-Seaside-Tests
- Glamour-Seaside-Examples
I started to update the default ConfigurationOfGlamourSeaside to:
- load the packages
- load Seaside 3.0.3
However, I seem to have a problem with some initialization code: a class called ExternalWebBrowser needs WebBrowser in the initialize, but it does not find it at loading time. I guess it's a prerequisite order, but I do not know where this comes from.
It would be great if someone can take a look.
Cheers,
Doru
--
www.tudorgirba.com
"Beauty is where we see it."
Hi!
Version 4.2-baseline ConfigurationOfMoose does not load the default version of Mondrian because of the shout problem. It loads version 2.1.2 instead.
I would like that 4.2-baseline loads the last Mondrian. To not fall again in the incompatible Shout mess, there is a version defaultMinimal which does not shout.
Is it ok if I update 4.2-baseline to load defaultMinimal?
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi,
As I reported before, these tests fail randomly. It would be cool if someone could take a look at them.
Cheers,
Doru
On 24 Dec 2010, at 00:30, Alexandre Bergel wrote:
> Strange. I just downloaded the build artifacts from http://hudson.moosetechnology.org/job/moose-latest-dev/509/
> The 4 tests go green.
>
> These tests are about FMSingleEdgeStrategy. But is FMSingleEdgeStrategy really used? It contains a 'self halt'
>
> Cheers,
> Alexandre
>
>
> On 23 Dec 2010, at 20:21, admin(a)moosetechnology.org wrote:
>
>> See <http://hudson.moosetechnology.org/job/moose-latest-dev/509/>
>>
>>
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>
>
--
www.tudorgirba.com
"Value is always contextual."
Hi!
I used the example given in http://www.themoosebook.org/book/externals/ui/finder
I tried alt-s alt-o alt-/ right click and select "Open script", but nothing happen.
Am i missing something obvious?
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi
I'm trying to do some benchmarks using MSE import and export, and for
that I am using MooseScripts to create test models. But many of them
(I think the bigger ones) I get an error. I am attaching an
screenshot, maybe is useful.
For reproduce it in a new Moose 4.1 "one-click", I do:
MooseScripts createModelForMorphic.
And then, in a MoosePanel I click on Export to MSE, and after some
seconds I get the error.
Should I report a bug in the issue tracker?
Does somebody know the cause of the error?
Thanks in advance,
Martin
Hi,
I am new to Moose. What kind of analysis does the Utilities->Name Cloud
offer to the user?
It seems like sometimes the spellings of results of Name Cloud are weird
(i.e. nonam, talkin, etc.)
Thanks.
Regards,
Zhe-Xi
--
View this message in context: http://forum.world.st/Name-Cloud-Analysis-in-Moose-tp3087373p3087373.html
Sent from the Moose mailing list archive at Nabble.com.
Hi,
How can I load PetitParser into Squeak 4.1 image? I had tried out the
methods suggested by Lukas in his website but it turned out that Squeak find
undefined object: Gofer.
Can show me the steps in loading the PetitParser?
Thanks.
Regards,
Zhe-Xi
--
View this message in context: http://forum.world.st/PetitParser-for-Squeak-4-1-tp3161639p3161639.html
Sent from the Moose mailing list archive at Nabble.com.
Hi!
I am still struggling to make Moose work on a Pharo 1.1.1. When you execute:
((Smalltalk at: #ConfigurationOfMoose) project version: '4.2') load
You end up with an error:
-=-=-=-=-=-=-=-=-=-=-=-=
Warning: This package depends on the following classes:
MalTarjanNode
MalGraphNode
MOCycleTable
MalCyclesCoverage
You must resolve these dependencies before you will be able to load these definitions:
DSMCycleTable
DSMCycleTable>>cellShape
DSMCycleTable>>cellShapeFor:borderColor:view:at:
DSMCycleTable>>dsm
DSMCycleTable>>dsm:
DSMCycleTable>>edgeCellShapeBorder:fill:
DSMCycleTable>>edgeCellShapeColor:
DSMCycleTable>>renderOn:
DSMCyclesCoverage
DSMCyclesCoverage>>nodeClass
DSMCyclesCoverage>>run
DSMCyclesCoverage>>sort
DSMTarjanNode
DSMTarjanNode>>initialize
DSMTarjanNode>>previousNodes
DSMTarjanNode>>previousNodesInCycles
DSMTarjanNode>>to:
FAMIXGraphNode
FAMIXGraphNode>>from:
FAMIXGraphNode>>initialize
FAMIXGraphNode>>isLeaf
FAMIXGraphNode>>isRoot
FAMIXGraphNode>>nextNodes
FAMIXGraphNode>>nextNodes:
FAMIXGraphNode>>previousNodes
FAMIXGraphNode>>previousNodes:
-=-=-=-=-=-=-=-=-=-=-=-=
I put some spec requires: #('Mondrian for Moose' 'MooseAlgos for Moose') ]; a bit everywhere.
What package defines the class DSMTarjanNode, DSMCyclesCoverage, DSMCycleTable? I looked into Moose-DistributionMap but apparently they are defined somewhere else.
We are almost done.
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi Nicolas,
Thanks for getting me access to the project. I will try to look into it in the following year.
next is a derived property. You should only save the previous pointer.
The context of next/previous is the context of the scope in which the association is defined. Thus, for example, for invocations, the scope is the sender method. For inheritance, the scope is the class.
Cheers,
Doru
On 20 Dec 2010, at 18:38, Nicolas Anquetil wrote:
>
>
> ----- Mail transféré -----
>> De: "Nicolas Anquetil" <nicolas.anquetil(a)inria.fr>
>> À: noreply(a)gforge.inria.fr
>> Envoyé: Lundi 20 Décembre 2010 18:28:49
>> Objet: Re: Request to Join Project Verveine J
>> Done,
>>
>> By the way, I looked at the next/previous Association
>> Moose impoter does not support it yet.
>> It is stated in the comments, and the next: method is not implemented.
>> Any special reason for this?
>>
>> Also, what's the semantics? It's inside a method / inside a class ?
>>
>>
>> nicolas
>>
>> ----- Mail original -----
>>> De: noreply(a)gforge.inria.fr
>>> À: "nicolas anquetil" <nicolas.anquetil(a)inria.fr>
>>> Envoyé: Lundi 20 Décembre 2010 18:16:16
>>> Objet: Request to Join Project Verveine J
>>> Tudor Girba has requested to join your project.
>>> You can approve this request here:
>>> https://gforge.inria.fr/project/admin/?group_id=2934
>>>
>>> Comments by the user:
>>> Would it be possible to give me access to the sources?
>>>
>>> Cheers,
>>> Doru
--
www.tudorgirba.com
"Being happy is a matter of choice."