Skip to content
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

EasyShell does not compile with target platform Eclipse-2018-12 and greater #171

Closed
anb0s opened this issue Feb 16, 2019 · 1 comment
Closed

Comments

@anb0s
Copy link
Owner

anb0s commented Feb 16, 2019

Expected Behavior

EasyShell should compile with target platform Eclipse-2018-12 and greater

Actual Behavior

see: https://travis-ci.org/anb0s/EasyShell/jobs/494185212
error: "The type org.eclipse.swt.widgets.Shell cannot be resolved. It is indirectly referenced from required .class files".

see too: https://bugs.eclipse.org/bugs/show_bug.cgi?id=539656

Reason: Eclipse 2018-12 and greater dropped support of 32bit (x86)

@anb0s anb0s self-assigned this Feb 16, 2019
@anb0s anb0s added this to the v2.2 milestone Feb 16, 2019
anb0s added a commit that referenced this issue Feb 16, 2019
@anb0s
Copy link
Owner Author

anb0s commented Oct 4, 2019

fixed

@anb0s anb0s closed this as completed Oct 4, 2019
anb0s added a commit that referenced this issue Oct 4, 2019
- [x] #173 Change default command for cygwin
- [x] removed some not needed platforms (Eclipse-4.7, 2018-09, 2019-03)
- [x] removed oraclejdk8, because it's not supported by Travis CI
anymore
- [x] updated tycho to 1.4.0
- [x] added Eclipse-2019-09 target platform and set Eclipse-2019-06 as
default
- [x] #172 RFE: Change License to EPL 2.0
- [x] added Eclipse-2019-06 target platform and set Eclipse-2019-03 as
default
- [x] #171 EasyShell does not compile with target platform
Eclipse-2018-12 and greater
- [x] updated tycho to 1.3.0
- [x] set default target platform to Eclipse-2018-12 and added all to
travis
- [x]  updated target platforms 2018-09 - 2019-03
- [x] removed JDK9 & 10 from CI matrix, because we want use only LTS
versions


Signed-off-by: anb0s <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant