Re: better support of distribution in build.xml

2004-02-06 Thread Stefan Bodewig
On Fri, 06 Feb 2004, Antoine Lévy-Lambert <[EMAIL PROTECTED]> wrote: > - in the main-distribution target, add : > > that is, remove the distribution > directory in case it was already there. I'd prefer an explicit clean. > add a target sign-distribution > (not a dependency of the other

RE: better support of distribution in build.xml

2004-02-06 Thread Jan . Materne
> - in the main-distribution target, add : > > > that is, remove the distribution directory in case it was > already there. I think deleting that directory should be part of a "clean" target. When doing a dist - should it really be from scratch? > - other change : > > add a target sign-d