lgrignon / jsweet-jaxrs-server-example

JSweet + JAX-RS / Jersey + Knockout JS server (use with the Ionic tutorial as client)
1 stars 0 forks source link

Stale versions in pom.xml #1

Open vorth opened 4 years ago

vorth commented 4 years ago

This project won't build with Maven... cannot find version 1.1.0-SNAPSHOT of the jsweet-transpiler.

lgrignon commented 4 years ago

Hey @vorth Thanks for noting it! This repo is indeed not up to date. Would you be interested in updating it to JSweet 2? As far as I can see, it's really not a big deal. I won't have time in the next days to do it, but I would be glad to review / merge a PR for this if you are interested.

Thanks again, have a nice day

lgrignon commented 4 years ago

I think the main point would be to change the version in pom.xml and transpile to check that generated TS is as expected.

vorth commented 4 years ago

Sorry @lgrignon, I'm finding enough challenge using JSweet in my own project. I did make some attempt at updating the pom.xml, but quickly got out of my depth.