-
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
Latest distribution built with JSweet 1.x #10
Comments
I will close this issue, as I now have my own fork that is updated to the latest JSweet. However, I'll wait until my JSweet PRs have made it into a release and I can PR on this repo also. Also, I'm looking for some guidance about the feasibility of using this library in earnest, since it has been some years since it was under active development. I've already reached out to @renaudpawlak by email, since we have corresponded before. @schaumb I'd love to understand what your goals were when you were active here, and any feedback you can give me about this library and its state of readiness. Please feel free to email me as scott at vorthmann.org. |
Update: I have heard from @renaudpawlak by email, and I feel sure that he won't mind if I share his response:
|
I'm attempting to use this candy in my own JSweet app build. I've managed to get the build to not fail utterly in the first phase, but I get the following warning in the output:
I presume this warning appears because
j4ts-awt-swing
hasn't been recompiled in three years.I'm perfectly happy to rebuild
j4ts-awt-swing
using the latest Maven plugin, but I'm failing after a couple of hours of wrestling with thepom.xml
. I updated the HTTP URLs to HTTPS to make Maven happy, and I tried to find versions of the dependencies that would build. I'd like to contribute an updatedpom.xml
back in a PR, but I'm shooting in the dark a bit, not being a Maven expert.I suspect that I may need to rebuild some other projects like
j4ts-file
, but I've failed on that one, too.Is anyone interested in helping me understand the dependencies a bit more?
The text was updated successfully, but these errors were encountered: