https://issues.apache.org/bugzilla/show_bug.cgi?id=50531
Summary: P4Resolve task fails if there are no files to resolve
Product: Ant
Version: 1.7.1
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Optional SCM tasks
AssignedTo: [email protected]
ReportedBy: [email protected]
I have the following in a target:
<p4resolve view="../..." resolvemode="automatic"/>
When this task is run, the following error is returned:
error: ../... - no file(s) to resolve.
I have to add failonerror="false" to the task to get it to pass, which isn't
acceptable for my use case because I only want p4resolve to fail if it can't
resolve conflicting changes.
Desired behavior: If there are no files to resolve, the task should succeed.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.