|
From: <no...@so...> - 2001-06-27 14:27:24
|
Bugs item #418838, was opened at 2001-04-25 07:30 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=100588&aid=418838&group_id=588 Category: editor core Group: normal bug >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: John Gellene (jgellene) Assigned to: Nobody/Anonymous (nobody) Summary: File parsing errors on Windows cmd line Initial Comment: jEdit3.1final, JDK1.3.0, Win2K UNC file specs on the command line are being mangled using various command line formats permitted by java.exe syntax. Windows file specs are also being mangled when -jar and -classpath options are both used. The only command line format that works for UNC is to use -jar and not -classpath. That's OK for a workaround but the program's behavior should not depend on a format. If this is a Java bug, jEdit command line documentation should be clarified. Attached is a plain text file containing results of a 25 different runs using permutations of jar, classpath, UNC and Winows file specs. Use of classpath seems to create the most problems. ---------------------------------------------------------------------- >Comment By: John Gellene (jgellene) Date: 2001-06-27 07:27 Message: Logged In: YES user_id=117073 This behavior has not been observed on jEdit3.2pre3, which appears to parse file arguments correctly, so I am closing the report. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=100588&aid=418838&group_id=588 |