buildframework/helium/tools/common/java/src/com/nokia/ant/taskdefs/GetValueFromVariableSet.java
changeset 179 d8ac696cc51f
parent 1 be27ed110b50
--- a/buildframework/helium/tools/common/java/src/com/nokia/ant/taskdefs/GetValueFromVariableSet.java	Wed Oct 28 14:39:48 2009 +0000
+++ b/buildframework/helium/tools/common/java/src/com/nokia/ant/taskdefs/GetValueFromVariableSet.java	Wed Dec 23 19:29:07 2009 +0200
@@ -91,7 +91,7 @@
             }
         }
 
-        throw new BuildException("Could not find '" + name + "' variable.");
+        //throw new BuildException("Could not find '" + name + "' variable.");
     }
 
 }