Posted
over 9 years
ago
by
Timothy Lethbridge
Hi, In case anyone is wondering ... Umpleonline has been under intense use by a large number of people for the last few days, so is running slower. The build server is consquentially running slower (7 time slower than optimum). And as a result some sleeper nondeterministic 'timing
|
Posted
over 9 years
ago
by
Timothy Lethbridge
Hi Aymen, I am broadening the discussion so that everybody on umple-dev sees this. Kevin has given you some tips as to how to make a pull-request work for you. I am also new to git, so I am going to ask him or andrew to guide you through the process. As for updating the user manual (issue 604).
|
Posted
over 9 years
ago
by
Timothy Lethbridge
Hi, I ran a cleanup job that caused damage to the continuous integration server. I have asked for a restore from backup .. 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
|
Posted
over 9 years
ago
by
Kevin Brightwell
Hi Matthew, To elaborate on Andrew's ask, this error requires the diff of what you changed. I can't tell from your error what went wrong. The problem is that you (hopefully!) changed a return type of a method that the command line expected thus type inference is failing. We can't tell what that
|
Posted
over 9 years
ago
by
Andrew Forward
Hi Matthew, Can you elaborate on exactly what you are running from the command line and from there. Can you also ensure that you have a clean environment (i.e. no local changes that might be interfering). andrew f On Wed, Sep 30, 2015 at 1:20 PM, Timothy Lethbridge
|
Posted
over 9 years
ago
by
Timothy Lethbridge
Hi I am going to have a very difficulty time getting to this. Could somebody else on the Umple team please help him Thanks ---------- Forwarded message ---------- Date: Wed, 30 Sep 2015 11:18:39 -0600 From: Matthew Fritze To: Timothy Lethbridge
|
Posted
over 9 years
ago
by
Kevin Brightwell
I'm available for a bit now. Feel free to call me on Hangouts. Kevin On Fri, Sep 18, 2015 at 4:27 PM, Timothy Lethbridge wrote: > Hi, > > Two of the UCOSP students with me are having problems running ant in the > template.test target. > > The output is: > > emplate.test:
|
Posted
over 9 years
ago
by
Kevin Brightwell
Follow up, could you try with the branch in my current pull request? The issue is because the Java executable can't find the classes on its class path. The PR should fix it. https://github.com/umple/umple/pull/611 Kevin On Sep 4, 2015 17:55, "mfritze" wrote: > Does the
|
Posted
over 9 years
ago
by
Timothy Lethbridge
Hi, Umple now builds properly if you follow the directions here: https://github.com/umple/umple/wiki/DevelopmentSetUp You now have to do a one-time boostrap process that loads build dependencies. Thanks to Kevin Brightwell for the pull-request that refactored the build process. The old
|
Posted
over 9 years
ago
by
Timothy Lethbridge
Hi, As you know, we cut over to github and git recently, and you were told to clone https://github.com/umple/umple instead of using svn in order to get the Umple source code. However, if you want to build successfully, there are two more things to do. 1. Go to the lib directory, download
|