Andrew Close wrote:
so when i run ANT in debug mode i see the following:
[property] Loading /home/scm/CC_BUILD/projects/RSA/build.properties
[property] Unable to find property file:
/home/scm/CC_BUILD/projects/RSA/build.properties
obviously ANT was able to translate the ${dev.root} property correctly
because the fully qualified path shows up in the output. but for some
reason it is unable to find the file...
1. you can use <loadproperties> which will fail early if the file is
missing; may be useful.
2. this isnt a clearcase filesystem is it?
3. there is something odd going on here, and it has to be the path is
not right, case wrong, or permissions. Linux is used a lot by the ant
developers, and we'd notice if <property file> failed.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]