DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18128>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18128 Dependset srcfileset does not handle absolute path ------- Additional Comments From [EMAIL PROTECTED] 2003-03-19 17:00 ------- I had already tried this, but I tried it again just to be sure, and no that doesn't work either. The filename is actually created as an enviroment variable which is passed into a property using the location parameter, which creates an absolute path to the file location, if the env variable is relative. <property name="buildPropsFile" location="${localEnv.BUILD_PROPS_FILE}" /> Then I was trying to use it as follows: <dependset> <srcfileset dir="/" includes="${buildPropsFile}" /> <targetfileset dir="${build.ejb}" includes="${messageTempFile}" /> </dependset> So the filename is really system independent. I reported the problem without the property setting because it is easier to test that way. <include name="${buildPropsFile}" />
