<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;}
pre
        {mso-style-priority:99;
        mso-style-link:"Préformaté HTML Car";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
span.PrformatHTMLCar
        {mso-style-name:"Préformaté HTML Car";
        mso-style-priority:99;
        mso-style-link:"Préformaté HTML";
        font-family:"Courier New";
        mso-fareast-language:FR;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="FR" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p class="MsoNormal">Hello everybody, <o:p></o:p></p>
<p class="MsoNormal">                <span lang="EN-US">I’m developing a document generator based on LibreOffice API for the software Eclipse Papyrus (under EPL V2 (Eclipse Public License V2 )). As LibreOffice API is not under EPL license, the Eclipse Foundation
 has a process to allow me to use this API. Eclipse is checking the license compatibility and checks the source code too.
<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">In order to do that, I provided to Eclipse several jar sources (Unoil, juh, ridl, …). Unfortunately, there is problem with
<a href="https://repo1.maven.org/maven2/org/libreoffice/unoil/5.4.2/unoil-5.4.2-sources.jar">
https://repo1.maven.org/maven2/org/libreoffice/unoil/5.4.2/unoil-5.4.2-sources.jar</a> , the jar is empty.
<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Initially my question would be : “Does someone know, how I can get easily the source of the unoil jar ? “<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">But after checking on Internet, I found this page for OpenOffice:
<a href="https://wiki.openoffice.org/wiki/Uno/Java/MavenBundles">https://wiki.openoffice.org/wiki/Uno/Java/MavenBundles</a>  were it is written:
<o:p></o:p></span></p>
<p style="margin-left:35.4pt"><span lang="EN-US">The Maven Repository requires a sources and javadoc jar even if they are empty. We need to include a README file to explain this. The contents of the README file for unoil should contain:<br>
No Java source files or Javadocs exist for the UNO Interface Library.<br>
unoil.jar is built from class files generated from IDL files during a complete build of Apache OpenOffice.<br>
The IDL documentation can be found here:<br>
</span><a href="http://www.openoffice.org/api/docs/common/ref/com/sun/star/module-ix.html"><span lang="EN-US">http://www.openoffice.org/api/docs/common/ref/com/sun/star/module-ix.html</span></a><span lang="EN-US"><o:p></o:p></span></p>
<p style="margin-left:35.4pt"><span lang="EN-US">Create the empty jar files from <target> directory<o:p></o:p></span></p>
<pre style="margin-left:35.4pt"><span lang="EN-US">jar cvfM unoil-4.1.2-sources.jar META-INF/LICENSE META-INF/NOTICE META-INF/README<o:p></o:p></span></pre>
<pre style="margin-left:35.4pt"><span lang="EN-US">jar cvfM unoil-4.1.2-javadoc.jar META-INF/LICENSE META-INF/NOTICE META-INF/README<o:p></o:p></span></pre>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">So, there is no real jar source for it, only idl files. Right ?
<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">So, I would try to provide these idl files to Eclipse. Please could you confirm me that all contents of unoil.jar comes from the offapi folder of the git
<a href="http://anongit.freedesktop.org/git/libreoffice/core.git">http://anongit.freedesktop.org/git/libreoffice/core.git</a> .<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Do you know which branch I must use to get the idl file used to generate unoil-5.4.2 ?
<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Thank you very much<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Regards, <o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:10.0pt;font-family:"Arial",sans-serif;mso-fareast-language:FR">--
</span><span lang="EN-US" style="mso-fareast-language:FR"><o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:10.0pt;font-family:"Arial",sans-serif;mso-fareast-language:FR">Vincent LORENZO</span><span lang="EN-US" style="mso-fareast-language:FR"><o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:10.0pt;font-family:"Arial",sans-serif;mso-fareast-language:FR">01-69-08-17-24</span><span lang="EN-US" style="mso-fareast-language:FR"><o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="mso-fareast-language:FR">CEA Saclay Nano-INNOV<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="mso-fareast-language:FR">Institut CARNOT CEA LIST<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="mso-fareast-language:FR">Point Courrier n° 174<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="mso-fareast-language:FR">91 191 Gif sur Yvette CEDEX<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
</div>
</body>
</html>