Verifies the integrety of the projects, as builds are executed immediately after a code change was detected. This plan provides no artifiacts (use a nightly build instead).

Build: #1654 was successful Changes by daryl herzmann <akrherz@iastate.edu>

Code commits

Openfire (master)

  • daryl herzmann <akrherz@iastate.edu>

    daryl herzmann <akrherz@iastate.edu> 480090a2b154eeb35167df5b447a57dab21eb6a5

    Merge pull request #1207 from GregDThomas/OF-546-sip-plugin
    Allow the SIP Phone Plugin to be compiled by Maven.

  • GregDThomas <greg.d.thomas@gmail.com>

    GregDThomas <greg.d.thomas@gmail.com> 782241f2590975eba280d4f4e425848cc9cd35f4 m

    Use a proper dependency in Maven Has the minimal required code changes in order for compilation SIP plugin now correctly loads - but functionality is untested

    • plugins/sip/lib/JainSipApi1.1.jar (version 782241f2590975eba280d4f4e425848cc9cd35f4)
    • plugins/sip/lib/nist-sip-1.2.jar (version 782241f2590975eba280d4f4e425848cc9cd35f4)
    • plugins/sip/pom.xml (version 782241f2590975eba280d4f4e425848cc9cd35f4)
    • plugins/sip/src/java/org/jivesoftware/openfire/sip/tester/stack/SipCommRouter.java (version 782241f2590975eba280d4f4e425848cc9cd35f4)
    • plugins/sip/src/java/org/jivesoftware/openfire/sip/tester/stack/SipManager.java (version 782241f2590975eba280d4f4e425848cc9cd35f4)
    • plugins/sip/src/web/WEB-INF/web.xml (version 782241f2590975eba280d4f4e425848cc9cd35f4)
  • GregDThomas <greg.d.thomas@gmail.com>

    GregDThomas <greg.d.thomas@gmail.com> a0c7ea317ac605ebdc0f97e3a36cb1bc61261949 m

    Allow the SIP Phone Plugin to be compiled by Maven. Note 1: The assembly process does not currently include the JainSipAPI1.1.jar file because it's not a proper dependency. It's therefore necessary to copy this manually in to the expanded lib folder for anything to run Note 2: I've not actually tested this in anyway whatsoever. It does however at least compile, now.

    • plugins/pom.xml (version a0c7ea317ac605ebdc0f97e3a36cb1bc61261949)
    • plugins/sip/pom.xml (version a0c7ea317ac605ebdc0f97e3a36cb1bc61261949)