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/02/09 05:57:16 UTC

Re: svn commit: r742061 - in /ant/core/trunk: WHATSNEW src/main/org/apache/tools/ant/taskdefs/optional/Rpm.java

On 2009-02-08, <jk...@apache.org> wrote:

> -            toExecute.createArgument().setValue("_topdir" + topDir);
> +            toExecute.createArgument().setValue("_topdir " + topDir);

Might be worth to change that to two separate args and even use
setLocation for the topDir part (not that it would change much).

Stefan

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