OpenSextant / OpenSextantToolbox

A geotagger and entity extractor
Other
15 stars 7 forks source link

LanguageResources build fails - missing Gazetteer ivy dependency #15

Closed haleystorm closed 8 years ago

haleystorm commented 8 years ago

Commit 6c3d47e23fb6f72fac2862d2942b8c9226e15835 in OpenSextant/Gazetteer Removed use of local Ivy repo for publishing finished gazetteer data.

Causes ant build to fail for LanguageResources and consequently cannot build current OpenSextant from source.

Buildfile: open-sextant/OpenSextantToolbox/LanguageResources/build.xml
setProxy:
clean:
   [delete] Deleting directory /open-sextant/OpenSextantToolbox/LanguageResources/build
    [mkdir] Created dir: /open-sextant/OpenSextantToolbox/LanguageResources/build
getDependencies:
[ivy:retrieve] :: Ivy 2.2.0 - 20100923230623 :: http://ant.apache.org/ivy/ ::
[ivy:retrieve] :: loading settings :: file = /open-sextant/OpenSextantToolbox/LanguageResources/ivysettings.xml
[ivy:retrieve] :: resolving dependencies :: org.opensextant#OpenSextantLanguageResources;working@---.local
[ivy:retrieve]  confs: [default]
[ivy:retrieve] :: resolution report :: resolve 34ms :: artifacts dl 1ms
    ---------------------------------------------------------------------
    |                  |            modules            ||   artifacts   |
    |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
    ---------------------------------------------------------------------
    |      default     |   1   |   0   |   0   |   0   ||   0   |   0   |
    ---------------------------------------------------------------------
[ivy:retrieve] 
[ivy:retrieve] :: problems summary ::
[ivy:retrieve] :::: WARNINGS
[ivy:retrieve]      module not found: org.opensextant#OpenSextantGazetteer;latest.integration
[ivy:retrieve]  ==== local: tried
[ivy:retrieve]    /.ivy2/local/org.opensextant/OpenSextantGazetteer/[revision]/ivys/ivy.xml
[ivy:retrieve]    -- artifact org.opensextant#OpenSextantGazetteer;latest.integration!OpenSextantGazetteer.jar:
[ivy:retrieve]    /.ivy2/local/org.opensextant/OpenSextantGazetteer/[revision]/jars/OpenSextantGazetteer.jar
[ivy:retrieve]      ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:retrieve]      ::          UNRESOLVED DEPENDENCIES         ::
[ivy:retrieve]      ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:retrieve]      :: org.opensextant#OpenSextantGazetteer;latest.integration: not found
[ivy:retrieve]      ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:retrieve] 
[ivy:retrieve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS

BUILD FAILED
/projects/open-sextant/OpenSextantToolbox/LanguageResources/build.xml:37: impossible to resolve dependencies:
    resolve failed - see output for details

Total time: 0 seconds
dlutz2 commented 8 years ago

Haley; Sorry about that. I am in the midst of reworking the OpenSextant projects in prep for move from ant to Maven. Changed the Gazetteer project, haven't yet changed the LanguageResources or Toolbox projects. Should get the changes to the other two projects in this week.

dlutz2 commented 8 years ago

Removed all ant/ivy from Language Resources, Toolbox now pulls released gazetteer data from Gazetteer Project. Travis says OK.

haleystorm commented 8 years ago

I am still unable to build the Gazetteer project but don't need to do so now that Toolbox pulls released data. Marking this issue as resolved.