Hi, I'm trying to add a RIFE interface to an existing project. My IDE of choice is IntelliJ IDEA 5.1 and it gives me a bit headaches so I wanted to ask, whether someone has made already positive experiences with it.
I definitely don't want (and can't) squash existing code into the JumpStart so I'll have to grok the principles at least a bit. My current biggest problem is that IDEA copies all my `rep', `sites' and `template' directory flatly into `exploded/WEB-INF/classes' (ie. there is no `exploded/WEB-INF/classes/rep'. Is there a way to tell IDEA to preserve the paths? The JumpStart doesn't solve this problem too as it seems. It starts Jetty with `-Djetty.home=. -Drife.webapp.path=../src:../build/classes:../lib'. Even in jumpstart, there is no `rep' etc. in `../build/classes' so the paths are set to take the src directory in account. I'd like IDEA to spit out a `.war' without having to use ant...but the war is accordingly to `exploded/' unusable... Any hints anyone? TIA, -hs _______________________________________________ Rife-users mailing list [email protected] http://lists.uwyn.com/mailman/listinfo/rife-users
