treedl-devel Mailing List for TreeDL (Tree Description Language)
Brought to you by:
all-x
You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
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 > > |
From: Sergey Z. <ze...@is...> - 2007-06-19 06:52:08
|
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. |