Hi,
Congratulations!
Is there a page already that lists the winners? It would be good to link to it.
Cheers,
Doru
On 3 Jun 2011, at 16:36, Alexandre Bergel wrote:
> Hi!
>
> There is a news I would like to share with you. Vanessa, a student at the University of Chile, is just back from ICSE, a top conference on software engineering. She presented Hapao (http://hapao.dcc.uchile.cl), a Pharo application, at the ACM Student Research Competition[*]. It was a success: she arrived 2nd in the category undergraduate student. A nice medal for the Pharo community!
>
> Cheers,
> Alexandre
>
> [*] http://2011.icse-conferences.org/content/src-call
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>
>
>
--
www.tudorgirba.com
"Being happy is a matter of choice."
Hi Nicolas,
In verveine.extractor.java/lib we have famix.jar, verveine.core.jar and verveine.extractor.jar.
The problem is that every time I do an "ant jar" these files are changed and when I want to commit from the command line, I get:
M verveine.extractor.java/lib/famix.jar
M verveine.extractor.java/lib/verveine.core.jar
M verveine.extractor.java/lib/verveine.extractor.java.jar
Would it not be better to not have these in the repository, given that they are built from sources? One idea would be to use a build folder in which to copy all jars from lib and the resulting jars from building the sources.
Cheers,
Doru
--
www.tudorgirba.com
"We can create beautiful models in a vacuum.
But, to get them effective we have to deal with the inconvenience of reality."
good morning everyone,
some of you could maybe interest in the "The Sixth Workshop of the Italian Eclipse Community" that will be in Milano on September 22-23. There are three main tracks in the workshop:
TECHNICAL track for research papers with a standard presentation at the workshop.
STUDENT track for practical experience report, plug-in and demo related to the Eclipse technology, with a presentation or live demo at the workshop.
PUBLIC INSTITUTION (P.A.) or INDUSTRY track with a short paper or demo and the presentation at the workshop.
Please visit the page of the workshop for detailed information about the tracks and the dates.
http://2011.eclipse-it.org/home/
I hope you can find this interesting and please contact me for any question.
Regards,
Fabrizio Perin
Institut fuer Mathematik und Informatik
University Bern, IAM-SCG
Neubrueckstrasse 10
CH-3012 Bern, Switzerland
Tel: +41 31 511 76 36
FAX: +41 31 631 33 55
Hi Nicolas,
I am trying to setup VerveineJ in Eclipse but I do not know where to get the required org.eclipse.jdt.core project from. Could you point me into the right direction?
Cheers,
Doru
--
www.tudorgirba.com
"Every thing should have the right to be different."
Status: New
Owner: tu...(a)tudorgirba.com
Labels: Type-Defect Priority-Medium Component-Finder Milestone-4.5
New issue 634 by tu...(a)tudorgirba.com: The meta browser should not crash
when clicking on an edge
http://code.google.com/p/moose-technology/issues/detail?id=634
Just that. We need a guard condition.
Status: New
Owner: ----
CC: anquetil...(a)gmail.com
Labels: Type-Defect Priority-Medium Component-VerveineJ
New issue 638 by tu...(a)tudorgirba.com: VerveineJ seems to import some
methods multiple times
http://code.google.com/p/moose-technology/issues/detail?id=638
See the attached example.
DefaultConstructor::method() appears twice: once as a stub and once normal.
The interesting thing is that the stub is the one that receives the
invocation from the static method. This might be due to the following
scenario:
- the first visited method is methodWithClassScope(),
- the invocation is created to a stub method()
- the second visited method is method()
- but somehow it is not reconciled with the already created stub method
package x;
public class DefaultConstructor {
public method() {}
public static void methodWithClassScope() {
DefaultConstructor x = new DefaultConstructor();
x.method();
}
}
Attachments:
DefaultConstructor.java 184 bytes
Hi!
Is there a way I can get the axis labels ?
I tried :
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
| diag factory |
factory := ESDummyFactory new.
factory yValues: #(22 25 13 16 24 28 35 24 32 24 46 12).
factory identifiers:
#('January' 'February' 'March' 'April' 'Mai' 'June' 'July' 'August' 'September' 'October' 'November' 'December').
diag := ESDiagramRenderer new.
(diag lineDiagram)
y: #yValue;
width: 500;
height: 400;
lineWidth: 5;
defaultFontSize: 12;
identifier: #identifier;
labels: [:each | each];
defaultColor: Color blue;
yAxisLabel: 'Clients';
regularAxis;
deviationValue: 22;
deviationDescription: 'avg 2006';
models: factory buildDummies. "startLineAtZero;"
^ diag open
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
How can I get the months displayed in the axis?
By the way, there are some examples that do not work. Is there a chance to see them fixed?
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Is there a way to get a logarithm scale?
That would be very cool!
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.