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 <import> instead of entity includes. That way you can use Ant properties to specify the file name. (2) Try to find a relative path that works for both. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
