DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=30728>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=30728 Recorder doesnt recieve the proper taskFinished event ------- Additional Comments From [EMAIL PROTECTED] 2004-09-21 10:16 ------- -debug doesn't affect <record>, you need to set the task's logLevel attribute. You may be having the same problem that I stumbled upon. <record>'s name is relative to your current working directory, while <echo>, <concat> and <loadfile> use the project's basedir. In my first tests, the two have not been the same and thus <record> has been writing to a different file than loadfile was reading back in. Making sure both directories are the same "fixes" the problem. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]