gwtproject / gwt-site

Sources of the pages of the gwtproject.org website.
150 stars 333 forks source link

RefJreEmulation doc need update for GWT 2.9 #305

Open dcheung2 opened 4 years ago

dcheung2 commented 4 years ago

http://www.gwtproject.org/doc/latest/RefJreEmulation.html The page itself is unclear which version 2.8 or 2.9 is on the doc.

https://github.com/gwtproject/gwt-site/blob/master/src/main/markdown/doc/latest/RefJreEmulation.md The git log show it should be 2.8.2.

niloc132 commented 4 years ago

Thanks - I have a PR in progress to update this.

That said, the changes are very minimal in GWT itself, only the JRE emul will see changes - please see https://github.com/gwtproject/gwt-site/pull/302/files#diff-4480d69e2df165533008c1e91e86449f for the update.

I'll get this wrapped up tomorrow.

dcheung2 commented 4 years ago

Could you add a link or something to the site to clarify which version it is ? with a link point to old version

2.9 still too new and I guess most people are still in 2.8 if not 2.7.

niloc132 commented 4 years ago

GWT 2.8.2 is three years old - at present (as it has been since at least the project was open sourced), the only version which is supported is the latest - the project doesn't offer support for old builds.

If you want to see what emulation is present in a specific version, check out that version in git, and run ant doc to get the build/out/doc/emul-ezt/fragment.html file, which contains the emulation as of that release.