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=23563>.
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=23563

Ant's "record" task use current user dir as the log file's base path





------- Additional Comments From [EMAIL PROTECTED]  2003-10-02 12:19 -------
Confirmed with actual cvs head (1.7alpha) on Win2K, JDK 1.4.2.

Recorder.setName() takes a String as argument not a File. Therefore the 
relative name is kept here.

Recorder.getRecorder() uses that name as argument for getting one from its 
hashtable or creating a new one. After creating the output stream is set by
>>new PrintStream(new FileOutputStream(name))<<. 


I try some modifications.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to