Thanks. I had been trying various combinations of "value" and "line" without success. Digging further it turned out that the snapshot jars were working but the ones that weren't working were ones I'd built from source. I eventually got the latest source working, but, unfortunately I didn't do a good job isolating the changes so am not 100% which fixed it and have spent enough time on it that I'm just going to roll forward :) Things I changed included how I passed in sourceLevel using <arg value> and <arg line>, also to switch from building GWT/master using buildonly to dist-dev.
If I go back to isolate the change that's making it work I'll report back to this thread.
Thanks for your help.
Cheers,
James
On Tue, Apr 7, 2015 at 8:51 PM Jens <jens.nehlmeier@gmail.com> wrote:
-- Thanks. I'm using ant with some custom build targets and passing in sourceLevel using <arg line="-sourceLevel 1.8" />.I think you must use <arg value="-sourceLevel 1.8" />When using "line" it means you have two parameters "-sourceLevel" and "1.8".---- J.
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment