oskopek / carcv

CarCV - A car recognizing and speed calculating platform
Apache License 2.0
8 stars 13 forks source link

Travis-CI build sometimes fails to pull some dependencies #4

Closed oskopek closed 10 years ago

oskopek commented 10 years ago

Travis can't seem to pull jasperreports' dependencies when absenting a repository tag:

<repositories>
        <repository>
            <id>JasperReports Maven Repo</id>
            <url>http://jasperreports.sourceforge.net/maven2/</url>
        </repository>
    </repositories>

The ideal scenario would have the repositories tag removed altogether and still pass builds, if possible.

oskopek commented 10 years ago

It sometimes fails to pull jboss repo dependencies too. There seems to be a problem elsewhere. EDIT: The best thing to do just seems to restart the build if it fails because of dependency pull issues, until it goes away.

oskopek commented 10 years ago

I posted on the Travis mailing list, lets keep this one open for now.

oskopek commented 10 years ago

The problem doesn't seem to be on our side, but on sourceforge's, or at Travis, because of their connection overload or a proxy or anything. The repository tag has nothing to do with it. Closing as wontfix for now.

oskopek commented 10 years ago

Reopened as part of #13 and http://stackoverflow.com/questions/20298954/maven-fails-to-pull-dependencies-on-travis-ci-connection-timed-out

oskopek commented 10 years ago

Just added the repository, and closing for now. Works better with it, although still not perfect.

oskopek commented 10 years ago

Fixed with PR #27