I needed TexenTask to have support for <property> and <propertyset>
nested elements so that

<texen ...>
  <property name='...' value='...'/>
  <propertyset .../>
</texen>

would put the referenced properties in the context.

This makes using TexenTask much easier.

I've also added some changes to texen.xml to explain the new
functionality. Notably, Ant property names such as 'ns:a.b.c' become
'$ns_a_b_c' in Velocity.

Please let me know if there are any problems with this patch.

Thanks,
Hilco

P.S. I noticed that '$${ns:a.b.c}' generates a parser error (due to the
':'). Noting the double '$', shouldn't this just show up as literal text
in the generated file, i.e. as '${ns:a.b.c}'?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to