|
|
@@ -78,9 +78,7 @@ public class P4Reopen extends P4Base { |
|
|
|
|
|
|
|
|
public void execute() throws BuildException { |
|
|
public void execute() throws BuildException { |
|
|
if(P4View == null) { |
|
|
if(P4View == null) { |
|
|
if(P4View == null) { |
|
|
|
|
|
throw new BuildException("No view specified to reopen"); |
|
|
throw new BuildException("No view specified to reopen"); |
|
|
} |
|
|
|
|
|
} |
|
|
} |
|
|
execP4Command("-s reopen -c "+toChange+" "+P4View, new SimpleP4OutputHandler(this)); |
|
|
execP4Command("-s reopen -c "+toChange+" "+P4View, new SimpleP4OutputHandler(this)); |
|
|
} |
|
|
} |
|
|
|