Re: Patch for Maven Torque Plugin

2003-07-10 Thread Mark H. Wilkinson
On Thu, 2003-07-10 at 08:57, Martin Skopp wrote: > On Wed, 2003-07-09 at 15:14, Jason van Zyl wrote: > > > property names in maven (at least up to b9, don't know about b10) must > > > not contain "-". The torque plugin unfortunately contains two of these > > > which are promptly interpreted by jell

Re: Patch for Maven Torque Plugin

2003-07-10 Thread Daniel Rall
Jason applied Henning's patch on the 9th. Thank Jason! - Dan Henning Schmiedehausen <[EMAIL PROTECTED]> writes: > Hi, > > to whom it may concern: > > property names in maven (at least up to b9, don't know about b10) must > not contain "-". The torque plugin unfortunately contains two of thes

Re: Patch for Maven Torque Plugin

2003-07-10 Thread Jason van Zyl
On Thu, 2003-07-10 at 03:57, Martin Skopp wrote: > On Wed, 2003-07-09 at 15:14, Jason van Zyl wrote: > > > property names in maven (at least up to b9, don't know about b10) must > > > not contain "-". The torque plugin unfortunately contains two of these > > > which are promptly interpreted by jell

Re: Patch for Maven Torque Plugin

2003-07-10 Thread Martin Skopp
On Wed, 2003-07-09 at 15:14, Jason van Zyl wrote: > > property names in maven (at least up to b9, don't know about b10) must > > not contain "-". The torque plugin unfortunately contains two of these > > which are promptly interpreted by jelly as .foo - bar.yyy instead > > of .foo-bar.yyy >

Re: Patch for Maven Torque Plugin

2003-07-09 Thread Henning P. Schmiedehausen
Jason van Zyl <[EMAIL PROTECTED]> writes: >> Please apply the attached patch to the torque plugin, which fixes this. >Done. Thanks. Regards Henning -- Dipl.-Inf. (Univ.) Henning P. Schmiedehausen INTERMETA GmbH [EMAIL PROTECTED]+49 9131 50 654 0 http

Re: Patch for Maven Torque Plugin

2003-07-09 Thread Jason van Zyl
On Wed, 2003-07-09 at 08:49, Henning Schmiedehausen wrote: > Hi, > > to whom it may concern: > > property names in maven (at least up to b9, don't know about b10) must > not contain "-". The torque plugin unfortunately contains two of these > which are promptly interpreted by jelly as .foo -

Patch for Maven Torque Plugin

2003-07-09 Thread Henning Schmiedehausen
Hi, to whom it may concern: property names in maven (at least up to b9, don't know about b10) must not contain "-". The torque plugin unfortunately contains two of these which are promptly interpreted by jelly as .foo - bar.yyy instead of .foo-bar.yyy Please apply the attached patch to t