Unable to override system properties with 1.8.2

2011-07-27 Thread Nate Drake
Our build file uses the user.name property to let developers customize property values. We then use -D to override user.name when doing builds for dev/production servers. When using any version of Ant before 1.8.2 this works without issue. With 1.8.2, user.name won't be overridden with what we p

Re: Bug 50894: Invoking multiple targets that share the same dependency to augment a path causes NullPointerException

2011-07-27 Thread Steele, Richard
Yikes, that was fast. Thanks! Rich On Wed, Jul 27, 2011 at 10:27 AM, Stefan Bodewig wrote: > On 2011-07-27, Stefan Bodewig wrote: > > > On 2011-07-27, Stefan Bodewig wrote: > > >> On 2011-07-27, Steele, Richard wrote: > > >>> I keep bumping into the issue I documented in bug > >>> 50894

Re: Question about excludes

2011-07-27 Thread Tim Brown
I think you can use Override to force the transitive dependency to the higher version. http://ant.apache.org/ivy/history/2.0.0/ivyfile/override.html ~Sent from my mobile device. Please pardon any oddities :-) On Jul 27, 2011, at 4:18 AM, David Sills wrote: > All: > > I have a project that has

Re: Bug 50894: Invoking multiple targets that share the same dependency to augment a path causes NullPointerException

2011-07-27 Thread Stefan Bodewig
On 2011-07-27, Stefan Bodewig wrote: > On 2011-07-27, Stefan Bodewig wrote: >> On 2011-07-27, Steele, Richard wrote: >>> I keep bumping into the issue I documented in bug >>> 50894but >>> there's no feedback about it. >> Sorry about that

Re: Bug 50894: Invoking multiple targets that share the same dependency to augment a path causes NullPointerException

2011-07-27 Thread Stefan Bodewig
On 2011-07-27, Stefan Bodewig wrote: > On 2011-07-27, Steele, Richard wrote: >> I keep bumping into the issue I documented in bug >> 50894but >> there's no feedback about it. > Sorry about that Rich. Sometimes we really need a nudge. I'

Re: Bug 50894: Invoking multiple targets that share the same dependency to augment a path causes NullPointerException

2011-07-27 Thread Stefan Bodewig
On 2011-07-27, Steele, Richard wrote: > I keep bumping into the issue I documented in bug > 50894but > there's no feedback about it. Sorry about that Rich. Sometimes we really need a nudge. I'm looking into it. Stefan -

Bug 50894: Invoking multiple targets that share the same dependency to augment a path causes NullPointerException

2011-07-27 Thread Steele, Richard
I keep bumping into the issue I documented in bug 50894but there's no feedback about it. Here's the description: Using this build file: