You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Stefan Bodewig <bo...@apache.org> on 2009/09/28 10:27:24 UTC

Re: svn commit: r819284 - in /ant/core/trunk: ./ docs/manual/ src/main/org/apache/tools/ant/ src/main/org/apache/tools/ant/taskdefs/ src/main/org/apache/tools/ant/types/

for reasons I don't understand at first glance this commit has broken
quite a few things.

For example the dist-ant failure in Gump can be easily reproduced by
bootstrapping a fresh version of Ant and running the distribution target
in Ant's build file.  This works when using revision 819283 but breaks
with 819284.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


Re: svn commit: r819284 - in /ant/core/trunk: ./ docs/manual/ src/main/org/apache/tools/ant/ src/main/org/apache/tools/ant/taskdefs/ src/main/org/apache/tools/ant/types/

Posted by Nicolas Lalevée <ni...@hibnet.org>.
On Monday 28 September 2009 17:03:38 Stefan Bodewig wrote:
> On 2009-09-28, Stefan Bodewig <bo...@apache.org> wrote:
> > and am working on a fix.
>
> committed

thanks Stefan !
And thank you also for fixing my spell and grammar mistakes ;)

Nicolas

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


Re: svn commit: r819284 - in /ant/core/trunk: ./ docs/manual/ src/main/org/apache/tools/ant/ src/main/org/apache/tools/ant/taskdefs/ src/main/org/apache/tools/ant/types/

Posted by Stefan Bodewig <bo...@apache.org>.
On 2009-09-28, Stefan Bodewig <bo...@apache.org> wrote:

> and am working on a fix.

committed

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


Re: svn commit: r819284 - in /ant/core/trunk: ./ docs/manual/ src/main/org/apache/tools/ant/ src/main/org/apache/tools/ant/taskdefs/ src/main/org/apache/tools/ant/types/

Posted by Stefan Bodewig <bo...@apache.org>.
On 2009-09-28, Stefan Bodewig <bo...@apache.org> wrote:

> for reasons I don't understand at first glance this commit has broken
> quite a few things.

I think I see the problem - ProjectHelperRepository always uses the same
instance of ProjectHelper while each Project instance really requires a
fresh instance (at least if using ProjectHelper2) - and am working on a
fix.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org