Re: [Rife-users] Proposal for a new feature

2006-02-10 Thread Geert Bevin
Hi Eddy, you can compile all the templates before running your application and even just package the resulting class files. Look at the precompile task in the build.xml file of the Jumpstart. The XML is not 'pre-scannable', but it shouldn't be that hard to add using the existing code. Act

[Rife-users] Proposal for a new feature

2006-02-10 Thread Eddy Young
Hi, The only problem I currently experience when developing with RIFE is that errors are only caught at runtime, especially those related to templates and the XML configuration. It would be great if there was a mechanism available (possibly as an Ant task) that "pre-processes" the XML and te