Page 1 of 1

GWT module breaking admin panel

Posted: Mon Jul 22, 2013 12:50 pm
by jsmith
I did a local install of everything back in March of this year and it was all working fine. I went back to pick it up again today and get this errorwhen I try to launch the admin site:

GWT module 'com.mycompany.gwt.mycompanyAdmin' may need to be (re)compiled



I read on another thread that it could be an issue with calling GWT files in the build file, so I tried commenting out the lines calling GWT files in the build.xml but that did nothing. Anyone know what I'm missing here? Thanks for the help.

Re: GWT module breaking admin panel

Posted: Mon Jul 22, 2013 2:28 pm
by phillipuniverse
Try a full maven reinstall of the entire project, starting from the root.

Re: GWT module breaking admin panel

Posted: Tue Jul 23, 2013 11:50 am
by jsmith
Ended up just downloading and installing 3.0. It works just fine.