Re: Ant complains about non-existing dir that DOES exist

2005-10-05 Thread Dominique Devienne
> with a property file /home/nokeos/testing/cruise/code/build.properties: > ... > plugin.component.browser.dir=${plugin.dir}/com.fpc.nokeos.component.browser > plugin.dir=${basedir}/plugins > ... Make sure you don't have whitespace at the end of the line for the plugin.component.browser.dir proper

Ant complains about non-existing dir that DOES exist

2005-10-04 Thread Nick De Graeve
I have a build file /home/nokeos/testing/cruise/code/test-build.xml: ... ... ... with a property file /home/nokeos/testing/cruise/code/build.properties: ... plugin.component.browser.dir=${plugin.dir}/com.fpc.nokeos.component.browser plugin.dir=${basedir}/plugins ... When I try to run the t