Re: svn commit: r1655238 - /opennlp/trunk/

2015-01-28 Thread Tommaso Teofili
I guess I by error removed the previous ignore entries for the Eclipse
files, sorry for the inconvenience.

Tommaso

2015-01-28 9:48 GMT+01:00 :

> Author: joern
> Date: Wed Jan 28 08:48:25 2015
> New Revision: 1655238
>
> URL: http://svn.apache.org/r1655238
> Log:
> Added eclipse files to svn:ignore.
>
> Modified:
> opennlp/trunk/   (props changed)
>
> Propchange: opennlp/trunk/
>
> --
> --- svn:ignore (original)
> +++ svn:ignore Wed Jan 28 08:48:25 2015
> @@ -1,2 +1,6 @@
>  *.iml
>  .idea
> +
> +.settings
> +
> +.project
>
>
>


Re: svn commit: r1655238 - /opennlp/trunk/

2015-01-28 Thread Joern Kottmann
You didn't remove any entries in your recent commit to them.

We moved the main pom.xml from the opennlp folder to the root of the
project. Now using eclipse with m2e creates the project files there and
I thought it would be nice to have them in svn ignore.

Maybe it is possible to consolidate the various svn ignore files into
one at the root level.

Jörn

On Wed, 2015-01-28 at 09:53 +0100, Tommaso Teofili wrote:
> I guess I by error removed the previous ignore entries for the Eclipse
> files, sorry for the inconvenience.
> 
> Tommaso
> 
> 2015-01-28 9:48 GMT+01:00 :
> 
> > Author: joern
> > Date: Wed Jan 28 08:48:25 2015
> > New Revision: 1655238
> >
> > URL: http://svn.apache.org/r1655238
> > Log:
> > Added eclipse files to svn:ignore.
> >
> > Modified:
> > opennlp/trunk/   (props changed)
> >
> > Propchange: opennlp/trunk/
> >
> > --
> > --- svn:ignore (original)
> > +++ svn:ignore Wed Jan 28 08:48:25 2015
> > @@ -1,2 +1,6 @@
> >  *.iml
> >  .idea
> > +
> > +.settings
> > +
> > +.project
> >
> >
> >




Re: OpenNLP 1.6.0 RC 2 ready for testing

2015-01-28 Thread Joern Kottmann
The training and tagging test for the parser showed that it behaves
differently than the 1.5.3 version.

Does anybody know which changes causes that? Otherwise I will start
bisecting.

Jörn

On Thu, 2015-01-22 at 17:55 -0200, William Colen wrote:
> Hi all,
> 
> Our second release candidate is ready for testing. RC 1 failed to pass the
> initial tests.
> 
> The RC 2 can be downloaded from here:
> http://people.apache.org/~colen/releases/opennlp-1.6.0/rc2/
> 
> To use it in a maven build set the version for opennlp-tools or
> opennlp-uima to 1.6.0 and add the following URL to your settings.xml file:
> https://repository.apache.org/content/repositories/orgapacheopennlp-1001
> 
> The current test plan can be found here:
> https://cwiki.apache.org/confluence/display/OPENNLP/TestPlan1.6.0
> 
> Please sign up for tasks in the test plan.
> 
> The release plan can be found here:
> https://cwiki.apache.org/confluence/display/OPENNLP/ReleasePlanAndTasks1.6.0
> 
> The RC contains quite some changes, please refer to the contained issue
> list for details.
> 
> Thank you,
> William