Created
October 16, 2019 14:49
-
-
Save johtani/b53e9e241e5b98519fb3ffe12b4164eb to your computer and use it in GitHub Desktop.
ant build-dict with ipadic
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/IdeaProjects/lucene-gosen-workspace/lucene-solr/lucene/analysis/kuromoji (fix-4056 *$) $ ant clean | |
Buildfile: /Users/johtani/IdeaProjects/lucene-gosen-workspace/lucene-solr/lucene/analysis/kuromoji/build.xml | |
clean: | |
[delete] Deleting directory /Users/johtani/IdeaProjects/lucene-gosen-workspace/lucene-solr/lucene/build/analysis/kuromoji | |
BUILD SUCCESSFUL | |
Total time: 0 seconds | |
~/IdeaProjects/lucene-gosen-workspace/lucene-solr/lucene/analysis/kuromoji (fix-4056 *$) $ ant build-dict | |
Buildfile: /Users/johtani/IdeaProjects/lucene-gosen-workspace/lucene-solr/lucene/analysis/kuromoji/build.xml | |
check-analyzers-common-uptodate: | |
jar-analyzers-common: | |
-check-git-state: | |
-git-cleanroot: | |
-copy-git-state: | |
git-autoclean: | |
ivy-availability-check: | |
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0. | |
-ivy-fail-disallowed-ivy-version: | |
ivy-fail: | |
ivy-configure: | |
[ivy:configure] :: Apache Ivy 2.4.0 - 20141213170938 :: http://ant.apache.org/ivy/ :: | |
[ivy:configure] :: loading settings :: file = /Users/johtani/IdeaProjects/lucene-gosen-workspace/lucene-solr/lucene/top-level-ivy-settings.xml | |
resolve: | |
common.init: | |
compile-lucene-core: | |
-check-git-state: | |
-git-cleanroot: | |
-copy-git-state: | |
git-autoclean: | |
ivy-availability-check: | |
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0. | |
-ivy-fail-disallowed-ivy-version: | |
ivy-fail: | |
ivy-configure: | |
[ivy:configure] :: loading settings :: file = /Users/johtani/IdeaProjects/lucene-gosen-workspace/lucene-solr/lucene/top-level-ivy-settings.xml | |
resolve: | |
init: | |
-clover.disable: | |
-clover.load: | |
-clover.classpath: | |
-clover.setup: | |
clover: | |
compile-core: | |
init: | |
-clover.disable: | |
-clover.load: | |
-clover.classpath: | |
-clover.setup: | |
clover: | |
common.compile-core: | |
[mkdir] Created dir: /Users/johtani/IdeaProjects/lucene-gosen-workspace/lucene-solr/lucene/build/analysis/kuromoji/classes/java | |
[javac] Compiling 48 source files to /Users/johtani/IdeaProjects/lucene-gosen-workspace/lucene-solr/lucene/build/analysis/kuromoji/classes/java | |
[javac] Creating empty /Users/johtani/IdeaProjects/lucene-gosen-workspace/lucene-solr/lucene/build/analysis/kuromoji/classes/java/org/apache/lucene/analysis/ja/dict/package-info.class | |
[javac] Creating empty /Users/johtani/IdeaProjects/lucene-gosen-workspace/lucene-solr/lucene/build/analysis/kuromoji/classes/java/org/apache/lucene/analysis/ja/package-info.class | |
[javac] Creating empty /Users/johtani/IdeaProjects/lucene-gosen-workspace/lucene-solr/lucene/build/analysis/kuromoji/classes/java/org/apache/lucene/analysis/ja/util/package-info.class | |
[javac] Creating empty /Users/johtani/IdeaProjects/lucene-gosen-workspace/lucene-solr/lucene/build/analysis/kuromoji/classes/java/org/apache/lucene/analysis/ja/tokenattributes/package-info.class | |
[copy] Copying 14 files to /Users/johtani/IdeaProjects/lucene-gosen-workspace/lucene-solr/lucene/build/analysis/kuromoji/classes/java | |
compile-core: | |
compile: | |
ivy-fail: | |
download-dict: | |
[ivy:retrieve] :: resolving dependencies :: org.apache.lucene#analyzers-kuromoji;[email protected] | |
[ivy:retrieve] confs: [ipadic] | |
[ivy:retrieve] found mecab#mecab-ipadic;2.7.0-20070801 in local | |
[ivy:retrieve] :: resolution report :: resolve 25ms :: artifacts dl 1ms | |
--------------------------------------------------------------------- | |
| | modules || artifacts | | |
| conf | number| search|dwnlded|evicted|| number|dwnlded| | |
--------------------------------------------------------------------- | |
| ipadic | 1 | 0 | 0 | 0 || 1 | 0 | | |
--------------------------------------------------------------------- | |
[ivy:retrieve] :: retrieving :: org.apache.lucene#analyzers-kuromoji | |
[ivy:retrieve] confs: [ipadic] | |
[ivy:retrieve] 1 artifacts copied, 0 already retrieved (11921kB/13ms) | |
[gunzip] Expanding mecab-ipadic-2.7.0-20070801.tar.gz to /Users/johtani/IdeaProjects/lucene-gosen-workspace/lucene-solr/lucene/build/analysis/kuromoji/mecab-ipadic-2.7.0-20070801.tar | |
[untar] Expanding: /Users/johtani/IdeaProjects/lucene-gosen-workspace/lucene-solr/lucene/build/analysis/kuromoji/mecab-ipadic-2.7.0-20070801.tar into /Users/johtani/IdeaProjects/lucene-gosen-workspace/lucene-solr/lucene/build/analysis/kuromoji | |
download-dict-unidic: | |
patch-dict: | |
[patch] patching file /Users/johtani/IdeaProjects/lucene-gosen-workspace/lucene-solr/lucene/build/analysis/kuromoji/mecab-ipadic-2.7.0-20070801/Noun.proper.csv | |
build-dict: | |
[delete] Deleting /Users/johtani/IdeaProjects/lucene-gosen-workspace/lucene-solr/lucene/analysis/kuromoji/src/resources/org/apache/lucene/analysis/ja/dict/CharacterDefinition.dat | |
[delete] Deleting /Users/johtani/IdeaProjects/lucene-gosen-workspace/lucene-solr/lucene/analysis/kuromoji/src/resources/org/apache/lucene/analysis/ja/dict/ConnectionCosts.dat | |
[delete] Deleting /Users/johtani/IdeaProjects/lucene-gosen-workspace/lucene-solr/lucene/analysis/kuromoji/src/resources/org/apache/lucene/analysis/ja/dict/TokenInfoDictionary$buffer.dat | |
[delete] Deleting /Users/johtani/IdeaProjects/lucene-gosen-workspace/lucene-solr/lucene/analysis/kuromoji/src/resources/org/apache/lucene/analysis/ja/dict/TokenInfoDictionary$fst.dat | |
[delete] Deleting /Users/johtani/IdeaProjects/lucene-gosen-workspace/lucene-solr/lucene/analysis/kuromoji/src/resources/org/apache/lucene/analysis/ja/dict/TokenInfoDictionary$posDict.dat | |
[delete] Deleting /Users/johtani/IdeaProjects/lucene-gosen-workspace/lucene-solr/lucene/analysis/kuromoji/src/resources/org/apache/lucene/analysis/ja/dict/TokenInfoDictionary$targetMap.dat | |
[delete] Deleting /Users/johtani/IdeaProjects/lucene-gosen-workspace/lucene-solr/lucene/analysis/kuromoji/src/resources/org/apache/lucene/analysis/ja/dict/UnknownDictionary$buffer.dat | |
[delete] Deleting /Users/johtani/IdeaProjects/lucene-gosen-workspace/lucene-solr/lucene/analysis/kuromoji/src/resources/org/apache/lucene/analysis/ja/dict/UnknownDictionary$posDict.dat | |
[delete] Deleting /Users/johtani/IdeaProjects/lucene-gosen-workspace/lucene-solr/lucene/analysis/kuromoji/src/resources/org/apache/lucene/analysis/ja/dict/UnknownDictionary$targetMap.dat | |
BUILD SUCCESSFUL | |
Total time: 6 seconds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment