Skip to Content.
Sympa Menu

illinois-ml-nlp-users - Re: [Illinois-ml-nlp-users] errors occurred while compiling curator-0.6.8

illinois-ml-nlp-users AT lists.cs.illinois.edu

Subject: Support for users of CCG software closed 7-27-20

List archive

Re: [Illinois-ml-nlp-users] errors occurred while compiling curator-0.6.8


Chronological Thread 
  • From: "Sammons, Mark" <mssammon AT illinois.edu>
  • To: Miha Kresal <88.miha AT gmail.com>, "illinois-ml-nlp-users AT cs.uiuc.edu" <illinois-ml-nlp-users AT cs.uiuc.edu>
  • Subject: Re: [Illinois-ml-nlp-users] errors occurred while compiling curator-0.6.8
  • Date: Thu, 7 Jun 2012 16:24:12 +0000
  • Accept-language: en-US
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/illinois-ml-nlp-users>
  • List-id: Support for users of CCG software <illinois-ml-nlp-users.cs.uiuc.edu>

Hi, Miha.

Thanks for bringing this to our attention.  We will release an update soon, but for now, you should be able to resolve these problems by the following two steps:

1. in the file curator-annotators/illinois-pos/ivy.xml, remove the two lines :

        <dependency org="edu.illinois.cs.cogcomp" name="LBJ2" rev="2.8.2" transitive="false" conf="* -> *,!sources,!javadoc"/>
        <dependency org="edu.illinois.cs.cogcomp" name="LBJ2Library" rev="2.8.2" transitive="false" conf="* -> *,!sources,!javadoc"/>

2. in lib/ and dist/lib/,
  cp LBJLibrary-2.8.2.jar LBJ2Library-2.8.2.jar

-- this should allow the build to complete.

Regards,

Mark


From: illinois-ml-nlp-users-bounces AT cs.uiuc.edu [illinois-ml-nlp-users-bounces AT cs.uiuc.edu] on behalf of Miha Kresal [88.miha AT gmail.com]
Sent: Thursday, June 07, 2012 3:43 AM
To: illinois-ml-nlp-users AT cs.uiuc.edu
Subject: [Illinois-ml-nlp-users] errors occurred while compiling curator-0.6.8

Hello, I got these errors while compiling curator-0.6.8:

UNRESOLVED DEPENDENCIES
edu.illinois.cs.cogcomp#LBJ2;2.8.2: not found
edu.illinois.cs.cogcomp#LBJ2Library;2.8.2: not found
BUILD FAILED
/curator-0.6.8/build.xml:104: The following error occurred while executing this line:
/curator-0.6.8/build.xml:32: The following error occurred while executing this line:
/curator-0.6.8/curator-annotator/illinois-pos/build.xml:14: imposible to resolve dependencies: resolve failed (this point to ivy.xml in /curator-annotators/illinois-pos)

I use Ubuntu 11.10. I also checked the /lib directory and noticed that there are no LBJ2-2.8.2 and LBJ2Library-2.8.2 jars, only LBJ-2.8.2 and LBJLibrary-2.8.2.

Please help!



Archive powered by MHonArc 2.6.16.

Top of Page