I had a similar problem running "ant". After burning almost a half a day
trying to figure it out, I finally fixed it.
Install the xml-commons-apis package.
:blush:
Harry_ wrote:
>
> Hi,
>
> I have to run some jmeter scripts on ant. But I am getting the following
> error on running the script
Hello Barvaz,
this does not work because the scomp program does not do the expansion of
${GPP_WEB_SERVICES_ROOT}/artefacts/*.wsdl
What you need to do is the following
*
* *
assuming that the number of files is not such that you hit a limit of command
line length (40
Kamran Hameed wrote:
Folks i have two questions
1. I want to check whether an environment variable is defined or not. e-g i
want to check whether the variable JAVA_HOME is set or not. How can i do
that. Currently the way i am doing that is :
Hello Kamram,
here is my suggested solution