AW: Target overriding inside imported files.

2008-11-30 Thread Jan.Materne
>I'm working with Eclipse and I have auto generated the >build.xml file. There >is a way to automatically import your own buildfiles by adding > on the top. >My question: ¿Is it possible to override the definition of a >target in order >to specify the dependencies? >Let's say for example: > > > >

Re: Missing class for regex

2008-11-30 Thread Chris
Chris wrote: I'm trying to use the task from ant-contrib. It works fine when I call my ant build script directly, but when I call it indirectly within a Maven/Eclipse environment, I get this error message: build.xml:67: No supported regular expression matcher found: java.lang.ClassNotFoundEx

Missing class for regex

2008-11-30 Thread Chris
I'm trying to use the task from ant-contrib. It works fine when I call my ant build script directly, but when I call it indirectly within a Maven/Eclipse environment, I get this error message: build.xml:67: No supported regular expression matcher found: java.lang.ClassNotFoundException: org.