order of dependencies returned by getDependencies(), artifactreport

2011-04-21 Thread Ray Plante
Hi developers, Is there an intended order that can be assumed in the array of dependencies that are returned by ResolveEngine.getDependencies()? I am hoping, for example, that the artifactreport Ant Task returns the dependencies consistently in "directness" order; in particular, I would like t

Re: Log Flushing

2011-04-21 Thread Nicolas Lalevée
Le 21 avr. 2011 à 18:48, Antoine Levy-Lambert a écrit : > I have dived in and committed the code attached to 50507, and also made > flush a no op in LineOrientedOutputStream. See my commits [1] and [2]. > Something does not feel 100% right though. In the second commit I have > tweaked unit tests

Re: Log Flushing

2011-04-21 Thread Antoine Levy-Lambert
I have dived in and committed the code attached to 50507, and also made flush a no op in LineOrientedOutputStream. See my commits [1] and [2]. Something does not feel 100% right though. In the second commit I have tweaked unit tests to deal with some consequences of having made flush a no op. see