Return-Path: X-Original-To: apmail-ctakes-user-archive@www.apache.org Delivered-To: apmail-ctakes-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9E7FE10065 for ; Fri, 5 Jul 2013 19:21:07 +0000 (UTC) Received: (qmail 97575 invoked by uid 500); 5 Jul 2013 19:21:07 -0000 Delivered-To: apmail-ctakes-user-archive@ctakes.apache.org Received: (qmail 97548 invoked by uid 500); 5 Jul 2013 19:21:07 -0000 Mailing-List: contact user-help@ctakes.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@ctakes.apache.org Delivered-To: mailing list user@ctakes.apache.org Received: (qmail 97541 invoked by uid 99); 5 Jul 2013 19:21:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Jul 2013 19:21:07 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ravigarg27@gmail.com designates 209.85.217.180 as permitted sender) Received: from [209.85.217.180] (HELO mail-lb0-f180.google.com) (209.85.217.180) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Jul 2013 19:21:00 +0000 Received: by mail-lb0-f180.google.com with SMTP id o10so2298670lbi.39 for ; Fri, 05 Jul 2013 12:20:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=x3RW9Gl82uSlgK/4YPm3PUMpTLeeFHG7jcEqx4lpco0=; b=y0bU2bmqYt6fx1CnrMc3RK9lNuGtlXShavufdjA+IFyrpxE0lPlGPI5aidzcaoC7ex E6V+dq2dK5h9AsLZDE6rcARVw8QbnFsGuHKL0hGlEszEKJQHNBEmsDQ0BbmbnYLVsVoo NV4QxLXDb/u7oo9cYs+zvNxRFn18hOkJpBC7KFA/Qljfr7x/GVsJjXpYu1FKwkzYMKG7 DS3gANDnaJrLP4YiWw6QR7I26NnLMrvtbdxUkTMVmqMCzi2VEfhLGNhTcBwp90H2k3L9 ZnhhlY0pKOz9paiLZUvfmuE5cbTxH3x189IinHHZT69PE6196PWGAOGrZ+8oJoz+R7PY XLOA== MIME-Version: 1.0 X-Received: by 10.152.28.34 with SMTP id y2mr5725555lag.0.1373052040347; Fri, 05 Jul 2013 12:20:40 -0700 (PDT) Received: by 10.112.57.39 with HTTP; Fri, 5 Jul 2013 12:20:40 -0700 (PDT) In-Reply-To: References: Date: Sat, 6 Jul 2013 00:50:40 +0530 Message-ID: Subject: Re: Maven Dependency issue when adding ctakes-drug-ner as a dependency From: ravi garg To: user@ctakes.apache.org Content-Type: multipart/alternative; boundary=089e0158c57a1f877b04e0c89752 X-Virus-Checked: Checked by ClamAV on apache.org --089e0158c57a1f877b04e0c89752 Content-Type: text/plain; charset=ISO-8859-1 I think you will need to place this along with other dependency in your pom.xml file. net.sourceforge.openai openaifsm 0.0.1 It should solve your OpenAI_FSM error. But you may get errors for other jars too. For that put the required dependencies (given in the link) in the pom.xml as required. On Sat, Jul 6, 2013 at 12:32 AM, Snehal wrote: > Thanks for the reply Ravi. It looks like this is going to be fixed in > version 3.1 which is not yet released. Is there a workaround that I > can do with 3.0? > > Regards, > Snehal > Snehal > > > On Fri, Jul 5, 2013 at 11:52 AM, ravi garg wrote: > > Hi, > > > > Please have a look at this > https://issues.apache.org/jira/browse/CTAKES-76. > > I think this will solve your problem. > > > > Regards, > > Ravi > > > > > > On Sat, Jul 6, 2013 at 12:01 AM, Snehal wrote: > >> > >> Hello, > >> > >> I am trying to add ctakes-drug-ner as a dependency to my project using > >> Maven. When I run "mvn eclipse:eclipse" I get the following exception. > >> Any idea how to fix this? > >> > >> [WARNING] Invalid POM for > >> org.apache.ctakes:ctakes-drug-ner:jar:3.0.0-incubating, transitive > >> dependencies (if any) will not be available, enable debug logging for > >> more details: Some problems were encountered while processing the > >> POMs: > >> [ERROR] 'dependencies.dependency.systemPath' for > >> net.sourceforge.openai:fsm:jar must specify an absolute path but is > >> ${project.basedir}/../ctakes-core/lib/OpenAI_FSM.jar @ line 86, column > >> 16 > >> > >> Thanks, > >> Snehal > > > > > > > > > > -- > > Ravi Garg > > 3rd Year > > MSc (hons) Biological Sciences > > B.E (hons) Computer Science and Engineering > > BITS Pilani KK Birla Goa Campus > -- Ravi Garg 3rd Year MSc (hons) Biological Sciences B.E (hons) Computer Science and Engineering BITS Pilani KK Birla Goa Campus --089e0158c57a1f877b04e0c89752 Content-Type: text/html; charset=ISO-8859-1
I think you will need to place this along with other dependency in your pom.xml file.

<dependency>
<groupId>net.sourceforge.openai</groupId>
<artifactId>openaifsm</artifactId>
<version>0.0.1</version>
</dependency>

It should solve your OpenAI_FSM error. But you may get errors for other jars too. For that put the required dependencies (given in the link) in the pom.xml as required.






On Sat, Jul 6, 2013 at 12:32 AM, Snehal <snehal.kumar@gmail.com> wrote:
Thanks for the reply Ravi. It looks like this is going to be fixed in
version 3.1 which is not yet released. Is there a workaround that I
can do with 3.0?

Regards,
Snehal
Snehal


On Fri, Jul 5, 2013 at 11:52 AM, ravi garg <ravigarg27@gmail.com> wrote:
> Hi,
>
> Please have a look at this https://issues.apache.org/jira/browse/CTAKES-76.
> I think this will solve your problem.
>
> Regards,
> Ravi
>
>
> On Sat, Jul 6, 2013 at 12:01 AM, Snehal <snehal.kumar@gmail.com> wrote:
>>
>> Hello,
>>
>> I am trying to add ctakes-drug-ner as a dependency to my project using
>> Maven. When I run "mvn eclipse:eclipse" I get the following exception.
>> Any idea how to fix this?
>>
>> [WARNING] Invalid POM for
>> org.apache.ctakes:ctakes-drug-ner:jar:3.0.0-incubating, transitive
>> dependencies (if any) will not be available, enable debug logging for
>> more details: Some problems were encountered while processing the
>> POMs:
>> [ERROR] 'dependencies.dependency.systemPath' for
>> net.sourceforge.openai:fsm:jar must specify an absolute path but is
>> ${project.basedir}/../ctakes-core/lib/OpenAI_FSM.jar @ line 86, column
>> 16
>>
>> Thanks,
>> Snehal
>
>
>
>
> --
> Ravi Garg
> 3rd Year
> MSc (hons) Biological Sciences
> B.E (hons) Computer Science and Engineering
> BITS Pilani KK Birla Goa Campus



--
Ravi Garg
3rd Year
MSc (hons) Biological Sciences
B.E (hons) Computer Science and Engineering
BITS Pilani KK Birla Goa Campus
--089e0158c57a1f877b04e0c89752--