You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2010/12/30 03:45:19 UTC

DO NOT REPLY [Bug 50531] New: P4Resolve task fails if there are no files to resolve

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: notifications@ant.apache.org
        ReportedBy: Ma3oxuct@gmail.com


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.