BeforeStories.xml can be zero length ( causing xUnit to fail a Jenkins job )
----------------------------------------------------------------------------

                 Key: JBEHAVE-585
                 URL: https://jira.codehaus.org/browse/JBEHAVE-585
             Project: JBehave
          Issue Type: Bug
          Components: Core
            Reporter: Paul Hammant
            Priority: Minor
             Fix For: 3.5


Never fear, the following can fix it so that the Jenkins job can complete:

   find $WORKSPACE/project/target/jbehave -maxdepth 1 -type f -size 0 -exec rm 
-f {} \;

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to