GithubHelp home page GithubHelp logo

Comments (9)

jlouvel avatar jlouvel commented on June 13, 2024

Updated title. Travis CI looks like a compelling alternative:
http://about.travis-ci.org/docs/user/ci-environment/

Hosting included and more inline with GitHub.

from restlet-framework-java.

BryanHunt avatar BryanHunt commented on June 13, 2024

I've also been looking at Travis CI. I think when I switch to BndTools, I will give it a try.

from restlet-framework-java.

jlouvel avatar jlouvel commented on June 13, 2024

I just added the Travis configuration and configured the GitHub hook.
https://github.com/restlet/restlet-framework-java/blob/master/.travis.yml

Let's see if the build is triggered and passes:
https://travis-ci.org/restlet/restlet-framework-java

The build duration is limited to 20 minutes, let's see if this is an issue

from restlet-framework-java.

jlouvel avatar jlouvel commented on June 13, 2024

Here is the result of the first build attempt:
https://travis-ci.org/restlet/restlet-framework-java

We now need to fix the test case and see how far we can get. Hopefully, we can ask the Travis team to raise the duration limit if needed....

from restlet-framework-java.

jlouvel avatar jlouvel commented on June 13, 2024

We are still failing due to unit test errors. Also, we get a lot of those warnings in the Ant log:

 [fmpp] Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
 [fmpp] Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
 [fmpp] Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
 [fmpp] Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
 [fmpp] Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.

See the Travis documentation specific to Java:
http://docs.travis-ci.com/user/languages/java/

Currently, we are building using OpenJDK 7 when we should be using OpenJDK 6 for RF 2.2 (and 2.1 as well due to lack of JDK 5 support).

from restlet-framework-java.

jlouvel avatar jlouvel commented on June 13, 2024

Working on this right now, moved to 2.2 RC4

from restlet-framework-java.

jlouvel avatar jlouvel commented on June 13, 2024

Moved to 2.3 M1.

from restlet-framework-java.

jlouvel avatar jlouvel commented on June 13, 2024

Travis CI is now working fine and passed for 2.2 RC4. I did produce a regression with my recent commit.

Also, we want to activate daily snapshots with web site (Restlet.org) publication using our build machine and Jenkins.

Assigned to @thboileau

from restlet-framework-java.

jlouvel avatar jlouvel commented on June 13, 2024

Moved to 2.3 M2 for the Jenkins daily snapshots

from restlet-framework-java.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.