I would like to do two changes in build.xml of ant :
- in the main-distribution target, add :
<delete dir="${dist.base}"/> that is, remove the distribution directory in case it was already there.
Is this OK or are there some builds of guys who set dist.base to a directory where they collect the tar files of - say - all open source softwares ?
- other change :
add a target sign-distribution (not a dependency of the other targets)
just to avoid hacking a shell script every time.
Antoine
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]