Return-Path: Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Delivered-To: mailing list dev@ant.apache.org Received: (qmail 20854 invoked from network); 4 Jun 2003 10:58:57 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 4 Jun 2003 10:58:57 -0000 Received: (qmail 2615 invoked by uid 50); 4 Jun 2003 11:01:10 -0000 Date: 4 Jun 2003 11:01:10 -0000 Message-ID: <20030604110110.2614.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: dev@ant.apache.org Cc: Subject: DO NOT REPLY [Bug 20457] - VAJRemoteUtil calls getAbsolutePath instead of getPath X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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=20457 VAJRemoteUtil calls getAbsolutePath instead of getPath ------- Additional Comments From levylambert@tiscali-dsl.de 2003-06-04 11:01 ------- I have had a look at the code. I wonder whether the destDir attribute of VAJExport should not be a string, rather than a file anyway, because it is or can be a remote location on a server ? One possibility would be to create a new attribute in VAJExport, which would be of string type, and would supersede destDir if it is defined. destDir would be marked as deprecated. The alternative would be simply to change the type of destDir to String. It would make in the long run cleaner code.