-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Umple code generation in Orion #1
Comments
As @TimLethbridge commented in #3, my implementation for this issue will focus on connecting Orion to UmpleOnline's compiler. It will simply be a GET request to UmpleOnline's compiler script at http://cruise.eecs.uottawa.ca/umpleonline/scripts/compiler.php. This will allow users of any Orion server to compile Umple code without the server needing to be running Umple, and it allows the plugin to leverage UmpleOnline's central nature to it's benefit (I.E, if the compiler on Cruise updates, then so too will the compiler that Orion uses). Seeing as it's already the suggestion for graph displaying, I've already gotten started with getting it implemented in Orion. I hope to have something working and committed by the end of next week. |
Nice! That's awesome. 👍 |
@nwam I wonder if you got sth so far or not? |
An IDE for Umple isn't exactly useful if code can't be compiled. So, the plugin should provide facilities to compile Umple code into a user's project.
Preferably:
The text was updated successfully, but these errors were encountered: