[
https://issues.apache.org/jira/browse/LUCENE-3930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13240918#comment-13240918
]
Hoss Man commented on LUCENE-3930:
----------------------------------
here's the tail end of "ant -verbose clean test"...
{noformat}
hossman@bester:~/lucene/branch_lucene3930$ ant -verbose clean test
...
compile-test-framework:
Skipped because property 'lucene.test.framework.compiled' set.
common.compile-test:
[mkdir] Skipping
/home/hossman/lucene/branch_lucene3930/lucene/build/contrib/demo/classes/test
because it already exists.
Property "run.clover" has not been set
[javac] org/apache/lucene/demo/TestDemo.java omitted as
/home/hossman/lucene/branch_lucene3930/lucene/build/contrib/demo/classes/test/org/apache/lucene/demo/TestDemo.class
is up to date.
[javac]
/home/hossman/lucene/branch_lucene3930/lucene/contrib/demo/src/test/org/apache/lucene/demo/test-files/docs/apache1.0.txt
skipped - don't know how to handle it
[javac]
/home/hossman/lucene/branch_lucene3930/lucene/contrib/demo/src/test/org/apache/lucene/demo/test-files/docs/apache1.1.txt
skipped - don't know how to handle it
[javac]
/home/hossman/lucene/branch_lucene3930/lucene/contrib/demo/src/test/org/apache/lucene/demo/test-files/docs/apache2.0.txt
skipped - don't know how to handle it
[javac]
/home/hossman/lucene/branch_lucene3930/lucene/contrib/demo/src/test/org/apache/lucene/demo/test-files/docs/cpl1.0.txt
skipped - don't know how to handle it
[javac]
/home/hossman/lucene/branch_lucene3930/lucene/contrib/demo/src/test/org/apache/lucene/demo/test-files/docs/epl1.0.txt
skipped - don't know how to handle it
[javac]
/home/hossman/lucene/branch_lucene3930/lucene/contrib/demo/src/test/org/apache/lucene/demo/test-files/docs/freebsd.txt
skipped - don't know how to handle it
[javac]
/home/hossman/lucene/branch_lucene3930/lucene/contrib/demo/src/test/org/apache/lucene/demo/test-files/docs/gpl1.0.txt
skipped - don't know how to handle it
[javac]
/home/hossman/lucene/branch_lucene3930/lucene/contrib/demo/src/test/org/apache/lucene/demo/test-files/docs/gpl2.0.txt
skipped - don't know how to handle it
[javac]
/home/hossman/lucene/branch_lucene3930/lucene/contrib/demo/src/test/org/apache/lucene/demo/test-files/docs/gpl3.0.txt
skipped - don't know how to handle it
[javac]
/home/hossman/lucene/branch_lucene3930/lucene/contrib/demo/src/test/org/apache/lucene/demo/test-files/docs/lgpl2.1.txt
skipped - don't know how to handle it
[javac]
/home/hossman/lucene/branch_lucene3930/lucene/contrib/demo/src/test/org/apache/lucene/demo/test-files/docs/lgpl3.txt
skipped - don't know how to handle it
[javac]
/home/hossman/lucene/branch_lucene3930/lucene/contrib/demo/src/test/org/apache/lucene/demo/test-files/docs/lpgl2.0.txt
skipped - don't know how to handle it
[javac]
/home/hossman/lucene/branch_lucene3930/lucene/contrib/demo/src/test/org/apache/lucene/demo/test-files/docs/mit.txt
skipped - don't know how to handle it
[javac]
/home/hossman/lucene/branch_lucene3930/lucene/contrib/demo/src/test/org/apache/lucene/demo/test-files/docs/mozilla1.1.txt
skipped - don't know how to handle it
[javac]
/home/hossman/lucene/branch_lucene3930/lucene/contrib/demo/src/test/org/apache/lucene/demo/test-files/docs/mozilla_eula_firefox3.txt
skipped - don't know how to handle it
[javac]
/home/hossman/lucene/branch_lucene3930/lucene/contrib/demo/src/test/org/apache/lucene/demo/test-files/docs/mozilla_eula_thunderbird2.txt
skipped - don't know how to handle it
[copy] org/apache/lucene/demo/test-files/docs/apache1.0.txt omitted as
/home/hossman/lucene/branch_lucene3930/lucene/build/contrib/demo/classes/test/org/apache/lucene/demo/test-files/docs/apache1.0.txt
is up to date.
[copy] org/apache/lucene/demo/test-files/docs/apache1.1.txt omitted as
/home/hossman/lucene/branch_lucene3930/lucene/build/contrib/demo/classes/test/org/apache/lucene/demo/test-files/docs/apache1.1.txt
is up to date.
[copy] org/apache/lucene/demo/test-files/docs/apache2.0.txt omitted as
/home/hossman/lucene/branch_lucene3930/lucene/build/contrib/demo/classes/test/org/apache/lucene/demo/test-files/docs/apache2.0.txt
is up to date.
[copy] org/apache/lucene/demo/test-files/docs/cpl1.0.txt omitted as
/home/hossman/lucene/branch_lucene3930/lucene/build/contrib/demo/classes/test/org/apache/lucene/demo/test-files/docs/cpl1.0.txt
is up to date.
[copy] org/apache/lucene/demo/test-files/docs/epl1.0.txt omitted as
/home/hossman/lucene/branch_lucene3930/lucene/build/contrib/demo/classes/test/org/apache/lucene/demo/test-files/docs/epl1.0.txt
is up to date.
[copy] org/apache/lucene/demo/test-files/docs/freebsd.txt omitted as
/home/hossman/lucene/branch_lucene3930/lucene/build/contrib/demo/classes/test/org/apache/lucene/demo/test-files/docs/freebsd.txt
is up to date.
[copy] org/apache/lucene/demo/test-files/docs/gpl1.0.txt omitted as
/home/hossman/lucene/branch_lucene3930/lucene/build/contrib/demo/classes/test/org/apache/lucene/demo/test-files/docs/gpl1.0.txt
is up to date.
[copy] org/apache/lucene/demo/test-files/docs/gpl2.0.txt omitted as
/home/hossman/lucene/branch_lucene3930/lucene/build/contrib/demo/classes/test/org/apache/lucene/demo/test-files/docs/gpl2.0.txt
is up to date.
[copy] org/apache/lucene/demo/test-files/docs/gpl3.0.txt omitted as
/home/hossman/lucene/branch_lucene3930/lucene/build/contrib/demo/classes/test/org/apache/lucene/demo/test-files/docs/gpl3.0.txt
is up to date.
[copy] org/apache/lucene/demo/test-files/docs/lgpl2.1.txt omitted as
/home/hossman/lucene/branch_lucene3930/lucene/build/contrib/demo/classes/test/org/apache/lucene/demo/test-files/docs/lgpl2.1.txt
is up to date.
[copy] org/apache/lucene/demo/test-files/docs/lgpl3.txt omitted as
/home/hossman/lucene/branch_lucene3930/lucene/build/contrib/demo/classes/test/org/apache/lucene/demo/test-files/docs/lgpl3.txt
is up to date.
[copy] org/apache/lucene/demo/test-files/docs/lpgl2.0.txt omitted as
/home/hossman/lucene/branch_lucene3930/lucene/build/contrib/demo/classes/test/org/apache/lucene/demo/test-files/docs/lpgl2.0.txt
is up to date.
[copy] org/apache/lucene/demo/test-files/docs/mit.txt omitted as
/home/hossman/lucene/branch_lucene3930/lucene/build/contrib/demo/classes/test/org/apache/lucene/demo/test-files/docs/mit.txt
is up to date.
[copy] org/apache/lucene/demo/test-files/docs/mozilla1.1.txt omitted as
/home/hossman/lucene/branch_lucene3930/lucene/build/contrib/demo/classes/test/org/apache/lucene/demo/test-files/docs/mozilla1.1.txt
is up to date.
[copy] org/apache/lucene/demo/test-files/docs/mozilla_eula_firefox3.txt
omitted as
/home/hossman/lucene/branch_lucene3930/lucene/build/contrib/demo/classes/test/org/apache/lucene/demo/test-files/docs/mozilla_eula_firefox3.txt
is up to date.
[copy]
org/apache/lucene/demo/test-files/docs/mozilla_eula_thunderbird2.txt omitted as
/home/hossman/lucene/branch_lucene3930/lucene/build/contrib/demo/classes/test/org/apache/lucene/demo/test-files/docs/mozilla_eula_thunderbird2.txt
is up to date.
[copy] omitted as
/home/hossman/lucene/branch_lucene3930/lucene/build/contrib/demo/classes/test
is up to date.
[copy] org omitted as
/home/hossman/lucene/branch_lucene3930/lucene/build/contrib/demo/classes/test/org
is up to date.
[copy] org/apache omitted as
/home/hossman/lucene/branch_lucene3930/lucene/build/contrib/demo/classes/test/org/apache
is up to date.
[copy] org/apache/lucene omitted as
/home/hossman/lucene/branch_lucene3930/lucene/build/contrib/demo/classes/test/org/apache/lucene
is up to date.
[copy] org/apache/lucene/demo omitted as
/home/hossman/lucene/branch_lucene3930/lucene/build/contrib/demo/classes/test/org/apache/lucene/demo
is up to date.
[copy] org/apache/lucene/demo/test-files omitted as
/home/hossman/lucene/branch_lucene3930/lucene/build/contrib/demo/classes/test/org/apache/lucene/demo/test-files
is up to date.
[copy] org/apache/lucene/demo/test-files/docs omitted as
/home/hossman/lucene/branch_lucene3930/lucene/build/contrib/demo/classes/test/org/apache/lucene/demo/test-files/docs
is up to date.
[antcall] Exiting
/home/hossman/lucene/branch_lucene3930/lucene/contrib/demo/build.xml.
compile-tools:
Detected Java version: 1.6 in: /usr/lib/jvm/java-6-sun-1.6.0.24/jre
Detected OS: Linux
Project base dir set to: /home/hossman/lucene/branch_lucene3930/lucene/tools
[ant] calling target(s) [compile-core] in build file
/home/hossman/lucene/branch_lucene3930/lucene/tools/build.xml
parsing buildfile /home/hossman/lucene/branch_lucene3930/lucene/tools/build.xml
with URI = file:/home/hossman/lucene/branch_lucene3930/lucene/tools/build.xml
Project base dir set to: /home/hossman/lucene/branch_lucene3930/lucene/tools
Importing file /home/hossman/lucene/branch_lucene3930/lucene/common-build.xml
from /home/hossman/lucene/branch_lucene3930/lucene/tools/build.xml
parsing buildfile
/home/hossman/lucene/branch_lucene3930/lucene/common-build.xml with URI =
file:/home/hossman/lucene/branch_lucene3930/lucene/common-build.xml
Already defined in main or a previous import, ignore compile-core
Already defined in main or a previous import, ignore javadocs
[property] Loading /home/hossman/lucene.build.properties
[property] Unable to find property file: /home/hossman/lucene.build.properties
[property] Loading /home/hossman/build.properties
[property] Unable to find property file: /home/hossman/build.properties
[property] Loading
/home/hossman/lucene/branch_lucene3930/lucene/tools/build.properties
[property] Unable to find property file:
/home/hossman/lucene/branch_lucene3930/lucene/tools/build.properties
[property] Loading
/home/hossman/lucene/branch_lucene3930/lucene/build.properties
[property] Unable to find property file:
/home/hossman/lucene/branch_lucene3930/lucene/build.properties
Override ignored for property "DSTAMP"
Override ignored for property "TSTAMP"
[available] Found:
/home/hossman/lucene/branch_lucene3930/lucene/ivy/ivy-2.2.0.jar
Property "run.clover" has not been set
[available] Found: javadoc/java6/package-list
Override ignored for property "build.dir"
[available] Unable to load class com.cenqua.clover.tasks.CloverReportTask to
set property clover.present
Importing file
/home/hossman/lucene/branch_lucene3930/lucene/tools/custom-tasks.xml from
/home/hossman/lucene/branch_lucene3930/lucene/common-build.xml
parsing buildfile
/home/hossman/lucene/branch_lucene3930/lucene/tools/custom-tasks.xml with URI =
file:/home/hossman/lucene/branch_lucene3930/lucene/tools/custom-tasks.xml
[macrodef] creating macro license-check-macro
Trying to override old definition of task m2-deploy
[macrodef] creating macro m2-deploy
[macrodef] creating macro m2-deploy-with-pom-template
Trying to override old definition of task build-manifest
[macrodef] creating macro build-manifest
Trying to override old definition of task jarify
[macrodef] creating macro jarify
[macrodef] creating macro module-uptodate
[macrodef] creating macro compile-test-macro
Trying to override old definition of task test-macro
[macrodef] creating macro test-macro
[available] Unable to find file pom.xml to set property pom.xml.present
[macrodef] creating macro compile
[macrodef] creating macro invoke-javacc
Trying to override old definition of task invoke-javadoc
[macrodef] creating macro invoke-javadoc
[macrodef] creating macro contrib-crawl
[macrodef] creating macro svn-export-source
[macrodef] creating macro get-svn-info
[macrodef] creating macro make-checksums
[macrodef] creating macro sign-artifacts-macro
[macrodef] creating macro copy-to-stage-macro
[ant] Entering
/home/hossman/lucene/branch_lucene3930/lucene/tools/build.xml...
Build sequence for target(s) `compile-core' is [download-ivy, install-ivy,
resolve, init, compile-core]
Complete build sequence is [download-ivy, install-ivy, resolve, init,
compile-core, compile-tools, validate, common.init,
common.download-java6-javadoc-packagelist, common.install-ivy,
check-analyzers-common-uptodate, common.clover.check, common.jar-core,
clover.setup, junit-sequential, clover.info, clover, common.compile-core,
junit-mkdir, compile-test-framework, compile-test, check-lucene-core-uptodate,
common.jflex-uptodate-check, jar-core, jar-src, javadocs, install-maven-tasks,
common.dist-maven, common.junit-mkdir, common.clean, check-queries-uptodate,
jar-queries, javacc-uptodate-check, common.generate-test-reports,
rat-sources-typedef, rat-sources, jflex-uptodate-check, common.javadocs, jar,
javacc-check, jflex-check, dist-maven, default, jflex-notice,
common.jar-lucene-core, common.javacc-notice, common.compile-tools,
common.jar-queries, common.jar-src, common.rat-sources, compile-lucene-core,
download-java6-javadoc-packagelist, common.clover.setup, common.default,
junit-parallel, test, common.clover, common.junit-sequential, jar-lucene-core,
common.jflex-check, clover.check, common.check-queryparser-uptodate,
common.compile-test, common.jar-analyzers-common, compile, clean,
common.clover.info, common.validate, common.download-ivy,
check-queryparser-uptodate, common.jar-queryparser,
common.check-analyzers-common-uptodate, generate-test-reports,
common.javacc-uptodate-check, common.resolve, common.javacc-check,
common.install-maven-tasks, common.rat-sources-typedef, jar-queryparser,
common.compile-test-framework, jar-analyzers-common,
common.compile-lucene-core, common.junit-parallel, common.jar,
common.jflex-notice, common.check-queries-uptodate, javacc-notice,
common.compile, common.check-lucene-core-uptodate, common.test, ]
download-ivy:
Skipped because property 'ivy.available' set.
install-ivy:
parsing buildfile
jar:file:/home/hossman/lucene/branch_lucene3930/lucene/ivy/ivy-2.2.0.jar!/org/apache/ivy/ant/antlib.xml
with URI =
jar:file:/home/hossman/lucene/branch_lucene3930/lucene/ivy/ivy-2.2.0.jar!/org/apache/ivy/ant/antlib.xml
Trying to override old definition of datatype antlib:org.apache.ivy.ant:settings
Trying to override old definition of task antlib:org.apache.ivy.ant:configure
Trying to override old definition of task antlib:org.apache.ivy.ant:resolve
Trying to override old definition of task antlib:org.apache.ivy.ant:retrieve
Trying to override old definition of task antlib:org.apache.ivy.ant:deliver
Trying to override old definition of task antlib:org.apache.ivy.ant:publish
Trying to override old definition of task antlib:org.apache.ivy.ant:extract
Trying to override old definition of task antlib:org.apache.ivy.ant:cachepath
Trying to override old definition of task antlib:org.apache.ivy.ant:cachefileset
Trying to override old definition of task antlib:org.apache.ivy.ant:report
Trying to override old definition of task antlib:org.apache.ivy.ant:repreport
Trying to override old definition of task antlib:org.apache.ivy.ant:var
Trying to override old definition of task antlib:org.apache.ivy.ant:check
Trying to override old definition of task
antlib:org.apache.ivy.ant:artifactproperty
Trying to override old definition of task antlib:org.apache.ivy.ant:buildlist
Trying to override old definition of task antlib:org.apache.ivy.ant:install
Trying to override old definition of task antlib:org.apache.ivy.ant:convertpom
Trying to override old definition of task antlib:org.apache.ivy.ant:makepom
Trying to override old definition of task
antlib:org.apache.ivy.ant:artifactreport
Trying to override old definition of task antlib:org.apache.ivy.ant:info
Trying to override old definition of task antlib:org.apache.ivy.ant:addpath
Trying to override old definition of task antlib:org.apache.ivy.ant:listmodules
Trying to override old definition of task antlib:org.apache.ivy.ant:findrevision
Trying to override old definition of task antlib:org.apache.ivy.ant:buildnumber
Trying to override old definition of task antlib:org.apache.ivy.ant:cleancache
resolve:
[ivy:retrieve] No ivy:settings found for the default reference 'ivy.instance'.
A default instance will be used
[ivy:retrieve] Loading
jar:file:/home/hossman/lucene/branch_lucene3930/lucene/ivy/ivy-2.2.0.jar!/org/apache/ivy/core/settings/ivy.properties
[ivy:retrieve] searching settings file: trying
/home/hossman/lucene/branch_lucene3930/lucene/tools/ivysettings.xml
[ivy:retrieve] searching settings file: trying
/home/hossman/lucene/branch_lucene3930/lucene/tools/ivyconf.xml
[ivy:retrieve] searching settings file: trying ivysettings.xml
[ivy:retrieve] searching settings file: trying ivyconf.xml
[ivy:retrieve] no settings file found, using default...
[ivy:retrieve] :: Ivy 2.2.0 - 20100923230623 :: http://ant.apache.org/ivy/ ::
[ivy:retrieve] jakarta commons httpclient not found: using jdk url handling
[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
[ivy:retrieve] no default ivy user dir defined: set to /home/hossman/.ivy2
[ivy:retrieve] including url:
jar:file:/home/hossman/lucene/branch_lucene3930/lucene/ivy/ivy-2.2.0.jar!/org/apache/ivy/core/settings/ivysettings-public.xml
[ant] Exiting
/home/hossman/lucene/branch_lucene3930/lucene/tools/build.xml.
[antcall] Exiting
/home/hossman/lucene/branch_lucene3930/lucene/contrib/demo/build.xml.
[subant] Exiting
/home/hossman/lucene/branch_lucene3930/lucene/contrib/demo/build.xml.
[subant] Exiting /home/hossman/lucene/branch_lucene3930/lucene/build.xml.
java.lang.OutOfMemoryError: PermGen space
at org.apache.tools.ant.DefaultLogger.formatTime(DefaultLogger.java:323)
at
org.apache.tools.ant.DefaultLogger.buildFinished(DefaultLogger.java:170)
at org.apache.tools.ant.Project.fireBuildFinished(Project.java:2037)
at org.apache.tools.ant.Main.runBuild(Main.java:778)
at org.apache.tools.ant.Main.startAnt(Main.java:217)
at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
PermGen space
{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: [email protected]
For additional commands, e-mail: [email protected]