Commit efb5f655 authored by claes's avatar claes

*** empty log message ***

parent 36ed3ddd
......@@ -86,7 +86,7 @@ System.out.println( "qcom put finished");
Cli cli = new Cli( cliTable);
String command = cli.parse( cmd);
if (cli.oddSts()) {
System.out.println("JopSpider1 : " + command);
if ( command.equals("OPEN")) {
if ( cli.qualifierFound("cli_arg1")) {
......@@ -333,6 +333,9 @@ System.out.println( "qcom put finished");
}
}
}
else
System.out.println( "JopSpider: Pasre error " + cli.getStsString());
if ( !local_cmd) {
// Send to xtt
if ( qcom != null) {
......@@ -465,7 +468,6 @@ System.out.println( "JopSpiderCmd start");
// Replace any URL symbol
name = replaceUrlSymbol( session, name);
try {
String url_str;
if ( name.substring(0,5).equals("http:")) {
......
......@@ -86,7 +86,7 @@ System.out.println( "qcom put finished");
Cli cli = new Cli( cliTable);
String command = cli.parse( cmd);
if (cli.oddSts()) {
System.out.println("JopSpider1 : " + command);
if ( command.equals("OPEN")) {
if ( cli.qualifierFound("cli_arg1")) {
......@@ -333,6 +333,9 @@ System.out.println( "qcom put finished");
}
}
}
else
System.out.println( "JopSpider: Pasre error " + cli.getStsString());
if ( !local_cmd) {
// Send to xtt
if ( qcom != null) {
......@@ -465,7 +468,6 @@ System.out.println( "JopSpiderCmd start");
// Replace any URL symbol
name = replaceUrlSymbol( session, name);
try {
String url_str;
if ( name.substring(0,5).equals("http:")) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment