I want to add a local java project to my playN project? I am using maven structure for these projects. By adding the local project to the playN project as a maven dependency , I am able to run the java version of the project. But I get Gwt Compile Error when I compile the HTML version.
I have added the local project as inherit in the xml file of HTML project. But that didnt help. It still gave me an error “couldn’t find .gwt.xml
Any thoughts?
Thanks in anticipation..
Got the solution from the following link: link to the answer