RE: Help with replacing tokens for log file name

2004-01-05 Thread Jacob Kjome
Quoting Wendy Smoak <[EMAIL PROTECTED]>: > > From: Ceki Gülcü [mailto:[EMAIL PROTECTED] > > Have you considered using forward slashes? For example: > > c:\\xyz\\foo.bar and c:/xyz/foo.bar should be interpreted as the same > > file even on windows. > > I would... but part of it comes from a system

RE: Help with replacing tokens for log file name

2004-01-05 Thread Wendy Smoak
> From: Ceki Gülcü [mailto:[EMAIL PROTECTED] > Have you considered using forward slashes? For example: > c:\\xyz\\foo.bar and c:/xyz/foo.bar should be interpreted as the same > file even on windows. I would... but part of it comes from a system property and I don't want to have to remember "Oh,

Re: Help with replacing tokens for log file name

2004-01-05 Thread Ceki Gülcü
Have you considered using forward slashes? For example: c:\\xyz\\foo.bar and c:/xyz/foo.bar should be interpreted as the same file even on windows. At 11:30 AM 1/5/2004 -0700, Wendy Smoak wrote: I'm not sure whether this is more Ant or Log4j, so please send me along if I'm not in the right place.

RE: Help with replacing tokens for log file name

2004-01-05 Thread Shapira, Yoav
Howdy, Good question. I don't know the answer, as I have "hard-coded" properties file for development, staging, testing, production, etc. (build.properties files), and then it's much simpler. I do this because I intensely dislike making any aspect of build or deployment dependent on environment