-
Notifications
You must be signed in to change notification settings - Fork 21
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
Build with Eclipse Tycho #58
base: master
Are you sure you want to change the base?
Conversation
Hi, thanks for taking interest in this project! I'm quite new to the Eclipse plugin world and not experienced with Maven and Tycho. Could you please explain what is the benefit of this commit and of issue #57? What does it change regarding
And under what conditions would the newly-added configuration files require updating? |
I originally opened this issue because I wanted to use the IR model serialization in a non-Eclipse (plain Maven) project and thought Tycho would make this possible. As far as I can tell, it does not. I think the purpose of Tycho is to facilitate automated project builds without reliance upon a local Eclipse installation. However, there may be more to it than this. |
There are some usages of method java.lang.String.isEmpty() and java.util.Deque<E> which are available since 1.6.
...otherwise Tycho Surefire plugin complains about missing tests and fails the build.
Fixes issue #57