Hey guys,
I'm starting a new GWT project and, seeing as how we're on the precipice of GWT 2.8 with JsInterop, I've decided to try to get myself together and upgrade my project and setup. It's a fresh project, but I had a working Eclipse version based on GWT-Views and some OAuth stuff. I've been holding off on doing any UI work to get to Elemental, but have some simple views to facilitate the easy stuff. I purchased Intelli-J 15, updated all my gradle dependencies and tried to import that project. To say that this has not gone smoothly would be an understatement.
I was hoping someone out there had some experience and could answer a couple of questions:
1. If I'm using AppEngine and SDM, do I need to have to separate debug configurations? One for SDM and one for AppEngine? Then start them one after the other?
2. At this point, I can get to /_ah/admin and I can get to the "Compiling..." screen of SDM. It looks like everything compiles correctly, but when it tries to actually load my entry point, nothing happens. There's no source map for my code in Chrome, only the standard library stuff. Also, when I look in the log I see:
Running Codeserver at ... /home/gte619n/.IntelliJIdea15/system/gwt/cms.75073451/cms.9605c5e5/run/www
But then working dir /tmp/gwt-codeserver-2976851721674933708.tmp
But then I see that after compiling it says: Linking into /tmp/gwt-codeserver-2976851721674933708.tmp/com.hs.auto.app.Application/compile-2/war/app
These locations all seem different. is this why my entry point is not loaded?
How should I configure this correctly?
Thanks you for reading and I appreciate any help,
E