Geert Bevin <[EMAIL PROTECTED]> writes: >>>> There's nothing to auto-compile: >>> Of course there is: the element implementations. You just don't >>> allow RIFE to access the sources. >> I'm doing RIFE seriously for 1,5 days so I don't know what you >> exactly mean by that and it's perfectly possible that I talk crap. If >> you'd be so nice: A RTFM-link about this? > Last code snippet: > http://rifers.org/wiki/display/RIFE/ > GuideGettingStarted#GuideGettingStarted-sect1startingsimpleapp
Ehm what important part am I missing when I say, that it's regular Java code which gets compiled by IDEA before being copied? >> But again: Is there a way to tell RIFE where to find the sources? > Yes, put them in the class path when RIFE is running. Ok, so extending Resin's classpath should do, right? >> P.S. There's a way to avoid having the files two times in `exploded': >> Don't mark it as Sources and don't call it `resources' which is >> reserved for web resources as CSS etc. >> Add the directory in `Module Settings' -> `Web Module Settings' -> >> `Web Resource Directories' with `/WEB-INF/classes' as `Path Relative >> to Deployment Root'. Works. :) > ... and does IDEA then still provide all the Java source code goodies > to those files? What do you mean? These files ain't Java...XML and HTML only. Elements are under src (`implementation'). > You still haven't answered my question though ... why do you insist in > using IDEA in a way that it copies the files to an 'exploded' > directory? It's clean...I don't like directories clobbered with `.java' and `.class'. Also, doesn't the appserver get confused by project files etc? I simply consider it awkward to edit the `live system'... > What does it give you that you would lose otherwise? Well...it's clean. ;) I can do a `rm -rf exploded' and can be sure to have the latest classes/files etc. It's simply concise. I still hope to get backup from other timezones. ;) -hs _______________________________________________ Rife-users mailing list [email protected] http://lists.uwyn.com/mailman/listinfo/rife-users
