Re: taglib build broken?

2005-11-17 Thread Laurie Harper
Wendy Smoak wrote: On 11/17/05, Laurie Harper <[EMAIL PROTECTED]> wrote: Hmm. The class it's failing to find a method on is s Commons Validator class though, isn't it? At any rate, I've tried 'maven clean java:compile jar' in core/ (as well as 'maven multiproject:clean' in build/) and I still ge

Re: taglib build broken?

2005-11-17 Thread Wendy Smoak
On 11/17/05, Laurie Harper <[EMAIL PROTECTED]> wrote: > Hmm. The class it's failing to find a method on is s Commons Validator > class though, isn't it? At any rate, I've tried 'maven clean > java:compile jar' in core/ (as well as 'maven multiproject:clean' in > build/) and I still get the failure

Re: taglib build broken?

2005-11-17 Thread Laurie Harper
Wendy Smoak wrote: On 11/17/05, Laurie Harper <[EMAIL PROTECTED]> wrote: I'm not sure if this is something I'm doing wrong or a problem in the code; I confirmed via 'maven --debug java:compile' that the right Commons Validator jar (1.2.0) is being used but I'm getting a compile error. Is this s

Re: taglib build broken?

2005-11-17 Thread Wendy Smoak
On 11/17/05, Laurie Harper <[EMAIL PROTECTED]> wrote: > I'm not sure if this is something I'm doing wrong or a problem in the > code; I confirmed via 'maven --debug java:compile' that the right > Commons Validator jar (1.2.0) is being used but I'm getting a compile > error. Is this something that w

taglib build broken?

2005-11-17 Thread Laurie Harper
I'm not sure if this is something I'm doing wrong or a problem in the code; I confirmed via 'maven --debug java:compile' that the right Commons Validator jar (1.2.0) is being used but I'm getting a compile error. Is this something that was missed in the upgrade to validator 1.2.0 maybe? $ mav