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
> 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,
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.
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