Re: [TreeDL-devel] BUG: file delimeter in 'treedl.check.source.path' property
Brought to you by:
all-x
|
From: Alexey D. <de...@is...> - 2007-06-19 10:33:51
|
Hi, The only solution I see is to use separate configurations depending on OS type. Regards, Alexey Sergey Zelenov wrote: > Hello! > > > There is the following problem. > Suppose that the property file contains a line like this: > > treedl.check.source.path = dir1;dir2 > > Then the checker works well on Windows, but fails on Unix, > since on Unix, the correct value of the property is > > treedl.check.source.path = dir1:dir2 > > (the file delimeter ";" must be replaced with ":")! > > > Any suggestions? > > > Best regards, > Sergey Zelenov. > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > TreeDL-devel mailing list > Tre...@li... > https://lists.sourceforge.net/lists/listinfo/treedl-devel > > |