Where does remote deployed test look for its depended plugins [message #60848] |
Mon, 27 March 2006 23:16 |
Eclipse User |
|
|
|
Originally posted by: Joan.He.freescale.com
Hi,
I try to run a test on a remote machine, but I couldn't figure out where
the remote deployed test looks for its depended plugins. It looks to me it
looks for the depended plugins inside the host eclipse on local machine.
Is there a way make the test look for the depended plugins the eclipse on
remote machine, which it is testing?
Thanks,
Joan
|
|
|
|
|
Re: Where does remote deployed test look for its depended plugins [message #61216 is a reply to message #60848] |
Tue, 28 March 2006 16:05 |
Eclipse User |
|
|
|
Originally posted by: cindyjin.ca.ibm.com
Hi Joan:
You can specify the plugins that you want to deploy to the remote
machine by adding "CLASSPATH" variables in GeneralProperties of your
test artifact. You also can specify the directory on remote machine
where you want these plugins to be deployed to by adding the ROOTDIR and
USR_NAME variables in the GeneralProperties of your test location file.
Therefore the plugins will be deployed at ROOTDIR/USR_NAME directory on
remote machine.
Cindy
Joan He wrote:
> Hi,
>
> I try to run a test on a remote machine, but I couldn't figure out where
> the remote deployed test looks for its depended plugins. It looks to me
> it looks for the depended plugins inside the host eclipse on local
> machine. Is there a way make the test look for the depended plugins the
> eclipse on remote machine, which it is testing?
>
> Thanks,
> Joan
>
|
|
|
Re: Where does remote deployed test look for its depended plugins [message #61355 is a reply to message #61000] |
Tue, 28 March 2006 16:52 |
Eclipse User |
|
|
|
Originally posted by: Joan.He.freescale.com
Hi, Paul, Bertrand,
Thanks for your reply. The tests I am running is AGR recorded test with
verification hooks. The verification hooks depend on some plugins. I
wonder if there is any differences between AGR recorded tests and Junit
tests when deploy remotely, because I tried the methods you suggested, it
doesn't work for me.
Thanks,
Joan
|
|
|
|
Powered by
FUDForum. Page generated in 0.03323 seconds