Re: Ant: create file if none exists
You can also look at the task (part of the ant-contrib project in SourceForge) which along with the standard condition tasks will allow you to do the following --- Douglas Kramer <[EMAIL PROTECTED]> wrote: > Found "
Re: Ant: create file if none exists
Found "unless" attribute of target. This simpler version works if ${MYFILE} resource is a file or directory, but fails if a symlink (which is what I devised this for). Am bummed out. -Doug Douglas Kramer wrote: Okay, try again. Need to create a file (actually a symli