Return-Path: Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 35850 invoked by uid 500); 5 Jun 2003 11:01:52 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 35839 invoked from network); 5 Jun 2003 11:01:52 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 5 Jun 2003 11:01:52 -0000 Received: (qmail 9109 invoked by uid 50); 5 Jun 2003 11:04:05 -0000 Date: 5 Jun 2003 11:04:05 -0000 Message-ID: <20030605110405.9108.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-05 11:04 ------- Do you think it is OK to change destDir from File to String ? Impact: the VAJUtil interface void exportPackages( File dest, String[] includePatterns, String[] excludePatterns, boolean exportClasses, boolean exportDebugInfo, boolean exportResources, boolean exportSources, boolean useDefaultExcludes, boolean overwrite); would become void exportPackages( String dest, String[] includePatterns, String[] excludePatterns, boolean exportClasses, boolean exportDebugInfo, boolean exportResources, boolean exportSources, boolean useDefaultExcludes, boolean overwrite); this procedure is called from VAJExport and VAJExportServlet, and implemented in VAJLocalUtil and VAJRemoteUtil --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org