The "." in the basedir attribute is relative to the buildfile itself, not
the current directory.
You could access that via ${user.dir} :
BaseDir: ${basedir}
UserDir: ${user.dir}
You can't set that value as basedir because at the time when basedir is set,
the system properties aren't pop
How do i escape white spaces in a config file and not replace them. Like for
example:
C:\Users\Donald\Desktop\Donald
Files\wowchat\proj-sna-vnet-us\liveagent/target/build//starter.exe
There's a space between "Donald" and "Files". What method do i need to put
on my build script to just skip the wh
Hi folks,
my basedir setting doesnt seem to work.
I have the same project I check out to two different locations.
in the second project the basedir setting doesnt seem to work.
Here's what I do:
The result is always:
[echo] *** what's considered basedir before setting it: M:\pa