You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2003/12/01 03:17:17 UTC

[jira] Deleted: (MAVEN-920) Can't combine mutliproject:install and multiproject:site

Message:

  The following issue has been deleted from JIRA.

---------------------------------------------------------------------

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-920
    Summary: Can't combine mutliproject:install and multiproject:site
       Type: Bug

     Status: Unassigned
   Priority: Minor

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven

   Assignee: 
   Reporter: Howard M. Lewis Ship

    Created: Thu, 9 Oct 2003 3:04 PM
    Updated: Fri, 17 Oct 2003 2:33 AM
Environment: Windows XP, Sun JDK 1.4

Description:
I want to combine several goals together; i.e., multiproject:clean, multiproject:install then multiproject:site.

In my top-level maven.xml:

	<goal name="full-site" description="Install the latest JARs, then build complete site documentation.">
		<attainGoal name="multiproject:install"/>
		<attainGoal name="multiproject:site"/>
	</goal>

When I run it all:

C:\workspace\hivemind>maven full-site
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc1-SNAPSHOT

Starting the reactor...
Our processing order:
HiveMind Framework
HiveMind Library
+----------------------------------------
| Executing multiproject:install-callback HiveMind Framework
| Memory: 3M/11M
+----------------------------------------
full-site:
multiproject:install:
multiproject:goal:
multiproject:install-callback:
    [echo] Running jar:install for HiveMind Framework
Overriding previous definition of reference to clover.classpath
java:prepare-filesystem:

java:compile:
    [echo] Compiling to C:\workspace\hivemind\framework/target/classes

java:jar-resources:

test:prepare-filesystem:

test:test-resources:

test:compile:

test:test:
    [junit] Running hivemind.test.ant.TestConstructRegistry
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.59 sec
    [junit] Running hivemind.test.ant.TestManifestClassPath
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.341 sec
    [junit] Running hivemind.test.config.TestConfigurationPoint
    [junit] Tests run: 23, Failures: 0, Errors: 0, Time elapsed: 1.462 sec
    [junit] Running hivemind.test.parse.TestDescriptorParser
    [junit] Tests run: 13, Failures: 0, Errors: 0, Time elapsed: 0.711 sec
    [junit] Running hivemind.test.parse.TestToString
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.401 sec
    [junit] Running hivemind.test.rules.TestBooleanTranslator
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.33 sec
    [junit] Running hivemind.test.rules.TestClassTranslator
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.601 sec
    [junit] Running hivemind.test.rules.TestConfigurationTranslator
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.862 sec
    [junit] Running hivemind.test.rules.TestConvertInitializer
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.35 sec
    [junit] Running hivemind.test.rules.TestEnumerationTranslator
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.38 sec
    [junit] Running hivemind.test.rules.TestInvokeParentRule
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.571 sec
    [junit] Running hivemind.test.rules.TestNumericTranslators
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.37 sec
    [junit] Running hivemind.test.rules.TestSetModule
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.351 sec
    [junit] Running hivemind.test.services.TestPooledServiceModel
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.892 sec
    [junit] Running hivemind.test.services.TestServices
    [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 1.773 sec
    [junit] Running hivemind.test.services.TestShutdown
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1.071 sec
    [junit] Running hivemind.test.services.TestThreadedModel
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 1.172 sec
    [junit] Running hivemind.test.services.TestThreadEventNotifier
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.331 sec
    [junit] Running hivemind.test.services.TestThreadLocalStorage
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.32 sec
    [junit] Running hivemind.test.TestHiveMindFindLocation
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.331 sec
    [junit] Running hivemind.test.TestLocation
    [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 0.331 sec
    [junit] Running hivemind.test.TestMessagesImpl
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.36 sec
    [junit] Running hivemind.test.TestMisc
    [junit] Tests run: 13, Failures: 0, Errors: 0, Time elapsed: 0.36 sec
    [junit] Running hivemind.test.TestRegistryBuilder
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.811 sec
    [junit] Running hivemind.test.util.TestBodyBuilder
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.321 sec
    [junit] Running hivemind.test.util.TestClasspathResource
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.351 sec
    [junit] Running hivemind.test.util.TestEventListenerList
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.32 sec
    [junit] Running hivemind.test.util.TestLocalizedNameGenerator
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.33 sec
    [junit] Running hivemind.test.util.TestShutdownCoordinator
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.361 sec

jar:jar:

jar:install:
    [echo]
    id = 'commons-hivemind'
    groupId = 'commons-hivemind'
    artifactDirectory = 'commons-hivemind'

    [copy] Copying 1 file to C:\Documents and Settings\Howard\.maven\repository\commons-hivemind\jars
+----------------------------------------
| Executing multiproject:install-callback HiveMind Library
| Memory: 9M/11M
+----------------------------------------


multiproject:install-callback:
    [echo] Running jar:install for HiveMind Library
Overriding previous definition of reference to clover.classpath
java:prepare-filesystem:

java:compile:
    [echo] Compiling to C:\workspace\hivemind\library/target/classes

java:jar-resources:

test:prepare-filesystem:

test:test-resources:

test:compile:

test:test:
    [junit] Running hivemind.test.lib.TestEJBProxyFactory
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.072 sec
    [junit] Running hivemind.test.lib.TestRemoteExceptionCoordinator
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.031 sec

jar:jar:

jar:install:
    [echo]
    id = 'commons-hivemind-lib'
    groupId = 'commons-hivemind'
    artifactDirectory = 'commons-hivemind'

    [copy] Copying 1 file to C:\Documents and Settings\Howard\.maven\repository\commons-hivemind\jars
Starting the reactor...
Our processing order:
HiveMind Framework
HiveMind Library
+----------------------------------------
| Gathering project list HiveMind Framework
| Memory: 8M/13M
+----------------------------------------
+----------------------------------------
| Gathering project list HiveMind Library
| Memory: 8M/13M
+----------------------------------------




multiproject:site:
multiproject:site-init:

multiproject:create-nav:
    [echo] Producing aggregate navigation...
    [echo] Producing user supplied navigation...
Starting the reactor...
Our processing order:
HiveMind Framework
HiveMind Library
+----------------------------------------
| Gathering project list HiveMind Framework
| Memory: 12M/13M
+----------------------------------------
+----------------------------------------
| Gathering project list HiveMind Library
| Memory: 12M/13M
+----------------------------------------

multiproject:site-init:

multiproject:create-overview-page:
    [echo] C:\workspace\hivemind\target\generated-xdocs C:\workspace\hivemind\target\generated-xdocs
    [echo] create true
Starting the reactor...
Our processing order:
HiveMind Framework
HiveMind Library
+----------------------------------------
| Generating site for  HiveMind Framework
| Memory: 12M/21M
+----------------------------------------

BUILD FAILED
File...... file:/C:/Documents and Settings/Howard/.maven/plugins/maven-multiproject-plugin-1.1-SNAPSHOT/
Element... maven:reactor
Line...... 69
Column.... 7
Unable to obtain goal [site] -- file:/C:/Documents and Settings/Howard/.maven/plugins/maven-site-plugin-1.3-SNAPSHOT/:22:42: <attainGoal> Goal [xdoc:register-reports] has no a
ction definition.
Total time: 43 seconds
Finished at: Thu Oct 09 15:38:25 EDT 2003

C:\workspace\hivemind>


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org