|
|
@@ -194,9 +194,8 @@ public class ExecTask extends Task { |
|
|
|
*/ |
|
|
|
protected void maybeSetResultPropertyValue(int result) { |
|
|
|
String res=Integer.toString(result); |
|
|
|
if(resultProperty!=null |
|
|
|
&& project.getProperty(resultProperty) == null) { |
|
|
|
project.setNewProperty(resultProperty,res); |
|
|
|
if(resultProperty!=null) { |
|
|
|
project.setNewProperty(resultProperty,res); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|