-
Notifications
You must be signed in to change notification settings - Fork 3
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
Does it exist in a maven repo? #1
Comments
Hi, Now, if this is a problem for you, you may want to check the original project (which is now located here: https://github.com/coconutpalm/XScalaWT) but it's built with Maven only (no sbt). That being said, I haven't touched this project for a while and I don't even know if it still compiles with the latest Eclipse libraries, SBT and scala version (2.11). |
Thanks very much for the offer to help - I'll see if I can get it to build On Tue, Dec 1, 2015 at 4:30 AM, ozeebee [email protected] wrote:
Brandon Barker |
I gave it a good try today, but I'm a bit in over my depth in understanding the (Ivy?) conflicts; I tried to use sbt's Mostly, I tried disabling some of your external dependencies just so I could open the project in IntelliJ, but I also tried updating a some of the dependencies (mainly Scala), and adding some new resolvers for SWT: https://github.com/bbarker/ozb-xscalawt/tree/build_test I guess the only thing there that will be of help may be the few minutes you save in googling for jface/swt resolvers. |
I have tried to quickly upgrade all the tools used (scala 2.11.7 with sbt 0.13.9) but it failed just as I was afraid it would.
|
Several minor comments for option 3:
In addition to maven central, did you see the other maven repos I
On Thu, Dec 3, 2015 at 9:30 AM, ozeebee [email protected] wrote:
Brandon Barker |
I have checked your repositories, unfortunately the first one contains only SWT libs while the latter hasn't been updated since 2013. I'll try to fix the build for scala 2.11/sbt 0.13 |
Hi, I've just refreshed the project so that it's now compatible with latest scala (2.11.7) and sbt (0.13.9) versions (there are still a lot of warnings due to deprecated code but at least it compiles). |
Excellent! I gave it a try, and IntelliJ seems happy with it. However, the large project I'm working on currently uses Maven, and I just finished converting 5000 loc (Java) to Scala, so need to get back to doing productive work (i.e. adding features) for a few days before figuring out how to get Tycho appropriately set up. When I do, I'll try to send an example config based on your example project for other people as clueless as me - which may be just me in the future ;). |
Hi,
I saw that dependency info was listed in the Readme but it wasn't clear to me if or where it has been published (I assume not in maven central unless I'm doing something very sill, which is possible).
Thanks,
The text was updated successfully, but these errors were encountered: