<html><head></head><body bgcolor="#FFFFFF"><div>Hello,</div><div><br></div><div>Can you add the xml docbook documentation and generated readme file? That will make it easier to use and refer to it.</div><div><br></div><div>Cheers,</div><div>Daniel<br><br>Daniel-Constantin Mierla<div><a href="http://www.asipto.com">http://www.asipto.com</a></div></div><div><br>On 14 Mar 2013, at 10:56, Peter Dunkley &lt;<a href="mailto:peter.dunkley@crocodile-rcs.com">peter.dunkley@crocodile-rcs.com</a>&gt; wrote:<br><br></div><div></div><blockquote type="cite"><div>
  
    <meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
  
  
    Excellent,<br>
    <br>
    Thanks,<br>
    <br>
    Peter<br>
    <br>
    <div class="moz-cite-prefix">On 13/03/13 20:47, Konstantin M. wrote:<br>
    </div>
    <blockquote cite="mid:CAEYtTzcVJHQXJHjWo3iajGCYm63BsXTVP_Z5RSEcpyqdw47Btw@mail.gmail.com" type="cite">Hi,<br>
      <br>
      I just made a group for java dependencies.<br>
      Thank you for report. <br>
      <br>
      <div class="gmail_quote">2013/3/13 Peter Dunkley <span dir="ltr">&lt;<a moz-do-not-send="true" href="mailto:peter.dunkley@crocodile-rcs.com" target="_blank">peter.dunkley@crocodile-rcs.com</a>&gt;</span><br>
        <blockquote class="gmail_quote" style="margin:0pt 0pt 0pt
          0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
          <br>
          After this commit app_java seems to be being automatically
          built by my .spec file. &nbsp;Other similar modules (for example,
          app_mono) only build when you explicitly include them or their
          group in the "make cfg" command.<br>
          <br>
          This is now breaking my builds. &nbsp;Can the Makefiles be updated
          so that app_java isn't built and installed by default?<br>
          <br>
          Thanks,<br>
          <br>
          Peter
          <div class="HOEnZb">
            <div class="h5"><br>
              <br>
              On 13/03/13 15:55, Konstantin Mosesov wrote:<br>
              <blockquote class="gmail_quote" style="margin:0pt 0pt 0pt
                0.8ex;border-left:1px solid
                rgb(204,204,204);padding-left:1ex">
                Module: sip-router<br>
                Branch: master<br>
                Commit: c5f47af145e19f11fafc3ca570e994185f33542d<br>
                URL: &nbsp; &nbsp;<a moz-do-not-send="true" href="http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c5f47af145e19f11fafc3ca570e994185f33542d" target="_blank">http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c5f47af145e19f11fafc3ca570e994185f33542d</a><br>
                <br>
                Author: Konstantin Mosesov &lt;<a moz-do-not-send="true" href="mailto:ez@voipgroup.org.ua" target="_blank">ez@voipgroup.org.ua</a>&gt;<br>
                Committer: Konstantin Mosesov &lt;<a moz-do-not-send="true" href="mailto:ez@voipgroup.org.ua" target="_blank">ez@voipgroup.org.ua</a>&gt;<br>
                Date: &nbsp; Wed Mar 13 17:53:54 2013 +0200<br>
                <br>
                modules/app_java &nbsp;- New module app_java: Java Native
                Interface support.<br>
                <br>
                ---<br>
                <br>
                &nbsp; modules/app_java/BUILDING_JAR.TXT &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;| &nbsp;
                54 +<br>
                &nbsp; modules/app_java/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;| &nbsp;
                29 +<br>
                &nbsp; modules/app_java/QUICKSTART.TXT &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;| &nbsp;
                25 +<br>
                &nbsp; modules/app_java/global.h &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;| &nbsp;
                48 +<br>
                &nbsp; modules/app_java/java_iface.c &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|
                &nbsp;284 +++++<br>
                &nbsp; modules/app_java/java_iface.h &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;| &nbsp;
                44 +<br>
                &nbsp; modules/app_java/java_mod.c &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|
                &nbsp;260 +++++<br>
                &nbsp; modules/app_java/java_mod.h &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;| &nbsp;
                30 +<br>
                &nbsp; modules/app_java/java_msgobj.c &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |
                &nbsp;324 ++++++<br>
                &nbsp; modules/app_java/java_msgobj.h &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; | &nbsp;
                34 +<br>
                &nbsp; modules/app_java/java_native_methods.c &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |
                1223 ++++++++++++++++++++<br>
                &nbsp; modules/app_java/java_native_methods.h &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; | &nbsp;
                86 ++<br>
                &nbsp; modules/app_java/java_sig_parser.c &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |
                &nbsp;439 +++++++<br>
                &nbsp; modules/app_java/java_sig_parser.h &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; | &nbsp;
                50 +<br>
                &nbsp; modules/app_java/java_support.c &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|
                &nbsp;207 ++++<br>
                &nbsp; modules/app_java/java_support.h &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;| &nbsp;
                37 +<br>
                &nbsp; .../java-untested/Kamailio.class &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |
                &nbsp;Bin 0 -&gt; 2340 bytes<br>
                &nbsp; .../java-untested/Kamailio.java &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|
                &nbsp;388 +++++++<br>
                &nbsp; .../java-untested/WrappedMethods.java &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;| &nbsp;
                87 ++<br>
                &nbsp; .../kamailio_java_folder/java-untested/build.xml &nbsp; | &nbsp;
                46 +<br>
                &nbsp; .../java-untested/kamailio.jar &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |
                &nbsp;Bin 0 -&gt; 3630 bytes<br>
                &nbsp; .../java-untested/siprouter_src/CoreMethods.java &nbsp; | &nbsp;
                34 +<br>
                &nbsp; .../java-untested/siprouter_src/IPPair.java &nbsp; &nbsp; &nbsp; &nbsp;| &nbsp;
                15 +<br>
                &nbsp; .../siprouter_src/NativeInterface.java &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; | &nbsp;
                46 +<br>
                &nbsp; .../java-untested/siprouter_src/NativeMethods.java | &nbsp;
                22 +<br>
                &nbsp; .../java-untested/siprouter_src/SipMsg.java &nbsp; &nbsp; &nbsp; &nbsp;| &nbsp;
                43 +<br>
                &nbsp; .../kamailio_java_folder/java/Kamailio.class &nbsp; &nbsp; &nbsp; |
                &nbsp;Bin 0 -&gt; 2848 bytes<br>
                &nbsp; .../kamailio_java_folder/java/Kamailio.java &nbsp; &nbsp; &nbsp; &nbsp;|
                &nbsp;130 +++<br>
                &nbsp; .../app_java/kamailio_java_folder/java/build.xml &nbsp; | &nbsp;
                46 +<br>
                &nbsp; .../kamailio_java_folder/java/kamailio.jar &nbsp; &nbsp; &nbsp; &nbsp; |
                &nbsp;Bin 0 -&gt; 3176 bytes<br>
                &nbsp; .../java/siprouter_src/IPPair.java &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; | &nbsp;
                15 +<br>
                &nbsp; .../java/siprouter_src/NativeInterface.java &nbsp; &nbsp; &nbsp; &nbsp;| &nbsp;
                46 +<br>
                &nbsp; .../java/siprouter_src/NativeMethods.java &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;| &nbsp;
                23 +<br>
                &nbsp; .../java/siprouter_src/SipMsg.java &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; | &nbsp;
                43 +<br>
                &nbsp; modules/app_java/utils.c &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |
                &nbsp;137 +++<br>
                &nbsp; modules/app_java/utils.h &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; | &nbsp;
                39 +<br>
                &nbsp; 36 files changed, 4334 insertions(+), 0 deletions(-)<br>
                <br>
                Diff: &nbsp; <a moz-do-not-send="true" href="http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=c5f47af145e19f11fafc3ca570e994185f33542d" target="_blank">http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=c5f47af145e19f11fafc3ca570e994185f33542d</a><br>
                <br>
                _______________________________________________<br>
                sr-dev mailing list<br>
                <a moz-do-not-send="true" href="mailto:sr-dev@lists.sip-router.org" target="_blank">sr-dev@lists.sip-router.org</a><br>
                <a moz-do-not-send="true" href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev" target="_blank">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev</a><br>
              </blockquote>
              <br>
              <br>
              _______________________________________________<br>
              sr-dev mailing list<br>
              <a moz-do-not-send="true" href="mailto:sr-dev@lists.sip-router.org" target="_blank">sr-dev@lists.sip-router.org</a><br>
              <a moz-do-not-send="true" href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev" target="_blank">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev</a><br>
            </div>
          </div>
        </blockquote>
      </div>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
sr-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:sr-dev@lists.sip-router.org">sr-dev@lists.sip-router.org</a>
<a class="moz-txt-link-freetext" href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev</a>
</pre>
    </blockquote>
    <br>
  

</div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>sr-dev mailing list</span><br><span><a href="mailto:sr-dev@lists.sip-router.org">sr-dev@lists.sip-router.org</a></span><br><span><a href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev</a></span><br></div></blockquote></body></html>