On Thu, 23 Aug 2001, Andi Eades <[EMAIL PROTECTED]> wrote:

> ant does not give an error for a non-existant file so i don't know
> if it is the file location or the file itself.

but ut will log a message if run -verbose.

> contents of foo.properties:
> 
> <property name="version.major" value="1" />
> <property name="version.minor" value="4" />

This is not a property file - the format must be

version.major=1
version.minor=4

Stefan

Reply via email to