Denis wrote:
> Don't know exactly where these patterns come from, but to me, they are
> ant-like:
> http://ant.apache.org/manual/dirtasks.html#patterns
> 
> I thought ui was the base directory for your HttpUnit tests.
> 
> So, with this directory structure, exclusion pattern should 
> be something
> like:
> **/ui/**

Thanks, this did the job! I tried a **/ui/*.* as well which did not work.
Why did the Ant guys had to invent their own expression language anyway when
there is regex around? ;)

Thanks again for the fast and helpful replies!

Cheers
Nick


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to