On Wed, Jun 25, 2003 at 01:31:39AM +0200, Incze Lajos wrote: > There is a basedir/baseDir mismatch in the recent patch. > > incze >
Other problem:
private String PS = System.getProperty( "path.separator" );
Should be:
private String FS = System.getProperty( "file.separator" );
incze
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
