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
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
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
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
>
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
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 -
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