buildframework/helium/tools/common/java/src/com/nokia/ant/taskdefs/GetValueFromVariableSet.java
changeset 179 d8ac696cc51f
parent 1 be27ed110b50
equal deleted inserted replaced
1:be27ed110b50 179:d8ac696cc51f
    89                     return;
    89                     return;
    90                 }
    90                 }
    91             }
    91             }
    92         }
    92         }
    93 
    93 
    94         throw new BuildException("Could not find '" + name + "' variable.");
    94         //throw new BuildException("Could not find '" + name + "' variable.");
    95     }
    95     }
    96 
    96 
    97 }
    97 }