Now that I found some new motivation spending some time on moose I defined a project for me to work on. In order to achieve the simple task I like to know if it is possible to export images from Automoose. I don't know how the integration of moose into jenkins is meant. I would imagine having predefined analysis diagrams shown on the jenkins project page side by side with the lint und sunit results.
thanks,
Norbert
could be interesting to see if we need to some numerical analysis in moose and pharo.
I will create a configuration
MCSqueaksourceRepository
location: 'http://squeaksource.com/DHBNumerical'
user: ''
password: ''
Hi all,
I have a doubt regarding 'FAMIX.Invocation's.
Suppose I've this line of Java code:
> startActivity(new Intent(this, ActivityTwo.class));
When I generate the mse (using VerveineJ) this result in a FAMIX.Invocation such as
> (FAMIX.Invocation (id: 8005)
> (candidates (ref: 9100))
> (previous (ref: 3174))
> (receiver (ref: 2547))
> (sender (ref: 7328))
> (signature 'startActivity(Intent)'))
The 'new Intent(…)' instead results in a FAMIX.Invocation such as
> (FAMIX.Invocation (id: 8291)
> (candidates (ref: 753))
> (sender (ref: 430))
> (signature 'Intent(Context,Class<?>)'))
I need to extract the 'ActivityTwo.class' argument. Is there a way to get it?
Thanks in advance for any sort of help.
Cheers,
RM
Updates:
Summary: Hapao should provide a legend in every window
Comment #3 on issue 602 by tudor.gi...(a)gmail.com: Hapao should provide a
legend in every window
http://code.google.com/p/moose-technology/issues/detail?id=602
Then let's name the issue for what it should do.
Status: New
Owner: ----
CC: tudor.girba
Labels: Type-Defect Priority-Medium
New issue 489 by jfabry: Glamour: action list without the dropdown
http://code.google.com/p/moose-technology/issues/detail?id=489
I have a Glamour pane that is an actionList where I do 5
populate:on:entitled:with: so that the pane has 5 buttons. Now what happens
is that the pane also has a dropdown menu, with the same actions as the
buttons. This menu should not be there according to Doru ...