On 22 May 2015, at 10:49, Shivani Mall wrote:
I also had another question. Can a java file in cli project be used in
xtest? I tried doing this, but got errors. Does it have to do with
dependencies?
Yes, if you check the dependencies section in vxquery-xtest/pom.xml you
will see that it depends on apache-vxquery-core, but not on
apache-vxquery-cli.
What are the things you'd like to share between the CLI and XTest?
Cheers,
Till
On Fri, May 22, 2015 at 10:02 AM, Shivani Mall <[email protected]>
wrote:
Exactly, that was the issue. When I went into the directories, I
could not
find it. I do not where did it go or is this path enforced in pom so
that
it finds somewhere else?
And, same was the case when I tried this command on the one I cloned
from
github.
This did not happen to me before though.
Thanks,
Shivani
ᐧ
On Thu, May 21, 2015 at 8:34 PM, Till Westmann <[email protected]>
wrote:
Hi Shivani,
I’m not sure. My first question would be:
Does the file "./vxquery-xtest/target/appassembler/bin/xtest”
exist?
And then
What are its permissions?
Cheers,
Till
On May 21, 2015, at 12:20 PM, Shivani Mall <[email protected]>
wrote:
Hey there,
I am trying to run the XQTS test suite using the following command:
sh ./vxquery-xtest/target/appassembler/bin/xtest -showtet -catalog
vxquery-xtest/test-suite/xqts/XQTSCatalog.xml -htmlreport
/tmp/full_report.html
I am getting this error. Am I missing something?
sh: 0: Can't open ./vxquery-xtest/target/appassembler/bin/xtest
Thanks,
Shivani
ᐧ