|
@@ -142,6 +142,7 @@ public class Input extends Task { |
|
|
&& getProject().getProperty(addproperty) != null) { |
|
|
&& getProject().getProperty(addproperty) != null) { |
|
|
log("skipping " + getTaskName() + " as property " + addproperty |
|
|
log("skipping " + getTaskName() + " as property " + addproperty |
|
|
+ " has already been set."); |
|
|
+ " has already been set."); |
|
|
|
|
|
return; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
InputRequest request = null; |
|
|
InputRequest request = null; |
|
@@ -164,4 +165,4 @@ public class Input extends Task { |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
} |