[ https://issues.apache.org/jira/browse/LUCENE-3930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13240864#comment-13240864 ]
Hoss Man commented on LUCENE-3930: ---------------------------------- FWIW.... i did a completley clean checkout of the lucene3930 (r1306662) and got the following build failure trying to run "ant clean test" from the top level. the ivy bootstraping doesn't seem to play nicely with the license checker... {noformat} hossman@bester:~/lucene/branch_lucene3930$ ant clean test Buildfile: build.xml clean: clean: clean: clean: [echo] Building analyzers-common... clean: [echo] Building analyzers-icu... clean: [echo] Building analyzers-kuromoji... clean: [echo] Building analyzers-morfologik... clean: [echo] Building analyzers-phonetic... clean: [echo] Building analyzers-smartcn... clean: [echo] Building analyzers-stempel... clean: [echo] Building analyzers-uima... clean: [echo] Building benchmark... clean: [echo] Building facet... clean: [echo] Building grouping... clean: [echo] Building join... clean: [echo] Building queries... clean: [echo] Building queryparser... clean: [echo] Building spatial... clean: [echo] Building suggest... clean: [echo] Building solr... clean: validate: compile-tools: download-ivy: [mkdir] Created dir: /home/hossman/lucene/branch_lucene3930/lucene/ivy [echo] [echo] NOTE: You do not have ivy installed, so downloading it... [echo] If you make lots of checkouts, download ivy-2.2.0.jar yourself [echo] and set ivy.jar.file to this in your ~/build.properties [echo] [get] Getting: http://repo1.maven.org/maven2/org/apache/ivy/ivy/2.2.0/ivy-2.2.0.jar [get] To: /home/hossman/lucene/branch_lucene3930/lucene/ivy/ivy-2.2.0.jar install-ivy: resolve: [ivy:retrieve] :: Ivy 2.2.0 - 20100923230623 :: http://ant.apache.org/ivy/ :: [ivy:retrieve] :: loading settings :: url = jar:file:/home/hossman/lucene/branch_lucene3930/lucene/ivy/ivy-2.2.0.jar!/org/apache/ivy/core/settings/ivysettings.xml init: compile-core: [mkdir] Created dir: /home/hossman/lucene/branch_lucene3930/lucene/build/tools/classes/java [javac] Compiling 2 source files to /home/hossman/lucene/branch_lucene3930/lucene/build/tools/classes/java [copy] Copying 1 file to /home/hossman/lucene/branch_lucene3930/lucene/build/tools/classes/java validate: [echo] License check under: /home/hossman/lucene/branch_lucene3930/lucene [licenses] MISSING LICENSE for the following file: [licenses] /home/hossman/lucene/branch_lucene3930/lucene/ivy/ivy-2.2.0.jar [licenses] Expected locations below: [licenses] => /home/hossman/lucene/branch_lucene3930/lucene/ivy/ivy-LICENSE-ASL.txt [licenses] => /home/hossman/lucene/branch_lucene3930/lucene/ivy/ivy-LICENSE-BSD.txt [licenses] => /home/hossman/lucene/branch_lucene3930/lucene/ivy/ivy-LICENSE-BSD_LIKE.txt [licenses] => /home/hossman/lucene/branch_lucene3930/lucene/ivy/ivy-LICENSE-CDDL.txt [licenses] => /home/hossman/lucene/branch_lucene3930/lucene/ivy/ivy-LICENSE-CPL.txt [licenses] => /home/hossman/lucene/branch_lucene3930/lucene/ivy/ivy-LICENSE-EPL.txt [licenses] => /home/hossman/lucene/branch_lucene3930/lucene/ivy/ivy-LICENSE-MIT.txt [licenses] => /home/hossman/lucene/branch_lucene3930/lucene/ivy/ivy-LICENSE-MPL.txt [licenses] => /home/hossman/lucene/branch_lucene3930/lucene/ivy/ivy-LICENSE-PD.txt [licenses] => /home/hossman/lucene/branch_lucene3930/lucene/ivy/ivy-LICENSE-SUN.txt [licenses] => /home/hossman/lucene/branch_lucene3930/lucene/ivy/ivy-LICENSE-COMPOUND.txt [licenses] => /home/hossman/lucene/branch_lucene3930/lucene/ivy/ivy-LICENSE-FAKE.txt [licenses] Scanned 1 JAR file(s) for licenses (in 0.31s.), 1 error(s). BUILD FAILED /home/hossman/lucene/branch_lucene3930/build.xml:42: The following error occurred while executing this line: /home/hossman/lucene/branch_lucene3930/lucene/build.xml:178: The following error occurred while executing this line: /home/hossman/lucene/branch_lucene3930/lucene/tools/custom-tasks.xml:22: License check failed. Check the logs. Total time: 5 seconds {noformat} > nuke jars from source tree and use ivy > -------------------------------------- > > Key: LUCENE-3930 > URL: https://issues.apache.org/jira/browse/LUCENE-3930 > Project: Lucene - Java > Issue Type: Task > Components: general/build > Reporter: Robert Muir > Assignee: Robert Muir > Priority: Blocker > Fix For: 3.6 > > Attachments: LUCENE-3930-solr-example.patch, > LUCENE-3930-solr-example.patch, LUCENE-3930.patch, LUCENE-3930.patch, > LUCENE-3930.patch > > > As mentioned on the ML thread: "switch jars to ivy mechanism?". -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org