You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Marshall Schor (JIRA)" <de...@uima.apache.org> on 2014/01/17 20:00:25 UTC

[jira] [Created] (UIMA-3557) build tooling that runs Ant exec's should fail-on-error

Marshall Schor created UIMA-3557:
------------------------------------

             Summary: build tooling that runs Ant exec's should fail-on-error
                 Key: UIMA-3557
                 URL: https://issues.apache.org/jira/browse/UIMA-3557
             Project: UIMA
          Issue Type: Improvement
          Components: Build, Packaging and Test
    Affects Versions: parent-pom-8
            Reporter: Marshall Schor
            Assignee: Marshall Schor
            Priority: Minor


A release candidate failed to include some .asc signature files.  This was traced to running the build on a machine with a flaky gpg agent.  The Ant <exec> step issued an Error, but the Ant task completed, anyway.   There's a parameter for the ant exec task to fail the build if the exec returns with a "failure" return code.  Hoping that the gpg signing task does return an error code, add the parameter to the exec task to fail the build on gpg signing failure.  Also, look at all other exec tasks to see if it is appropriate to add this to them, too.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)