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
Fix gradle build #1609
Comments
Running command 'testall' will produce a failure:
|
Yes. I am aware of the testall issue. It needs debugging. Some code designed explicitly to test that the parser works with bad code is in fact being compiled in gradle! The Ant has something somewhere to avoid this |
Resolved the Task.leftshift issue as well as the sandbox task name. The sole problem persisting is "Gradle now uses separate output directories for each JVM language" which might be the most complex one. I will push the the edited files within the next 24hrs |
Update: "umple-1.30.2.5351.39f98379d.jar" is missing as well as the whole "gradle" folder inside umple/dist |
That jar file will have to be downloaded automatically on a first-build, same as happens in ant scripts. |
Testall issue resolved-- the incorrect code is now being ignored. Note: A few depraction messages are still present |
I merged PR #1716 so we have a checkpoint. However this issue is not fully resolved, and some more progress is needed. Please refer to the numbers below when commenting. What I did: I ran
Observations:
|
This seems to be for the most part solved. Any other issues with Gradle would need to be separate issues |
Umple can be built using gradle (since issue #751 pr #1418
However, There are three problems.
It may not be doing the junit tests.
Finally testing fails on the testbed because it tries to compile a file that deliberately has an error
As a result it is commented out in .travis.yml When this issue is fixed, it should be reactivated in travis.
The text was updated successfully, but these errors were encountered: