On Mon, 2003-02-24 at 09:18, Age Mooy wrote: > Hi, > > I guess this is currently the best mailing list for Summit/Plexus issues... > > I found a tiny typo in the test-conf/plexus.conf file while checking out > Summit. Here's the patch:
Don't send this here, there is a plexus-dev list: http://lists.werken.com/mailman/listinfo/plexus-dev > Age > > > > Index: summit/src/test-conf/plexus.xml > =================================================================== > RCS file: > /cvsroot/plexus/plexus-components/summit/src/test-conf/plexus.xml,v > retrieving revision 1.3 > diff -u -r1.3 plexus.xml > --- summit/src/test-conf/plexus.xml 18 Feb 2003 01:03:51 -0000 1.3 > +++ summit/src/test-conf/plexus.xml 24 Feb 2003 15:18:57 -0000 > @@ -39,7 +39,7 @@ > <configuration> > <properties> > <property name="resource.loader" value="file"/> > - <property name="rile.resource.loader.class" > value="org.apache.velocity.runtime.resource.loader.FileResourceLoader"/> > + <property name="file.resource.loader.class" > value="org.apache.velocity.runtime.resource.loader.FileResourceLoader"/> > <property name="file.resource.loader.path" > value="${plexus.home}/application-views/summit-demo/templates/"/> > <property name="file.resource.loader.cache " > value="false"/> > <property name="runtime.log.logsystem.class" > value="org.apache.plexus.velocity.CommonsLoggingSystem"/> > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- jvz. Jason van Zyl [EMAIL PROTECTED] http://tambora.zenplex.org In short, man creates for himself a new religion of a rational and technical order to justify his work and to be justified in it. -- Jacques Ellul, The Technological Society --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
