-
Notifications
You must be signed in to change notification settings - Fork 98
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
Include incubation feature in setup #546
Conversation
The build are failing like for this PR for me locally as well. I think it needs version changes like this: What I hope to get working is a local launch configuration for the Tycho build like this: If I get that working, I can better determine which projects are build built and should be in the workspace and then eventually automating the publishing of update sites like I've done for other projects, most recently for GEF Classic... |
...dgets.datechooser/src/org/eclipse/nebula/widgets/datechooser/DateChooserObservableValue.java
Outdated
Show resolved
Hide resolved
f9a3566
to
0535601
Compare
@merks I've fixed the build. Can you please rebase and keep me informed ? |
FYI, I'm out of office until Friday. Hopefully I'll have time then. |
0535601
to
e7ec3f2
Compare
I think I have some mistaken conceptions about what should be in the target platform... I can't look at this further until I'm back. |
Use Realm.getDefault rather than SWTObservables.getRealm. Accommodate generates in generics in GEF. eclipse#527
e7ec3f2
to
f96e243
Compare
Okay, last try for today. I was able to do both builds locally now... |
This can be merged and then I can look again at how we might improve the production of update sites... |
Wonderful, thanks Ed. |
Is it easier for you if we make you a committer? |
Yes, that would allow me to prototype everything without bothering you folks nearly as much... |
Thank you Ed. You deserve to be a commiter. I'm gonna submit the request. |
Use DisplayRealm.getReal rather than SWTObservables.getRealm. Accommodate generates in generics in GEF.
#527