Re: suggestion for default pipelines

2014-04-28 Thread Richard Eckart de Castilho
At the time a factory method becomes callable, the Maven/Ivy-magic should already have taken place, no? -- Richard On 27.04.2014, at 17:52, Chen, Pei wrote: > My vote would be for the latter. Have the "Factory" create pipelines instead. > It could just be a naming thing though... > > +1 for

Re: suggestion for default pipelines

2014-04-28 Thread Chen, Pei
Yes. I was thinking of the use case for example- the ytex component need SentenceDectectorA but dictionary lookup component expects SentenceDectectorB. It's probably not too common but something to consider with the cool dynamic/plugin n play pipelines idea. Sent from my iPhone > On Apr 28, 2

RE: ytex merged into trunk

2014-04-28 Thread Finan, Sean
Hi Vijay, I did a checkout this morning and I'm getting compile errors from Maven. If I just run mvn compile then I get an error while building ytex claiming that the package has not been created. Is there a reversed dependency? If I run mvn compile package then ytex seems to run through, but

Re: umls license issue

2014-04-28 Thread Miller, Timothy
When I got in to work today, it worked fine, until I did an svn up and it broke. So it is probably something I checked in over the weekend that inadvertently touched the dictionary lookup code/descriptors. I'll try to fix it ASAP. In the meantime if anyone else has done 'svn up' in the last 24 hour

Re: umls license issue

2014-04-28 Thread Miller, Timothy
Fixed, it was a bug I introduced in my java 7 updates. Hopefully nobody was disrupted. Tim On 04/28/2014 12:18 PM, Miller, Timothy wrote: > When I got in to work today, it worked fine, until I did an svn up and > it broke. So it is probably something I checked in over the weekend that > inadverten

Re: ytex merged into trunk

2014-04-28 Thread vijay garla
sorry about that. I will investigate. -vj On Mon, Apr 28, 2014 at 11:00 AM, Finan, Sean < sean.fi...@childrens.harvard.edu> wrote: > Hi Vijay, > > I did a checkout this morning and I'm getting compile errors from Maven. > > If I just run mvn compile then I get an error while building ytex clai

Re: ytex merged into trunk

2014-04-28 Thread vijay garla
Hello All, I can't reproduce this build error. It appears that maven does not want to run copy-dependencies in the compile phase. However, I have tried building this with maven 3.2.1 and maven 3.1.0 and it works fine for both. @Sean - can you send me the output of mvn -x clean install -pl ctake

RE: ytex merged into trunk

2014-04-28 Thread Finan, Sean
Completely new error. I have taken this offline until we figure out what is going on. -Original Message- From: vijay garla [mailto:vnga...@gmail.com] Sent: Monday, April 28, 2014 1:47 PM To: dev@ctakes.apache.org Subject: Re: ytex merged into trunk Hello All, I can't reproduce this bu