problems with ivyroundup and oro and 'exclude'

2010-04-21 Thread Alan Chaney
Hi I've been trying to use ivy roundup to get cobertura. This has a dependency upon apache oro. Sadly, the site referenced in the packager file (http://www.urlstructure.com) appears to be dead. So I thought I'd simply exclude oro from the dependency by going: dependency

Re: problems with ivyroundup and oro and 'exclude'

2010-04-21 Thread Archie Cobbs
On Wed, Apr 21, 2010 at 9:30 AM, Alan Chaney a...@writingshow.com wrote: I've been trying to use ivy roundup to get cobertura. This has a dependency upon apache oro. Sadly, the site referenced in the packager file ( http://www.urlstructure.com) appears to be dead. This is not an answer to

RE: problems with ivyroundup and oro and 'exclude'

2010-04-21 Thread Nathan Franzen
I had a similar(?) problem and realized my difficulty was that the ext attribute does not default to *. So I have exclude type=source ext=*/ !-- must specify ext=* or else it defaults to same value as type -- exclude type=javadoc ext=*/ Not sure that this is related to your

Re: problems with ivyroundup and oro and 'exclude'

2010-04-21 Thread Alan Chaney
Hi Nathan Nathan Franzen wrote: I had a similar(?) problem and realized my difficulty was that the ext attribute does not default to *. So I have exclude type=source ext=*/ !-- must specify ext=* or else it defaults to same value as type -- exclude type=javadoc ext=*/

Re: problems with ivyroundup and oro and 'exclude'

2010-04-21 Thread Archie Cobbs
On Wed, Apr 21, 2010 at 1:46 PM, Alan Chaney a...@writingshow.com wrote: Could well be, but as Archie has so promptly fixed the problem in the repository, its difficult to test it! Thanks for the suggestion, though, and I'll try and replicate the problem later. You can still easily test it,