2020-06-23 14:10:25
Topic starter
I want to run some load data commands on my dataset in my linux-based installation of ONE. But when I try to do this, I get an error that ant is not found:
[p10pltd@plt-4000-qa3-ui-138 RTVN_Dataset]$ pwd
/one/PLT/plt_latest/datasets/RTVN_Dataset
[p10pltd@plt-4000-qa3-ui-138 RTVN_Dataset]$ ant load-minimal-data
bash: ant: command not found
So how can I access ant from a linux-based install of ONE?
You can setup your environment to make ant available as follows:
cd /one/PLT/plt_latest/setup
. antEnv.sh
Once done, you will see that ant is useable, so you can cd to your dataset and run whatever ant targets are required.