Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
1.0-beta-3
-
None
Description
This has been hidden by the but I reported in SCM-163. Once that bug is fixed, the perforce update command fails with an NPE if there are updated files. This is because the logger is not set on the ChangeLogCommand. Apply the following change to PerforceUpdateCommand.getChangeLogCommand():
PerforceChangeLogCommand command = new PerforceChangeLogCommand(); command.setLogger(getLogger()); return command;