I think you only want to run ant init once. After that I typically use ant compile, or ant project-om (to regen the torque layer for changes).
> -----Original Message----- > From: David_Solbach/MR/de/[EMAIL PROTECTED] > [mailto:David_Solbach/MR/de/[EMAIL PROTECTED] > Sent: Friday, October 17, 2003 8:28 AM > To: [EMAIL PROTECTED] > Subject: Intake Service won't run. > > > 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.i > ntake.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] > > > --- > Incoming mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.522 / Virus Database: 320 - Release Date: 9/29/2003 > > --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.522 / Virus Database: 320 - Release Date: 9/29/2003 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
