How do I can specify relative path for command-line parameter "extra" of GWT compiler ? I need it to generate localization files according to this tutorial.
I'm on Windows and using IntelliJ IDEA. When I specify it as "-extra /extout" directory "extout" is being created in c:\extout. I tried to specify it as "-extra ./extout" and extras don't get created at all. I don't get it :( I want extras to be created in some folder of my project directory.
Thanks!