Intellij problems
This morning when I started Intellij it told me it couldn't load my modules as there were no .iml files. Funny, as they were there last night when I switched the computer off.
Long story short, I have managed to recreate Mainline with the MAFWeb and MAFTest modules, but try as I might I cannot get the app to start correctly.
Tomcat log shows this:
SEVERE: Error configuring application listener of class com.thomson.tgr.maf.config.NSAContextListener
java.lang.NoClassDefFoundError: com/tlrg/nsa/clientapi/NSAException
but when I pull up the NSAContextListener and click on the import of NSAException it takes me straight to the class, which I can also see is there in the nsaclientapi jar. Sometimes it takes so long to start up the server (copying the files not once but twice) I think success must be around the corner, but no joy.
I have spent quite literally all day on this, and I still haven't succeeded in logging in to the app. I've checked, double checked, deleted and recreated configs, run configs, Ivy, plugins, JiBX - pretty much you name it - all without success.
Moreover, the .iml files are now showing in the Local Changes window (they didn't before).
I'm on Intellij 10.5.
Does anyone have any ideas?