Loading in API from load rules xml file
One answer
There are two article on load rules: https://jazz.net/library/article/1015 https://jazz.net/library/article/1016
The latter has some examples of using it from the SCM command-line interface if you want to automate the load using a script.
Does this help?
The latter has some examples of using it from the SCM command-line interface if you want to automate the load using a script.
Does this help?
Comments
No, this does not help me to implement loading from load rule file in the client java API.
I have created a load rule file that I want to use with other sandboxes, and I know how to do that with the CLI.
But I am working from this stand alone java applikation where I am logged in to RTC already. I have tried to execute a script. In this script I have to log in, load sandbox and log out. But it doesn't work if I am logged in in the eclipse client already. This is only a problem when running CLI scripts.