Displaying 2 results from an estimated 2 matches for "dbasedir".
Did you mean:
basedir
2015 Sep 23
2
Help with systemd
On 9/23/2015 2:58 PM, Jonathan Billings wrote:
> 1.) why 'cd /greenstone/gs3 && ant start' when you could just run
> '/greenstone/gs3/ant start'.
thats *not* equivalent, unless ant is in /greenstone/gs3 *and* . is in
the path, and even then, ant looks for build.xml in the current path
when its invoked, so the cd /path/to/build/ is appropriate.
--
john r
2015 Sep 23
0
Help with systemd
...s in /greenstone/gs3 *and* . is in
> the path, and even then, ant looks for build.xml in the current path
> when its invoked, so the cd /path/to/build/ is appropriate.
Mind you I only work with ant very rarely but what should work is this:
/path/to/ant -buildfile /greenstone/gs3/build,xml -Dbasedir=/greenstone/gs3
Regards,
Dennis