Hi, the library is not a runtime dependency. I implemented a "deamonized" Clerezza Service using "Java Service Wrapper" (JSW). Check issue https://issues.apache.org/jira/browse/CLEREZZA-502 for the project.
The launcher-wrapper is completely optional. If it is compiled it creates a JAR that can be used together with JSW libraries and scripts to enable Clerezza to be run as a service on multiple Platforms. Of course a user can just download the JSW binaries himself from http://www.tanukisoftware.organd copy it into the same folder together with with the Clerezza launcher and launcher-wrapper JARs to use this functionality. To wrap up: - Clerezza can be built and run without the library in question. - The service wrapper needs the library and some additional files at runtime. - Currently the wrapper projects contains the libraries and the scripts in the src/resources folder so this is most likely conflicting with the Apache License. But the reason for this is merely convenience. - If we can not supply the libraries in question is there some platform independent solution to make the installation convenient for the user? Best, Daniel On Thu, May 12, 2011 at 6:57 PM, Ross Gardler <[email protected]> wrote: > Is this necessary at build time or an optional runtime? > > If a necessary bundle the. You need to find another solution if an optional > runtime then you can created a Clerezza-extras project over on > http://apache-extras.org and hits it there. > > Ross > > Sent from my mobile device (so please excuse typos) > > On 12 May 2011, at 17:47, Reto Bachmann-Gmuer <[email protected]> > wrote: > > > no, see http://www.apache.org/legal/3party.html. > > > > Cheers, > > Reto > > > > On Thu, May 12, 2011 at 6:28 PM, Hasan Hasan <[email protected]> wrote: > >> Dear Bertrand, all > >> > >> We are developing a bundle that uses a GPL licensed library. We don't > make > >> any changes or extend the library, but just use it. Would this be a > problem > >> if the clerezza svn repo contains this library or should we remove it > from > >> the bundle before uploading the bundle to the svn repo? > >> > >> Cheers > >> Hasan > >> >
