in reply to Re^3: Using . in variable name
in thread Using . in variable name
Thank you for all the help again. Here's the code that invokes the script:
system("ant -file japi/test.xml -Dapp1.url=${app1.url} -Dapp2.url=${app2.url}");
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: Using . in variable name
by hippo (Archbishop) on Apr 17, 2015 at 09:36 UTC | |
by Anonymous Monk on Apr 17, 2015 at 09:39 UTC | |
Re^5: Using . in variable name
by Corion (Patriarch) on Apr 17, 2015 at 09:08 UTC |