Hi, I've trouble to get the Intake-Service to run, I followed the howto, then examined my TurbineResources.properties and uncommented the following lines:
. # ------------------------------------------------------------------- # # S E R V I C E S # # ------------------------------------------------------------------- services.IntakeService.classname=org.apache.turbine.services.intake.TurbineIntakeService # ------------------------------------------------------------------- # # P U L L S E R V I C E # # ------------------------------------------------------------------- # These are the properties for the Pull Service, the service # that works in conjuction with the Turbine Pull Model API. # ------------------------------------------------------------------- #these are intake tools. tool.request.om=org.apache.turbine.om.OMTool tool.request.intake=org.apache.turbine.services.intake.IntakeTool # ------------------------------------------------------------------- # # I N T A K E S E R V I C E # # ------------------------------------------------------------------- # The location of the xml file specifying valid inputs # # Example: org.foo.bar.MyClassLoader, org.ack.joe.YourClassLoader # services.IntakeService.xml.path=WEB-INF/conf/intake.xml If I run an "ant init" afterwards, the lines are commented out again. No matter if I run it or not, $intake isn't recognized in my templates, instead it's printed to screen. David --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
