Posted
almost 12 years
ago
by
[email protected]
(Geoffrey Guest)
Just fyi, I've been fiddling with putting in my implementation of the tracers and have come across a particular error that, even if not implementing my change, will effect the umple project significantly, and I have no idea how to fix it. That
|
Posted
almost 12 years
ago
by
[email protected]
(Timothy Lethbridge)
Hi Geoffrey, I just examined the build and noticed that there is a 'silent fail' situation happening. The PhP tests are failing with a 'Parse error' that isn't being picked up and reported as a test failure. I clearly need to fix the build script so this fails the build, but before I do this we need a fix to the cause of
|
Posted
almost 12 years
ago
by
[email protected]
(Timothy Lethbridge)
Hi Robin, On second thoughts. I went to see your changes -- and there were none! The commit never happened. The build that completed (3485) says 'no modifications found'. Somehow you must have not actually done the commit, even though you thought you did. - Perhaps after typing 'svn commit', you didn't follow through (you would
|
Posted
almost 12 years
ago
by
[email protected]
(Timothy Lethbridge)
Congratulations Robin! Timothy C. Lethbridge, PhD, P.Eng., I.S.P., CSDP Professor of Software Engineering and Computer Science / Professeur Titulaire de g�nie logiciel et d'informatique Facult� de genie / Faculty of Engineering University of Ottawa / Universit� d'Ottawa Tel: 613-562-5800x6685 Fax: 613-562-5664 Mobile: 613-252-1850
|
Posted
almost 12 years
ago
by
[email protected]
(Robin Jay)
Hey, I've committed a patch to fix a case that generates bad java code involving associations with the multiplicity 1--1..* and a role name. -Robin
|
Posted
almost 12 years
ago
by
[email protected]
(Andrew Forward)
[link] [link] -- aforward
|
Posted
almost 12 years
ago
by
[email protected]
(Timothy Lethbridge)
I took 15 minutes this afternoon to update/add class comments on the main metamodel files for state machines, tracing, etc. Please note therefore that some of you may have svn conflicts. The class comments appear in the JavaDoc and the architecture diagrams. I needed this done so Umple looks
|
Posted
almost 12 years
ago
by
[email protected]
(Timothy Lethbridge)
Congratulations on your first commit! - Tim Timothy C. Lethbridge, PhD, P.Eng., I.S.P., CSDP Professor of Software Engineering and Computer Science / Professeur Titulaire de g�nie logiciel et d'informatique Facult� de genie / Faculty of Engineering University of Ottawa / Universit� d'Ottawa
|
Posted
almost 12 years
ago
by
[email protected]
(Quinlan Jung)
Hi all, I have committed a change for extending constraints. The constraints are able to account for boolean operators (ie) && and ||. So now, a constraint written like [age<3 && weight>5] is possible. -- Cheers, Quinlan Jung
|
Posted
almost 12 years
ago
by
[email protected]
(Timothy Lethbridge)
OK. I think that is what Andrew is suggesting too. So let's do that. The idea is that most of the logic would still be in each class (e.g. for access to attributes, associations and state machines in conditions) but a call to the relevant class would then be made. This would only be one line.
|