Hi Hynek,

Why do you want IDEA to generate a war file for you during development? When you do that you'll miss out on many RIFE facilities with regards to auto-reloading without restarting. Using wars requires you to redeploy it all the time and your development comfort will be much less. You can always generate the jar when you really have to deploy the application.

Best regards,

Geert

On 17 Jul 2006, at 10:29, Hynek Schlawack wrote:

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


--
Geert Bevin
Uwyn "Use what you need" - http://uwyn.com
RIFE Java application framework - http://rifers.org
Music and words - http://gbevin.com


_______________________________________________
Rife-users mailing list
[email protected]
http://lists.uwyn.com/mailman/listinfo/rife-users

Reply via email to