So, within the directory containing my GWT application, I can type in the console
ant devmode
And it will start up my GWT application as per usual. So far so good.
However, what if wish to specify the port as a dynamic argument when starting devmode. Something conceptually like:
ant devmode port=8821
Or am I supposed to pass in some system variable to GWT? What is the convention for this? Thanks.