I tested this feature after being notified that it worked, and it seems to so far. One thing that I did find interesting is that when loading the gridshell script, it says that the -f option is not implemented
I also noticed that it does not ask the user whether or not it should continue in interactive mode. Is this something yet to be implemented or a bug?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I tested this feature after being notified that it worked, and it seems to so far. One thing that I did find interesting is that when loading the gridshell script, it says that the -f option is not implemented
I also noticed that it does not ask the user whether or not it should continue in interactive mode. Is this something yet to be implemented or a bug?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
-q if this option is specified we quit and to not go into interactive mode
-i if this option is specified, after loading the -f file we qo into interactive mode
by default -i is on
its easy to implement as an "e" could be simply appended when we do -q ;-)
-i and -q can not accour together and it should be checked for it.
this requires some changes in the java code.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The options we implemented were -f and -i.
If -i is specified , then after executing the commands in the file, it goes into interactive mode, and if not , then the program simply exits. So is "-q" really required?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=2107751
Originator: NO
Is this implemented? Because I tried to use this feature (using the gridshell script in trunk directory) and got :
[ERROR] BUILD ERROR
message.
Thanks.
Logged In: YES
user_id=2062992
Originator: NO
I tested this feature after being notified that it worked, and it seems to so far. One thing that I did find interesting is that when loading the gridshell script, it says that the -f option is not implemented
I also noticed that it does not ask the user whether or not it should continue in interactive mode. Is this something yet to be implemented or a bug?
Logged In: YES
user_id=2062992
Originator: NO
I tested this feature after being notified that it worked, and it seems to so far. One thing that I did find interesting is that when loading the gridshell script, it says that the -f option is not implemented
I also noticed that it does not ask the user whether or not it should continue in interactive mode. Is this something yet to be implemented or a bug?
Logged In: YES
user_id=226052
Originator: YES
-q if this option is specified we quit and to not go into interactive mode
-i if this option is specified, after loading the -f file we qo into interactive mode
by default -i is on
its easy to implement as an "e" could be simply appended when we do -q ;-)
-i and -q can not accour together and it should be checked for it.
this requires some changes in the java code.
Logged In: YES
user_id=2107037
Originator: NO
The options we implemented were -f and -i.
If -i is specified , then after executing the commands in the file, it goes into interactive mode, and if not , then the program simply exits. So is "-q" really required?