std::cerr<<"ERROR: At least one specifed path within \""<<m_Parser->GetAttributAsString(m_Parser->GetModulePathKey(),m_Expression)<<"\" is invalid or doesn't exist..."<<std::endl;
std::cerr<<"ERROR: At least one specifed path within \""
* After the attribut key, if the user give several values (expression without \"--\" separated by space), it will automacally be interpreted as a list.
* attribut2_Value
* The module name can be set as the first element of the expression or in the expression with the key --moduleName.
* After the attribut key, if the user give several values (expression
* without \"--\" separated by space), it will automacally be
* interpreted as a list.
* The module name can be set as the first element of the expression
* or in the expression with the key --moduleName.
* The exe path have to be set in with the option --modulePath.
* The exe path have to be set in with the option --modulePath.
*/
*/
...
@@ -52,9 +56,9 @@ class ITK_EXPORT CommandLineLauncher : public itk::Object
...
@@ -52,9 +56,9 @@ class ITK_EXPORT CommandLineLauncher : public itk::Object