You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ctakes.apache.org by Kim Ebert <ki...@perfectsearchcorp.com> on 2013/08/23 23:20:35 UTC

Build error on ctakes-3.1_RC2

Hi All,

I am trying to compile ctakes and I am getting a build error. Any ideas
of what I might be doing wrong?

[ERROR] Failed to execute goal on project ctakes-utils: Could not
resolve dependencies for project
org.apache.ctakes:ctakes-utils:jar:3.1.0-SNAPSHOT: Could not find
artifact org.apache.ctakes:ctakes-type-system:jar:3.1.0 in central
(http://repo.maven.apache.org/maven2) -> [Help 1]

Thanks,

-- 
Kim Ebert
1.801.669.7342
Perfect Search Corp
http://www.perfectsearchcorp.com/


RE: Build error on ctakes-3.1_RC2

Posted by "Masanz, James J." <Ma...@mayo.edu>.
Merged the fix to trunk into branch for 3.1.0 build. Thanks.

-----Original Message-----
From: dev-return-1893-Masanz.James=mayo.edu@ctakes.apache.org [mailto:dev-return-1893-Masanz.James=mayo.edu@ctakes.apache.org] On Behalf Of Chen, Pei
Sent: Monday, August 26, 2013 1:32 PM
To: dev@ctakes.apache.org; samir chabou
Cc: Masanz, James J.
Subject: RE: Build error on ctakes-3.1_RC2

Thanks Samir.
https://issues.apache.org/jira/browse/CTAKES-228
Has been opened to track this.

> -----Original Message-----
> From: samir chabou [mailto:samirchb@yahoo.com]
> Sent: Monday, August 26, 2013 1:43 PM
> To: dev@ctakes.apache.org
> Cc: Masanz, James J.
> Subject: Re: Build error on ctakes-3.1_RC2
> 
> hi,
> this is may be useful for the next release. SideEffect SideEffectAnnotator.xml
> still refering to cTAKES2.5 files ../type_system/SideEffectTypeSystem.xml
> and Commun type. I corrected the error in SideEffectAnnotator.xml  in stead
> of :
> 
> <typeSystemDescription>
>       <imports>
>         <importlocation="../type_system/SideEffectTypeSystem.xml"/>
>       </imports>
>     </typeSystemDescription>  I put :
> 
>   <typeSystemDescription>
>       <imports>
>         <importname="org.apache.ctakes.sideeffect.types.TypeSystem"/>
>       </imports>
>     </typeSystemDescription>thanks
> Samir
> 
> ________________________________
>  From: Kim Ebert <ki...@perfectsearchcorp.com>
> To: dev@ctakes.apache.org
> Cc: "Masanz, James J." <Ma...@mayo.edu>
> Sent: Monday, August 26, 2013 12:32:41 PM
> Subject: Re: Build error on ctakes-3.1_RC2
> 
> 
> Thanks All.
> 
> I'm just trying to do some prep work to get ready for cTAKES 3.1, so building
> is pretty important.
> 
> Thanks,
> 
> Kim Ebert
> 1.801.669.7342
> Perfect Search Corp
> http://www.perfectsearchcorp.com/
> 
> On 08/26/2013 08:12 AM, Masanz, James J. wrote:
> > thanks! I was looking at <version> rather than <ctakes.version>
> > ________________________________________
> > From: dev-return-1881-Masanz.James=mayo.edu@ctakes.apache.org
> > [dev-return-1881-Masanz.James=mayo.edu@ctakes.apache.org] on behalf
> of
> > Pei Chen [chenpei@apache.org]
> > Sent: Monday, August 26, 2013 9:09 AM
> > To: dev@ctakes.apache.org
> > Subject: Re: Build error on ctakes-3.1_RC2
> >
> > Hi James,
> > I meant the property here in the root pom.xml:
> > <ctakes.version>3.1.0</ctakes.version>
> >
> >
> >
> > On Mon, Aug 26, 2013 at 10:05 AM, Masanz, James J.
> <Ma...@mayo.edu>wrote:
> >
> >> Pei,
> >>
> >> I'm sorry, I don't understand your comment.
> >> the root pom for tag ctakes-3.1.0-rc2 now has
> >>
> >> 3.1.0-SNAPSHOT
> >>
> >> ________________________________________
> >> From:
> >> dev-return-1878-Masanz.James=mayo.edu@ctakes.apache.org[dev-
> return-18
> >> 78-Masanz.James= mayo.edu@ctakes.apache.org] on behalf of Chen, Pei
> [
> >> Pei.Chen@childrens.harvard.edu]
> >> Sent: Sunday, August 25, 2013 4:00 PM
> >> To: <de...@ctakes.apache.org>
> >> Cc: dev@ctakes.apache.org
> >> Subject: Re: Build error on ctakes-3.1_RC2
> >>
> >> I think it should be 3.1.0-SNAPSHOT...?
> >>
> >> Sent from my iPad
> >>
> >> On Aug 25, 2013, at 2:39 PM, "Masanz, James J."
> >> <Ma...@mayo.edu>
> >> wrote:
> >>
> >>> I deleted and re-created the tag from a revision that still had
> >>>
> >>> <ctakes.version>3.1.0-SNAPSHOT</ctakes.version>
> >>>
> >>> Note rc2 has not been released for a vote yet because there appears
> >>> to
> >> be a problem with the tokenizer sometimes creating PunctionToken
> when
> >> it should be creating ContractionToken, which I will look into on Monday.
> >>> -- James
> >>>
> >>> -----Original Message-----
> >>> From: dev-return-1875-Masanz.James=mayo.edu@ctakes.apache.org
> [mailto:
> >> dev-return-1875-Masanz.James=mayo.edu@ctakes.apache.org] On
> Behalf Of
> >> Pei Chen
> >>> Sent: Friday, August 23, 2013 9:01 PM
> >>> To: dev@ctakes.apache.org
> >>> Subject: Re: Build error on ctakes-3.1_RC2
> >>>
> >>> James,
> >>> I could recreate Kim's issue with the RC2 tag.  I believe the root
> >> pom.xml
> >>> should be; otherwise it won't build:
> >>> <properties> +<ctakes.version>3.1.0-SNAPSHOT</ctakes.version>
> >>> instead of
> >>> this:
> >>> -<ctakes.version>3.1.0</ctakes.version>
> >>> </properties>
> >>>
> >>>
> >>> On Fri, Aug 23, 2013 at 5:20 PM, Kim Ebert
> >>> <ki...@perfectsearchcorp.com>wrote:
> >>>
> >>>> Hi All,
> >>>>
> >>>> I am trying to compile ctakes and I am getting a build error. Any
> >>>> ideas of what I might be doing wrong?
> >>>>
> >>>> [ERROR] Failed to execute goal on project ctakes-utils: Could not
> >>>> resolve dependencies for project
> >>>> org.apache.ctakes:ctakes-utils:jar:3.1.0-SNAPSHOT: Could not find
> >>>> artifact org.apache.ctakes:ctakes-type-system:jar:3.1.0 in central
> >>>> (http://repo.maven.apache.org/maven2) -> [Help 1]
> >>>>
> >>>> Thanks,
> >>>>
> >>>> --
> >>>> Kim Ebert
> >>>> 1.801.669.7342
> >>>> Perfect Search Corp
> >>>> http://www.perfectsearchcorp.com/
> >>>>
> >>>>

RE: Build error on ctakes-3.1_RC2

Posted by "Chen, Pei" <Pe...@childrens.harvard.edu>.
Thanks Samir.
https://issues.apache.org/jira/browse/CTAKES-228
Has been opened to track this.

> -----Original Message-----
> From: samir chabou [mailto:samirchb@yahoo.com]
> Sent: Monday, August 26, 2013 1:43 PM
> To: dev@ctakes.apache.org
> Cc: Masanz, James J.
> Subject: Re: Build error on ctakes-3.1_RC2
> 
> hi,
> this is may be useful for the next release. SideEffect SideEffectAnnotator.xml
> still refering to cTAKES2.5 files ../type_system/SideEffectTypeSystem.xml
> and Commun type. I corrected the error in SideEffectAnnotator.xml  in stead
> of :
> 
> <typeSystemDescription>
>       <imports>
>         <importlocation="../type_system/SideEffectTypeSystem.xml"/>
>       </imports>
>     </typeSystemDescription>  I put :
> 
>   <typeSystemDescription>
>       <imports>
>         <importname="org.apache.ctakes.sideeffect.types.TypeSystem"/>
>       </imports>
>     </typeSystemDescription>thanks
> Samir
> 
> ________________________________
>  From: Kim Ebert <ki...@perfectsearchcorp.com>
> To: dev@ctakes.apache.org
> Cc: "Masanz, James J." <Ma...@mayo.edu>
> Sent: Monday, August 26, 2013 12:32:41 PM
> Subject: Re: Build error on ctakes-3.1_RC2
> 
> 
> Thanks All.
> 
> I'm just trying to do some prep work to get ready for cTAKES 3.1, so building
> is pretty important.
> 
> Thanks,
> 
> Kim Ebert
> 1.801.669.7342
> Perfect Search Corp
> http://www.perfectsearchcorp.com/
> 
> On 08/26/2013 08:12 AM, Masanz, James J. wrote:
> > thanks! I was looking at <version> rather than <ctakes.version>
> > ________________________________________
> > From: dev-return-1881-Masanz.James=mayo.edu@ctakes.apache.org
> > [dev-return-1881-Masanz.James=mayo.edu@ctakes.apache.org] on behalf
> of
> > Pei Chen [chenpei@apache.org]
> > Sent: Monday, August 26, 2013 9:09 AM
> > To: dev@ctakes.apache.org
> > Subject: Re: Build error on ctakes-3.1_RC2
> >
> > Hi James,
> > I meant the property here in the root pom.xml:
> > <ctakes.version>3.1.0</ctakes.version>
> >
> >
> >
> > On Mon, Aug 26, 2013 at 10:05 AM, Masanz, James J.
> <Ma...@mayo.edu>wrote:
> >
> >> Pei,
> >>
> >> I'm sorry, I don't understand your comment.
> >> the root pom for tag ctakes-3.1.0-rc2 now has
> >>
> >> 3.1.0-SNAPSHOT
> >>
> >> ________________________________________
> >> From:
> >> dev-return-1878-Masanz.James=mayo.edu@ctakes.apache.org[dev-
> return-18
> >> 78-Masanz.James= mayo.edu@ctakes.apache.org] on behalf of Chen, Pei
> [
> >> Pei.Chen@childrens.harvard.edu]
> >> Sent: Sunday, August 25, 2013 4:00 PM
> >> To: <de...@ctakes.apache.org>
> >> Cc: dev@ctakes.apache.org
> >> Subject: Re: Build error on ctakes-3.1_RC2
> >>
> >> I think it should be 3.1.0-SNAPSHOT...?
> >>
> >> Sent from my iPad
> >>
> >> On Aug 25, 2013, at 2:39 PM, "Masanz, James J."
> >> <Ma...@mayo.edu>
> >> wrote:
> >>
> >>> I deleted and re-created the tag from a revision that still had
> >>>
> >>> <ctakes.version>3.1.0-SNAPSHOT</ctakes.version>
> >>>
> >>> Note rc2 has not been released for a vote yet because there appears
> >>> to
> >> be a problem with the tokenizer sometimes creating PunctionToken
> when
> >> it should be creating ContractionToken, which I will look into on Monday.
> >>> -- James
> >>>
> >>> -----Original Message-----
> >>> From: dev-return-1875-Masanz.James=mayo.edu@ctakes.apache.org
> [mailto:
> >> dev-return-1875-Masanz.James=mayo.edu@ctakes.apache.org] On
> Behalf Of
> >> Pei Chen
> >>> Sent: Friday, August 23, 2013 9:01 PM
> >>> To: dev@ctakes.apache.org
> >>> Subject: Re: Build error on ctakes-3.1_RC2
> >>>
> >>> James,
> >>> I could recreate Kim's issue with the RC2 tag.  I believe the root
> >> pom.xml
> >>> should be; otherwise it won't build:
> >>> <properties> +<ctakes.version>3.1.0-SNAPSHOT</ctakes.version>
> >>> instead of
> >>> this:
> >>> -<ctakes.version>3.1.0</ctakes.version>
> >>> </properties>
> >>>
> >>>
> >>> On Fri, Aug 23, 2013 at 5:20 PM, Kim Ebert
> >>> <ki...@perfectsearchcorp.com>wrote:
> >>>
> >>>> Hi All,
> >>>>
> >>>> I am trying to compile ctakes and I am getting a build error. Any
> >>>> ideas of what I might be doing wrong?
> >>>>
> >>>> [ERROR] Failed to execute goal on project ctakes-utils: Could not
> >>>> resolve dependencies for project
> >>>> org.apache.ctakes:ctakes-utils:jar:3.1.0-SNAPSHOT: Could not find
> >>>> artifact org.apache.ctakes:ctakes-type-system:jar:3.1.0 in central
> >>>> (http://repo.maven.apache.org/maven2) -> [Help 1]
> >>>>
> >>>> Thanks,
> >>>>
> >>>> --
> >>>> Kim Ebert
> >>>> 1.801.669.7342
> >>>> Perfect Search Corp
> >>>> http://www.perfectsearchcorp.com/
> >>>>
> >>>>

Re: Build error on ctakes-3.1_RC2

Posted by samir chabou <sa...@yahoo.com>.
hi,
this is may be useful for the next release. SideEffect SideEffectAnnotator.xml still refering to cTAKES2.5 files ../type_system/SideEffectTypeSystem.xml and Commun type. I corrected the error in SideEffectAnnotator.xml  in stead of :

<typeSystemDescription> 
      <imports>
        <importlocation="../type_system/SideEffectTypeSystem.xml"/>
      </imports>
    </typeSystemDescription>  I put :

  <typeSystemDescription>
      <imports>
        <importname="org.apache.ctakes.sideeffect.types.TypeSystem"/>
      </imports>
    </typeSystemDescription>thanks
Samir

________________________________
 From: Kim Ebert <ki...@perfectsearchcorp.com>
To: dev@ctakes.apache.org 
Cc: "Masanz, James J." <Ma...@mayo.edu> 
Sent: Monday, August 26, 2013 12:32:41 PM
Subject: Re: Build error on ctakes-3.1_RC2
 

Thanks All.

I'm just trying to do some prep work to get ready for cTAKES 3.1, so
building is pretty important.

Thanks,

Kim Ebert
1.801.669.7342
Perfect Search Corp
http://www.perfectsearchcorp.com/

On 08/26/2013 08:12 AM, Masanz, James J. wrote:
> thanks! I was looking at <version> rather than <ctakes.version>
> ________________________________________
> From: dev-return-1881-Masanz.James=mayo.edu@ctakes.apache.org [dev-return-1881-Masanz.James=mayo.edu@ctakes.apache.org] on behalf of Pei Chen [chenpei@apache.org]
> Sent: Monday, August 26, 2013 9:09 AM
> To: dev@ctakes.apache.org
> Subject: Re: Build error on ctakes-3.1_RC2
>
> Hi James,
> I meant the property here in the root pom.xml:
> <ctakes.version>3.1.0</ctakes.version>
>
>
>
> On Mon, Aug 26, 2013 at 10:05 AM, Masanz, James J. <Ma...@mayo.edu>wrote:
>
>> Pei,
>>
>> I'm sorry, I don't understand your comment.
>> the root pom for tag ctakes-3.1.0-rc2 now has
>>
>> 3.1.0-SNAPSHOT
>>
>> ________________________________________
>> From: dev-return-1878-Masanz.James=mayo.edu@ctakes.apache.org[dev-return-1878-Masanz.James=
>> mayo.edu@ctakes.apache.org] on behalf of Chen, Pei [
>> Pei.Chen@childrens.harvard.edu]
>> Sent: Sunday, August 25, 2013 4:00 PM
>> To: <de...@ctakes.apache.org>
>> Cc: dev@ctakes.apache.org
>> Subject: Re: Build error on ctakes-3.1_RC2
>>
>> I think it should be 3.1.0-SNAPSHOT...?
>>
>> Sent from my iPad
>>
>> On Aug 25, 2013, at 2:39 PM, "Masanz, James J." <Ma...@mayo.edu>
>> wrote:
>>
>>> I deleted and re-created the tag from a revision that still had
>>>
>>> <ctakes.version>3.1.0-SNAPSHOT</ctakes.version>
>>>
>>> Note rc2 has not been released for a vote yet because there appears to
>> be a problem with the tokenizer sometimes creating PunctionToken when it
>> should be creating ContractionToken, which I will look into on Monday.
>>> -- James
>>>
>>> -----Original Message-----
>>> From: dev-return-1875-Masanz.James=mayo.edu@ctakes.apache.org [mailto:
>> dev-return-1875-Masanz.James=mayo.edu@ctakes.apache.org] On Behalf Of Pei
>> Chen
>>> Sent: Friday, August 23, 2013 9:01 PM
>>> To: dev@ctakes.apache.org
>>> Subject: Re: Build error on ctakes-3.1_RC2
>>>
>>> James,
>>> I could recreate Kim's issue with the RC2 tag.  I believe the root
>> pom.xml
>>> should be; otherwise it won't build:
>>> <properties> +<ctakes.version>3.1.0-SNAPSHOT</ctakes.version> instead of
>>> this:
>>> -<ctakes.version>3.1.0</ctakes.version>
>>> </properties>
>>>
>>>
>>> On Fri, Aug 23, 2013 at 5:20 PM, Kim Ebert
>>> <ki...@perfectsearchcorp.com>wrote:
>>>
>>>> Hi All,
>>>>
>>>> I am trying to compile ctakes and I am getting a build error. Any ideas
>>>> of what I might be doing wrong?
>>>>
>>>> [ERROR] Failed to execute goal on project ctakes-utils: Could not
>>>> resolve dependencies for project
>>>> org.apache.ctakes:ctakes-utils:jar:3.1.0-SNAPSHOT: Could not find
>>>> artifact org.apache.ctakes:ctakes-type-system:jar:3.1.0 in central
>>>> (http://repo.maven.apache.org/maven2) -> [Help 1]
>>>>
>>>> Thanks,
>>>>
>>>> --
>>>> Kim Ebert
>>>> 1.801.669.7342
>>>> Perfect Search Corp
>>>> http://www.perfectsearchcorp.com/
>>>>
>>>>

Re: Build error on ctakes-3.1_RC2

Posted by Kim Ebert <ki...@perfectsearchcorp.com>.
Thanks All.

I'm just trying to do some prep work to get ready for cTAKES 3.1, so
building is pretty important.

Thanks,

Kim Ebert
1.801.669.7342
Perfect Search Corp
http://www.perfectsearchcorp.com/

On 08/26/2013 08:12 AM, Masanz, James J. wrote:
> thanks! I was looking at <version> rather than <ctakes.version>
> ________________________________________
> From: dev-return-1881-Masanz.James=mayo.edu@ctakes.apache.org [dev-return-1881-Masanz.James=mayo.edu@ctakes.apache.org] on behalf of Pei Chen [chenpei@apache.org]
> Sent: Monday, August 26, 2013 9:09 AM
> To: dev@ctakes.apache.org
> Subject: Re: Build error on ctakes-3.1_RC2
>
> Hi James,
> I meant the property here in the root pom.xml:
> <ctakes.version>3.1.0</ctakes.version>
>
>
>
> On Mon, Aug 26, 2013 at 10:05 AM, Masanz, James J. <Ma...@mayo.edu>wrote:
>
>> Pei,
>>
>> I'm sorry, I don't understand your comment.
>> the root pom for tag ctakes-3.1.0-rc2 now has
>>
>> 3.1.0-SNAPSHOT
>>
>> ________________________________________
>> From: dev-return-1878-Masanz.James=mayo.edu@ctakes.apache.org[dev-return-1878-Masanz.James=
>> mayo.edu@ctakes.apache.org] on behalf of Chen, Pei [
>> Pei.Chen@childrens.harvard.edu]
>> Sent: Sunday, August 25, 2013 4:00 PM
>> To: <de...@ctakes.apache.org>
>> Cc: dev@ctakes.apache.org
>> Subject: Re: Build error on ctakes-3.1_RC2
>>
>> I think it should be 3.1.0-SNAPSHOT...?
>>
>> Sent from my iPad
>>
>> On Aug 25, 2013, at 2:39 PM, "Masanz, James J." <Ma...@mayo.edu>
>> wrote:
>>
>>> I deleted and re-created the tag from a revision that still had
>>>
>>> <ctakes.version>3.1.0-SNAPSHOT</ctakes.version>
>>>
>>> Note rc2 has not been released for a vote yet because there appears to
>> be a problem with the tokenizer sometimes creating PunctionToken when it
>> should be creating ContractionToken, which I will look into on Monday.
>>> -- James
>>>
>>> -----Original Message-----
>>> From: dev-return-1875-Masanz.James=mayo.edu@ctakes.apache.org [mailto:
>> dev-return-1875-Masanz.James=mayo.edu@ctakes.apache.org] On Behalf Of Pei
>> Chen
>>> Sent: Friday, August 23, 2013 9:01 PM
>>> To: dev@ctakes.apache.org
>>> Subject: Re: Build error on ctakes-3.1_RC2
>>>
>>> James,
>>> I could recreate Kim's issue with the RC2 tag.  I believe the root
>> pom.xml
>>> should be; otherwise it won't build:
>>> <properties> +<ctakes.version>3.1.0-SNAPSHOT</ctakes.version> instead of
>>> this:
>>> -<ctakes.version>3.1.0</ctakes.version>
>>> </properties>
>>>
>>>
>>> On Fri, Aug 23, 2013 at 5:20 PM, Kim Ebert
>>> <ki...@perfectsearchcorp.com>wrote:
>>>
>>>> Hi All,
>>>>
>>>> I am trying to compile ctakes and I am getting a build error. Any ideas
>>>> of what I might be doing wrong?
>>>>
>>>> [ERROR] Failed to execute goal on project ctakes-utils: Could not
>>>> resolve dependencies for project
>>>> org.apache.ctakes:ctakes-utils:jar:3.1.0-SNAPSHOT: Could not find
>>>> artifact org.apache.ctakes:ctakes-type-system:jar:3.1.0 in central
>>>> (http://repo.maven.apache.org/maven2) -> [Help 1]
>>>>
>>>> Thanks,
>>>>
>>>> --
>>>> Kim Ebert
>>>> 1.801.669.7342
>>>> Perfect Search Corp
>>>> http://www.perfectsearchcorp.com/
>>>>
>>>>


RE: Build error on ctakes-3.1_RC2

Posted by "Masanz, James J." <Ma...@mayo.edu>.
thanks! I was looking at <version> rather than <ctakes.version>
________________________________________
From: dev-return-1881-Masanz.James=mayo.edu@ctakes.apache.org [dev-return-1881-Masanz.James=mayo.edu@ctakes.apache.org] on behalf of Pei Chen [chenpei@apache.org]
Sent: Monday, August 26, 2013 9:09 AM
To: dev@ctakes.apache.org
Subject: Re: Build error on ctakes-3.1_RC2

Hi James,
I meant the property here in the root pom.xml:
<ctakes.version>3.1.0</ctakes.version>



On Mon, Aug 26, 2013 at 10:05 AM, Masanz, James J. <Ma...@mayo.edu>wrote:

> Pei,
>
> I'm sorry, I don't understand your comment.
> the root pom for tag ctakes-3.1.0-rc2 now has
>
> 3.1.0-SNAPSHOT
>
> ________________________________________
> From: dev-return-1878-Masanz.James=mayo.edu@ctakes.apache.org[dev-return-1878-Masanz.James=
> mayo.edu@ctakes.apache.org] on behalf of Chen, Pei [
> Pei.Chen@childrens.harvard.edu]
> Sent: Sunday, August 25, 2013 4:00 PM
> To: <de...@ctakes.apache.org>
> Cc: dev@ctakes.apache.org
> Subject: Re: Build error on ctakes-3.1_RC2
>
> I think it should be 3.1.0-SNAPSHOT...?
>
> Sent from my iPad
>
> On Aug 25, 2013, at 2:39 PM, "Masanz, James J." <Ma...@mayo.edu>
> wrote:
>
> > I deleted and re-created the tag from a revision that still had
> >
> > <ctakes.version>3.1.0-SNAPSHOT</ctakes.version>
> >
> > Note rc2 has not been released for a vote yet because there appears to
> be a problem with the tokenizer sometimes creating PunctionToken when it
> should be creating ContractionToken, which I will look into on Monday.
> >
> > -- James
> >
> > -----Original Message-----
> > From: dev-return-1875-Masanz.James=mayo.edu@ctakes.apache.org [mailto:
> dev-return-1875-Masanz.James=mayo.edu@ctakes.apache.org] On Behalf Of Pei
> Chen
> > Sent: Friday, August 23, 2013 9:01 PM
> > To: dev@ctakes.apache.org
> > Subject: Re: Build error on ctakes-3.1_RC2
> >
> > James,
> > I could recreate Kim's issue with the RC2 tag.  I believe the root
> pom.xml
> > should be; otherwise it won't build:
> > <properties> +<ctakes.version>3.1.0-SNAPSHOT</ctakes.version> instead of
> > this:
> > -<ctakes.version>3.1.0</ctakes.version>
> > </properties>
> >
> >
> > On Fri, Aug 23, 2013 at 5:20 PM, Kim Ebert
> > <ki...@perfectsearchcorp.com>wrote:
> >
> >> Hi All,
> >>
> >> I am trying to compile ctakes and I am getting a build error. Any ideas
> >> of what I might be doing wrong?
> >>
> >> [ERROR] Failed to execute goal on project ctakes-utils: Could not
> >> resolve dependencies for project
> >> org.apache.ctakes:ctakes-utils:jar:3.1.0-SNAPSHOT: Could not find
> >> artifact org.apache.ctakes:ctakes-type-system:jar:3.1.0 in central
> >> (http://repo.maven.apache.org/maven2) -> [Help 1]
> >>
> >> Thanks,
> >>
> >> --
> >> Kim Ebert
> >> 1.801.669.7342
> >> Perfect Search Corp
> >> http://www.perfectsearchcorp.com/
> >>
> >>
>

Re: Build error on ctakes-3.1_RC2

Posted by Pei Chen <ch...@apache.org>.
Hi James,
I meant the property here in the root pom.xml:
<ctakes.version>3.1.0</ctakes.version>



On Mon, Aug 26, 2013 at 10:05 AM, Masanz, James J. <Ma...@mayo.edu>wrote:

> Pei,
>
> I'm sorry, I don't understand your comment.
> the root pom for tag ctakes-3.1.0-rc2 now has
>
> 3.1.0-SNAPSHOT
>
> ________________________________________
> From: dev-return-1878-Masanz.James=mayo.edu@ctakes.apache.org[dev-return-1878-Masanz.James=
> mayo.edu@ctakes.apache.org] on behalf of Chen, Pei [
> Pei.Chen@childrens.harvard.edu]
> Sent: Sunday, August 25, 2013 4:00 PM
> To: <de...@ctakes.apache.org>
> Cc: dev@ctakes.apache.org
> Subject: Re: Build error on ctakes-3.1_RC2
>
> I think it should be 3.1.0-SNAPSHOT...?
>
> Sent from my iPad
>
> On Aug 25, 2013, at 2:39 PM, "Masanz, James J." <Ma...@mayo.edu>
> wrote:
>
> > I deleted and re-created the tag from a revision that still had
> >
> > <ctakes.version>3.1.0-SNAPSHOT</ctakes.version>
> >
> > Note rc2 has not been released for a vote yet because there appears to
> be a problem with the tokenizer sometimes creating PunctionToken when it
> should be creating ContractionToken, which I will look into on Monday.
> >
> > -- James
> >
> > -----Original Message-----
> > From: dev-return-1875-Masanz.James=mayo.edu@ctakes.apache.org [mailto:
> dev-return-1875-Masanz.James=mayo.edu@ctakes.apache.org] On Behalf Of Pei
> Chen
> > Sent: Friday, August 23, 2013 9:01 PM
> > To: dev@ctakes.apache.org
> > Subject: Re: Build error on ctakes-3.1_RC2
> >
> > James,
> > I could recreate Kim's issue with the RC2 tag.  I believe the root
> pom.xml
> > should be; otherwise it won't build:
> > <properties> +<ctakes.version>3.1.0-SNAPSHOT</ctakes.version> instead of
> > this:
> > -<ctakes.version>3.1.0</ctakes.version>
> > </properties>
> >
> >
> > On Fri, Aug 23, 2013 at 5:20 PM, Kim Ebert
> > <ki...@perfectsearchcorp.com>wrote:
> >
> >> Hi All,
> >>
> >> I am trying to compile ctakes and I am getting a build error. Any ideas
> >> of what I might be doing wrong?
> >>
> >> [ERROR] Failed to execute goal on project ctakes-utils: Could not
> >> resolve dependencies for project
> >> org.apache.ctakes:ctakes-utils:jar:3.1.0-SNAPSHOT: Could not find
> >> artifact org.apache.ctakes:ctakes-type-system:jar:3.1.0 in central
> >> (http://repo.maven.apache.org/maven2) -> [Help 1]
> >>
> >> Thanks,
> >>
> >> --
> >> Kim Ebert
> >> 1.801.669.7342
> >> Perfect Search Corp
> >> http://www.perfectsearchcorp.com/
> >>
> >>
>

RE: Build error on ctakes-3.1_RC2

Posted by "Masanz, James J." <Ma...@mayo.edu>.
Pei,

I'm sorry, I don't understand your comment.
the root pom for tag ctakes-3.1.0-rc2 now has

3.1.0-SNAPSHOT

________________________________________
From: dev-return-1878-Masanz.James=mayo.edu@ctakes.apache.org [dev-return-1878-Masanz.James=mayo.edu@ctakes.apache.org] on behalf of Chen, Pei [Pei.Chen@childrens.harvard.edu]
Sent: Sunday, August 25, 2013 4:00 PM
To: <de...@ctakes.apache.org>
Cc: dev@ctakes.apache.org
Subject: Re: Build error on ctakes-3.1_RC2

I think it should be 3.1.0-SNAPSHOT...?

Sent from my iPad

On Aug 25, 2013, at 2:39 PM, "Masanz, James J." <Ma...@mayo.edu> wrote:

> I deleted and re-created the tag from a revision that still had
>
> <ctakes.version>3.1.0-SNAPSHOT</ctakes.version>
>
> Note rc2 has not been released for a vote yet because there appears to be a problem with the tokenizer sometimes creating PunctionToken when it should be creating ContractionToken, which I will look into on Monday.
>
> -- James
>
> -----Original Message-----
> From: dev-return-1875-Masanz.James=mayo.edu@ctakes.apache.org [mailto:dev-return-1875-Masanz.James=mayo.edu@ctakes.apache.org] On Behalf Of Pei Chen
> Sent: Friday, August 23, 2013 9:01 PM
> To: dev@ctakes.apache.org
> Subject: Re: Build error on ctakes-3.1_RC2
>
> James,
> I could recreate Kim's issue with the RC2 tag.  I believe the root pom.xml
> should be; otherwise it won't build:
> <properties> +<ctakes.version>3.1.0-SNAPSHOT</ctakes.version> instead of
> this:
> -<ctakes.version>3.1.0</ctakes.version>
> </properties>
>
>
> On Fri, Aug 23, 2013 at 5:20 PM, Kim Ebert
> <ki...@perfectsearchcorp.com>wrote:
>
>> Hi All,
>>
>> I am trying to compile ctakes and I am getting a build error. Any ideas
>> of what I might be doing wrong?
>>
>> [ERROR] Failed to execute goal on project ctakes-utils: Could not
>> resolve dependencies for project
>> org.apache.ctakes:ctakes-utils:jar:3.1.0-SNAPSHOT: Could not find
>> artifact org.apache.ctakes:ctakes-type-system:jar:3.1.0 in central
>> (http://repo.maven.apache.org/maven2) -> [Help 1]
>>
>> Thanks,
>>
>> --
>> Kim Ebert
>> 1.801.669.7342
>> Perfect Search Corp
>> http://www.perfectsearchcorp.com/
>>
>>

Re: Build error on ctakes-3.1_RC2

Posted by "Chen, Pei" <Pe...@childrens.harvard.edu>.
I think it should be 3.1.0-SNAPSHOT...?

Sent from my iPad

On Aug 25, 2013, at 2:39 PM, "Masanz, James J." <Ma...@mayo.edu> wrote:

> I deleted and re-created the tag from a revision that still had 
> 
> <ctakes.version>3.1.0-SNAPSHOT</ctakes.version>
> 
> Note rc2 has not been released for a vote yet because there appears to be a problem with the tokenizer sometimes creating PunctionToken when it should be creating ContractionToken, which I will look into on Monday.
> 
> -- James
> 
> -----Original Message-----
> From: dev-return-1875-Masanz.James=mayo.edu@ctakes.apache.org [mailto:dev-return-1875-Masanz.James=mayo.edu@ctakes.apache.org] On Behalf Of Pei Chen
> Sent: Friday, August 23, 2013 9:01 PM
> To: dev@ctakes.apache.org
> Subject: Re: Build error on ctakes-3.1_RC2
> 
> James,
> I could recreate Kim's issue with the RC2 tag.  I believe the root pom.xml
> should be; otherwise it won't build:
> <properties> +<ctakes.version>3.1.0-SNAPSHOT</ctakes.version> instead of
> this:
> -<ctakes.version>3.1.0</ctakes.version>
> </properties>
> 
> 
> On Fri, Aug 23, 2013 at 5:20 PM, Kim Ebert
> <ki...@perfectsearchcorp.com>wrote:
> 
>> Hi All,
>> 
>> I am trying to compile ctakes and I am getting a build error. Any ideas
>> of what I might be doing wrong?
>> 
>> [ERROR] Failed to execute goal on project ctakes-utils: Could not
>> resolve dependencies for project
>> org.apache.ctakes:ctakes-utils:jar:3.1.0-SNAPSHOT: Could not find
>> artifact org.apache.ctakes:ctakes-type-system:jar:3.1.0 in central
>> (http://repo.maven.apache.org/maven2) -> [Help 1]
>> 
>> Thanks,
>> 
>> --
>> Kim Ebert
>> 1.801.669.7342
>> Perfect Search Corp
>> http://www.perfectsearchcorp.com/
>> 
>> 

RE: Build error on ctakes-3.1_RC2

Posted by "Masanz, James J." <Ma...@mayo.edu>.
I deleted and re-created the tag from a revision that still had 

<ctakes.version>3.1.0-SNAPSHOT</ctakes.version>

Note rc2 has not been released for a vote yet because there appears to be a problem with the tokenizer sometimes creating PunctionToken when it should be creating ContractionToken, which I will look into on Monday.

-- James

-----Original Message-----
From: dev-return-1875-Masanz.James=mayo.edu@ctakes.apache.org [mailto:dev-return-1875-Masanz.James=mayo.edu@ctakes.apache.org] On Behalf Of Pei Chen
Sent: Friday, August 23, 2013 9:01 PM
To: dev@ctakes.apache.org
Subject: Re: Build error on ctakes-3.1_RC2

James,
I could recreate Kim's issue with the RC2 tag.  I believe the root pom.xml
should be; otherwise it won't build:
<properties> +<ctakes.version>3.1.0-SNAPSHOT</ctakes.version> instead of
this:
-<ctakes.version>3.1.0</ctakes.version>
</properties>


On Fri, Aug 23, 2013 at 5:20 PM, Kim Ebert
<ki...@perfectsearchcorp.com>wrote:

> Hi All,
>
> I am trying to compile ctakes and I am getting a build error. Any ideas
> of what I might be doing wrong?
>
> [ERROR] Failed to execute goal on project ctakes-utils: Could not
> resolve dependencies for project
> org.apache.ctakes:ctakes-utils:jar:3.1.0-SNAPSHOT: Could not find
> artifact org.apache.ctakes:ctakes-type-system:jar:3.1.0 in central
> (http://repo.maven.apache.org/maven2) -> [Help 1]
>
> Thanks,
>
> --
> Kim Ebert
> 1.801.669.7342
> Perfect Search Corp
> http://www.perfectsearchcorp.com/
>
>

Re: Build error on ctakes-3.1_RC2

Posted by Pei Chen <ch...@apache.org>.
James,
I could recreate Kim's issue with the RC2 tag.  I believe the root pom.xml
should be; otherwise it won't build:
<properties> +<ctakes.version>3.1.0-SNAPSHOT</ctakes.version> instead of
this:
-<ctakes.version>3.1.0</ctakes.version>
</properties>


On Fri, Aug 23, 2013 at 5:20 PM, Kim Ebert
<ki...@perfectsearchcorp.com>wrote:

> Hi All,
>
> I am trying to compile ctakes and I am getting a build error. Any ideas
> of what I might be doing wrong?
>
> [ERROR] Failed to execute goal on project ctakes-utils: Could not
> resolve dependencies for project
> org.apache.ctakes:ctakes-utils:jar:3.1.0-SNAPSHOT: Could not find
> artifact org.apache.ctakes:ctakes-type-system:jar:3.1.0 in central
> (http://repo.maven.apache.org/maven2) -> [Help 1]
>
> Thanks,
>
> --
> Kim Ebert
> 1.801.669.7342
> Perfect Search Corp
> http://www.perfectsearchcorp.com/
>
>