Hi Stefan,

For me, it happens on 2.0.7 and 2.0.8 with java 1.5.0_14

Erez.

On Jan 29, 2008 10:07 AM, VUB Stefan Seidel <[EMAIL PROTECTED]> wrote:

> Hi Jörg,
>
> this is also what I see here (see my post about "M2 multi-project site
> build is broken").
> All tests are run for each project in the reactor. I think we could file
> an issue for each of the affected plugins, but this seems more like a
> maven generic issue. Something was "fixed" with devastating effects for
> a lot of plugins. What maven version are you using?
>
> Stefan
>
> Joerg Hohwiller wrote:
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> > Hi,
> > | Try
> > |
> > | export MAVEN_OPTS="-Xmx1024M -XX:MaxPermSize=512m"
> > oh, stupid me!
> >
> > The build runs now, but still it is true what I described:
> > It seems to cycle. It is not an infinity loop but the same modules
> > are build and tested again and again.
> > Might be a bug introduced in maven-surefire-report-plugin 2.4.
> >
> > I build with 2.4.
> > [INFO] BUILD SUCCESSFUL
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Total time: 27 minutes 57 seconds
> > [INFO] Finished at: Mon Jan 28 23:16:26 GMT+01:00 2008
> > [INFO] Final Memory: 92M/164M
> > [INFO]
> > ------------------------------------------------------------------------
> >
> > Then I ran a clean build again with maven-surefire-report-plugin 2.3
> > and got:
> > [INFO] BUILD SUCCESSFUL
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Total time: 9 minutes 38 seconds
> > [INFO] Finished at: Mon Jan 28 23:29:44 GMT+01:00 2008
> > [INFO] Final Memory: 46M/86M
> > [INFO]
> > ------------------------------------------------------------------------
> >
> > The log (maven-output) is multiple times larger with 2.4.
> >
> > Any ideas?
> > Shall I file a jira issue?
> > |
> > | instead.
> > |
> > | As far as I can see, MVN_OPTS is not used by Maven.
> > Thanks for this hint.
> >
> > Take care
> > ~  Jörg
> > |
> > |
> > | On 27/01/2008, Joerg Hohwiller <[EMAIL PROTECTED]> wrote:
> > | Hi there,
> > |
> > | the build of my projects site does not work anymore.
> > |
> > | I do this:
> > |
> > | export MVN_OPTS="-Xmx1024M -XX:MaxPermSize=512m"
> > | mvn install -Dmaven.test.skip=true
> > | mvn -npu -fae -Pcodehaus site:stage -DstagingDirectory=${STAGE_DIR}
> > |
> > | The problem occured since I hat to purge my local repository.
> > | I currently guess that it has to do something with a bug in a new
> > | released plugin (maybe related to surefire - see below).
> > |
> > | Can anybody help me to track this down?
> > |
> > | After an extra-ordinary long build I got this error:
> > |
> > | [INFO] Generate "Source Xref" report.
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [ERROR] FATAL ERROR
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] Java heap space
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] Trace
> > | java.lang.OutOfMemoryError: Java heap space
> > | ~        at
> > |
> > org.apache.velocity.runtime.parser.VelocityCharStream.<init>(
> VelocityCharStream.java:260)
> >
> > | ~        at
> > |
> > org.apache.velocity.runtime.parser.VelocityCharStream.<init>(
> VelocityCharStream.java:296)
> >
> > | ~        at
> > |
> > org.apache.velocity.runtime.parser.VelocityCharStream.<init>(
> VelocityCharStream.java:302)
> >
> > | ~        at
> > org.apache.velocity.runtime.parser.Parser.<init>(Parser.java:61)
> > | ~        at
> > |
> > org.apache.velocity.runtime.RuntimeInstance.createNewParser(
> RuntimeInstance.java:694)
> >
> > | ~        at
> > |
> > org.apache.velocity.runtime.RuntimeInstance.initializeParserPool(
> RuntimeInstance.java:681)
> >
> > | ~        at
> > |
> > org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java
> :229)
> >
> > | ~        at
> > org.apache.velocity.app.VelocityEngine.init(VelocityEngine.java:80)
> > | ~        at
> > org.apache.maven.jxr.DirectoryIndexer.process(DirectoryIndexer.java:220)
> > | ~        at org.apache.maven.jxr.JXR.xref(JXR.java:281)
> > | ~        at
> > |
> > org.apache.maven.plugin.jxr.AbstractJxrReport.createXref(
> AbstractJxrReport.java:261)
> >
> > |
> > |
> > | The build also seems to cycle because it does the same things again
> > and again.
> > | During that it logs sections like this:
> > | Tests run: 8, Failures: 0, Errors: 0, Skipped: 1
> > |
> > | [INFO] Preparing surefire-report:report-only
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] Building mmm
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] No goals needed for project - skipping
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] Building util
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] No goals needed for project - skipping
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] Building util-core
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] No goals needed for project - skipping
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] Building util-reflect
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] No goals needed for project - skipping
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] Building util-event
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] No goals needed for project - skipping
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] Building util-resource
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] No goals needed for project - skipping
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] Building util-xml
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] No goals needed for project - skipping
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] Building util-misc
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] No goals needed for project - skipping
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] Building value
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] No goals needed for project - skipping
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] Building value-validator
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] No goals needed for project - skipping
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] Building content
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] No goals needed for project - skipping
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] Building content-core
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] No goals needed for project - skipping
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] Building content-entities
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] No goals needed for project - skipping
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] Building content-repository
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] No goals needed for project - skipping
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] Building content-repository-api
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] No goals needed for project - skipping
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] Building content-repository-impl-file
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] No goals needed for project - skipping
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] Building content-repository-impl-db-static
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] No goals needed for project - skipping
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] Building uit
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] No goals needed for project - skipping
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] Building uit-api
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] No goals needed for project - skipping
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] Building uit-impl-swing
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] No goals needed for project - skipping
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] Building gui
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] No goals needed for project - skipping
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] Building gui-model
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] No goals needed for project - skipping
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] Building gui-view
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] No goals needed for project - skipping
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] Building search
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] No goals needed for project - skipping
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] Building search-parser
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] No goals needed for project - skipping
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] Building search-parser-api
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] No goals needed for project - skipping
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] Building search-parser-impl-xml
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] No goals needed for project - skipping
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] Building search-parser-impl-text
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] No goals needed for project - skipping
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] Building search-parser-impl-html
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] No goals needed for project - skipping
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] Building search-parser-impl-pdf
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] No goals needed for project - skipping
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] Building search-parser-impl-poi
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] No goals needed for project - skipping
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] Building search-parser-impl-doc
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] No goals needed for project - skipping
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] Building search-parser-impl-xls
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] No goals needed for project - skipping
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] Building search-parser-impl-ppt
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] No goals needed for project - skipping
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] Building search-parser-impl-opendoc
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] No goals needed for project - skipping
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] Building search-parser-impl-generic
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] No goals needed for project - skipping
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] Building search-parser-impl-java
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] No goals needed for project - skipping
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] Building search-parser-service
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] No goals needed for project - skipping
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] Building util-file
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] No goals needed for project - skipping
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] Building search-engine
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] No goals needed for project - skipping
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] Building search-engine-api
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] No goals needed for project - skipping
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] Building search-engine-impl-lucene
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] No goals needed for project - skipping
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] Building search-indexer
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] No goals needed for project - skipping
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] Building search-indexer-lucene
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] No goals needed for project - skipping
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] Building search-engine-webapp
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] No goals needed for project - skipping
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] Building setup
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] No goals needed for project - skipping
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] Building util-http
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] No goals needed for project - skipping
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] Building upnp
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] No goals needed for project - skipping
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] Building upnp-ssdp
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] No goals needed for project - skipping
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] Building uit-impl-swt
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] No goals needed for project - skipping
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] Building uit-demo
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] No goals needed for project - skipping
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] Building value-core
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] No goals needed for project - skipping
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] Building value-context
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] No goals needed for project - skipping
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] Building value-main
> > | [INFO]
> > ------------------------------------------------------------------------
> > | [INFO] No goals needed for project - skipping
> > |
> > | This happens again and again. I havent seen those sections before I
> > purged my
> > | local repository.
> > |
> > | Please let me know if you have an idea, what could cause my problem
> > or how
> > | I can figure out more details.
> > |
> > | Thanks
> > | ~  Jörg
> > |>
> > - ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > |>
> > |>
> >
> > | ---------------------------------------------------------------------
> > | To unsubscribe, e-mail: [EMAIL PROTECTED]
> > | For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
> > -----BEGIN PGP SIGNATURE-----
> > Version: GnuPG v1.4.5 (GNU/Linux)
> > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
> >
> > iD8DBQFHnld7mPuec2Dcv/8RAvAcAJ4omDsj2MyGMiiKYG9KsZwPOJpAcQCfSopp
> > KETGX5nhW43AxIAcxiLuxas=
> > =QXnI
> > -----END PGP SIGNATURE-----
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
> --
> best regards, Stefan Seidel software developer ________________________
> VUB Printmedia GmbH Chopinstraße 4 D-04103 Leipzig Germany tel. +49
> (341) 9 60 50 07 fax. +49 (341) 9 60 50 92 mail. [EMAIL PROTECTED] web.
> www.vub.de HRB Köln 24015 UStID DE 122 649 251 GF Dr. Achim Preuss
> Neudorf, Dr. Christian Preuss Neudorf
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to