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=7325>. 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=7325 uptodate task mergemap directory rooting problem ------- Additional Comments From [EMAIL PROTECTED] 2002-03-22 19:31 ------- yes, it failed with the code you recommended, here is an updated build section: <property name="build.dir" location="./build" /> <property name="classes.dir" location="${build.dir}/classes" /> <property name="config.dir" location="./config" /> <uptodate property="jar.notRequired" > <srcfiles dir="${classes.dir}" includes="**/*.java"/> <mapper type="merge" to="${build.dir}/application.jar"/> </uptodate> While it sure seems that it should be putting an absolute path (D:\project\build\application.jar) into the mapper, what seems to be happening is that the mapper is appending its "to" to the srcfiles's "dir" (D:\project\build\classes\D:\project\build\application.jar). I don't know why this would happen, but it is what is shown when I run the target with "-verbose". -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
