Hi,
We need to develop check in option to connect to integrity using java API in our project.
What are the options I need to pass for check in?
Here is my code for options:
Command cmd = new Command(Command.SI,"ci");
cmd.addOption(new Option("sandbox",""));
cmd.addOption(new Option("cwd",""));
cmd.addSelection("");
I am getting the following error when i run the code: MKS125335: Out of tree members and subprojects (not located in the project directory or a subdirectory of the project directory) are not supported.
With these options and selection I am unable to connect.
Could you please suggest what options do I need to pass for doing checkin? And please let me know what was the error given above.
Your help is most required. Thanks in advance.