Click Import Project and Select the errigal-reporting project and click ok
Choose Create project from existing sources and click next
Click next to leave the Project Name as default
Click next again
You will then be asked to pick an SDK, ensure you choose 1.7
You will then be asked from the grails version, navigate and find your install of grails 2.2.4, select it and click next
You will then be given a list of detected frameworks, click Finish
Once loaded you should be asked to Configure GWT, click configure then click OK on the next popup
You should now locate the development scripts and run them against your freshly imported Reporting Manager database. If there are no development scripts, run the QA scripts.
Next you will need to locate the grails configuration and click edit, this will be at the top bar of Idea and should be to the right
This will bring up the following box :
In the VM Options enter the following, remember to change the database to your appropriately named database for the Reporting Manager
Click Apply and OK
Ensure grails-app/actionHandlers directory is marked as source root (classes may not be imported correctly otherwise)
Open the Run Grails Command Window in Idea, on Mac this is accomplished via CMD+ALT+G
Enter clean as a command click ok and allow it to finish
Open the Grails command window again and run compile and allow it to finish
Open the Grails command window again and run compile-gwt-modules and allow it to finish
Click Run and the Grails Application should run