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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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
