That did not help either. > -----Original Message----- > From: Jason van Zyl [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 23, 2003 3:06 PM > To: Turbine Maven Users List > Subject: Re: Need help passing variable.... > > > On Thu, 2003-01-23 at 15:15, Quinton McCombs wrote: > > I am trying to use the Torque plugin and I ham having difficulty > > setting variables that ant will recognize. In the > following example, > > I am attempting to set the variable torque.targetPackage to > the value > > of scheduler.package. > > > > JEXL (the expression package we use in Jelly) gets confused > sometimes by dotted variables. I generally do something like: > > <j:set var="tmp" value="scheduler.package"/> > <j:set var="torque.targetPackage" value="${tmp}"/> > > > -- > 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: > <mailto:turbine-maven-user-> [EMAIL PROTECTED]> > > For additional commands, > e-mail: <mailto:[EMAIL PROTECTED]> > >
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
