8
I Use This!
Activity Not Available

News

Analyzed about 1 year ago. based on code collected about 1 year ago.
Posted almost 9 years ago by Vahdat Abdelzad
Hi Jorge, In order to setup the Eclipse properly, you must first make sure that your full build passes at the command line. The full build script is ant -Dmyenv=wlocal When everything is fine (you should not see the word "failure" in the build log) they go through steps defined in the developmen
Posted almost 9 years ago by Timothy Lethbridge
Jorge, One more point are you absolutely certain that you: a) Have cloned the latest Umple repo (and done a git pull if it was cloned earlier) b) Are using the latest Umple compiler (see http://dl.umple.org) The set of messages you are getting seems to be not completely consistent with the
Posted almost 9 years ago by Timothy Lethbridge
Hi Felix, The warnings syou seein the first part of your trace, are annoying and we will work to get rid of them. Since you are on Windows, I will set someone working in Windows respond to you about the error. On Sat, 6 Feb 2016, Jorge Felix Caudillo wrote: > Hello, > I am a student at
Posted almost 9 years ago by Jorge Felix Caudillo
Hello, I am a computer science student at Northern Arizona University. I am currently doing undergrad research on Umple with the guidance of Dr. Omar Badreddin and want to contribute to the project in the future. I am experience some issues when setting up the dev environment on eclipse. I am
Posted almost 9 years ago by Jorge Felix Caudillo
Hello, I am a student at Northern Arizona University working with Dr. Badreddin on contributing to Umple. I am trying to set up the development environment and have made it to step six. Right now I am have difficulties compiling Master.ump file. I have the plugin installed and when I use to
Posted about 9 years ago by Timothy Lethbridge
Hi, As a result of a recent commit a few temporary test files are being left lying around in the build directory One has to do rm build/Student2.php build/Teacher.php build/teachercdt.gv build/umpleClassTest.ump to get rid of them. Proper cleanup after tests needs to be done. If you
Posted about 9 years ago by Timothy Lethbridge
Hi, I have Just done the 'release' of Umple. You will need to do a first-build to get the compilation to work. Note: The Eclipse plugin did *not* build (building it has been disabled). Could Miguel and Kevin and others who know the Eclipse plugin please re-enable building in the build
Posted about 9 years ago by Timothy Lethbridge
Hi all, Once all merges from this semester's UCOSP students are finished, I will do the 1.23 release (mod to late next week likely). If anyone has major changes almost ready, please would you try to get them in, and notify me if you have a lot of stuff coming. If I hear nothing, then the
Posted about 9 years ago by Opeyemi Adesina
Thanks Kevin and Tim. It fixed the problem. On Tue, Dec 8, 2015 at 11:51 AM, Timothy Lethbridge wrote: > Hi, > > Yes, after the most recent of Kevin's commits it has been necessary for > everybody to do a first-build again. Sorry for not mentioning it. > > Tim > > > On
Posted about 9 years ago by Timothy Lethbridge
Hi, Yes, after the most recent of Kevin's commits it has been necessary for everybody to do a first-build again. Sorry for not mentioning it. Tim On Tue, 8 Dec 2015, Kevin Brightwell wrote: > Hi Ope, > > I believe this is caused by not doing a `first-build`. Let me know if that > fixes