Hi, I am playing with plugins in Maven and have come across an unexpected issue.
If I include a number in my property names, then I get velocity parse exceptions all over the place. To reproduce, just add a property like my.prop.1=foobar to a default.properties file of one of the plugins. The bootstrap build fails in this case. Also even if you don't include a property in your properties file, but try to reference one in your plugin's build.xml, you also get parse exceptions from Velocity. To work around I had to use my.prop.one=foobar. :-( This a limitation of DVSL or Velocity core? The stack trace deals with the Velocity Parser.java so I don't think I'll go poking around.. -Peter -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
