Ivy bugs

2012-08-17 Thread Danny Yates
Hi, I've just raised a couple of Ivy bugs which strike me as quite serious. They both involve declaring dependencies using the nested element syntax and ending up with either the wrong dependencies delivered or no dependencies at all! https://issues.apache.org/jira/browse/IVY-1369 https://issues

Re: Testlistener Events in JUnit Slows Down Forked Tests in 1.8.x

2010-08-10 Thread Danny Yates
> On 2010-08-10, Danny Yates wrote: > > > Why does the StreamPumper poll like that? > > So it can be interrupted. > > > Surely it should just block reading the InputStream? > > It used to do just that. > > On Windows if a process spawns children (grandchildre

Re: Testlistener Events in JUnit Slows Down Forked Tests in 1.8.x

2010-08-10 Thread Danny Yates
Why does the StreamPumper poll like that? Surely it should just block reading the InputStream? To deal with InterruptedException, you can just do a timed read and test the interrupted flag before looping back to the blocking read. Danny. On 10 August 2010 20:00, Stefan Bodewig wrote: > On 201

Re: [Proposal] Capture attributes in unknown namespaces

2010-06-25 Thread Danny Yates
By the way, if you're interested in taking a look at my work, you can find it here: http://parallel-ant.googlecode.com/svn/trunk/ On 25 June 2010 11:59, Danny Yates wrote: > Yes, I nabbed an alternative logger from a similar project :-) Basically, > it outputs when a target starts

Re: [Proposal] Capture attributes in unknown namespaces

2010-06-25 Thread Danny Yates
ld use some code ;-) > > > > > >Jan > > > >>-Ursprüngliche Nachricht- > >>Von: Dominique Devienne [mailto:ddevie...@gmail.com] > >>Gesendet: Donnerstag, 24. Juni 2010 23:12 > >>An: Ant Developers List > >>Betreff: Re: [Prop

Re: [Proposal] Capture attributes in unknown namespaces

2010-06-24 Thread Danny Yates
On 24 June 2010 20:58, Matt Benson wrote: > Like org.apache.tools.ant.Dynamic*NS? > > -Matt > > On Jun 24, 2010, at 2:50 PM, Danny Yates wrote: > > > Hi guys, > > > > Me again! > > > > I have some more functionality that I'm interested in, b

[Proposal] Capture attributes in unknown namespaces

2010-06-24 Thread Danny Yates
Hi guys, Me again! I have some more functionality that I'm interested in, but I fear it may be quite specific to my requirements, so I thought I'd run it past you all before getting to work on it. I'm developing a custom executor which can execute targets in parallel, and as an extension of that

Re: missing extension-point behaviour

2010-06-23 Thread Danny Yates
: > On Wed, Jun 23, 2010 at 2:17 PM, Danny Yates > wrote: > > [...] > > In essence, you describe the build file which uses "extensionOf" > > importing/including the build file which has the extension-points, but > we're > > trying to work the othe

Re: missing extension-point behaviour

2010-06-23 Thread Danny Yates
So, we have two top-level Ant scripts: build.xml and deploy.xml. Our system consists of a number of services and, right now, details of how to build, package, deploy and start those services is scattered around these files (and a handful of include/macro files too) which makes adding new services a

Re: missing extension-point behaviour

2010-06-23 Thread Danny Yates
That's awesome. Thanks Stefan. I take it this will be in 1.8.2 then? Is there a schedule for release? On 23 June 2010 11:34, Stefan Bodewig wrote: > On 2010-06-22, Danny Yates wrote: > > > OK, so no feedback. Consider this to be me nagging :-) > > Consider me nagged. &g

Re: missing extension-point behaviour

2010-06-22 Thread Danny Yates
OK, so no feedback. Consider this to be me nagging :-) On 21 June 2010 13:37, Stefan Bodewig wrote: > On 2010-06-21, Danny Yates wrote: > > > Anything I can do to assist? > > Wait and answer questions/concerns as they arrise (if they arrise). > > Nag and become annoy

Re: missing extension-point behaviour

2010-06-21 Thread Danny Yates
Thanks Stefan. Anything I can do to assist? Cheers, Danny. On 21 June 2010 07:59, Stefan Bodewig wrote: > On 2010-06-19, Danny Yates wrote: > > > I've made some changes to add an "extension-point-missing" attribute > which > > takes values: > > &

missing extension-point behaviour

2010-06-19 Thread Danny Yates
Hi guys, I'm loving the new 1.8 extension point functionality. I'm working on a project which has multiple deployable components ("services") and has separate build and deploy scripts. I'd like to use extension points to be able to write a single "descriptor" for any given service in order to cen