Hi,

My results:

* Build is OK
* Stable Launcher works as expected
* Full Launcher
     * Entityhub: OK
     * Enhancer: OK
     * Other components not tested

* RAT: Not successful

The refactor reported missing licenses for 

* all *.bin files (OpenNLP models) 
* the test.odf used in the TikaEngineTest
* DEPENDENCIES
* DEPENDENCIES-BY-LICENSE

Adding the following exclusion fixed the problem for me

                <exclude>**/*.bin</exclude> <!-- Open NLP model extensin -->
                <exclude>**/test/**/*.odt</exclude>
                <exclude>DEPENDENCIES</exclude>
                <exclude>DEPENDENCIES-BY-LICENSE</exclude>

Note that:

* OpenNLP models are not in the SVN nor included within the source release but 
downloaded as part of the build process.
* The license of the text.odf is defined in 
enhancer/engines/tika/src/test/resources/README

because of that I conclude that this is only an issue with the excludes and NOT 
with the license of those files

best
Rupert

On 20.03.2012, at 08:57, Fabian Christ wrote:

> Hello,
> 
> so far nobody has responded to this thread. Please, have a look, check
> the release bundle, and vote. If you need more information, don't
> hesitate to ask.
> 
> Best,
> - Fabian
> 
> Am 16. März 2012 17:11 schrieb Fabian Christ <[email protected]>:
>> Hi,
>> 
>> This is the first official source release of Apache Stanbol
>> (incubating). After over one year of development the community is
>> proud to finally presents its first release.
>> 
>> Please vote for releasing
>> Apache Stanbol 0.9.0-incubating RC3
>> 
>> The release is available for download at:
>> http://people.apache.org/~fchrist/apache-stanbol-0.9.0-incubating-RC3/
>> 
>> Keys are at:
>> http://www.apache.org/dist/incubator/stanbol/KEYS
>> 
>> Release tag is:
>> https://svn.apache.org/repos/asf/incubator/stanbol/tags/0.9.0-incubating
>> 
>> This release covers 389 resolved issues marked in JIRA as fixed for
>> 0.9.0-incubating.
>> https://issues.apache.org/jira/secure/IssueNavigator.jspa?mode=hide&requestId=12319391
>> 
>> This vote is open for at least 72 hours.
>> 
>> Best,
>>  - Fabian
>> --
>> Fabian
>> http://twitter.com/fctwitt
> 
> 
> 
> -- 
> Fabian
> http://twitter.com/fctwitt

Reply via email to