Re: help with build file on unix
On Thu, 23 Oct 2003, Jeff <[EMAIL PROTECTED]> wrote: > What is the best way to handle this such it can run on unix or > windows? Two options: (1) Upgrade to Ant 1.6beta and use instead of entity includes. That way you can use Ant properties to specify the file name. (2) Try to find a relative
help with build file on unix
I have inherited a buildscript which uses UNC in the DOCTYPE of the build file to define shared values. What is the best way to handle this such it can run on unix or windows? --example build.xml - ]>