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 2004/02/02 23:01:59 UTC

[jira] Closed: (MAVEN-1108) multiple calls to multiproject gives erroneous No Action Definition

Message:

   The following issue has been closed.

   Resolver: Brett Porter
       Date: Mon, 2 Feb 2004 5:01 PM

will commit shortly - please reopen if it is still a problem from a branch checkout afterwards
---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1108

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1108
    Summary: multiple calls to multiproject gives erroneous No Action Definition
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: FIXED

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
   Fix Fors:
             1.0-rc2
   Versions:
             1.0-rc1
             1.0-rc2

   Assignee: Brett Porter
   Reporter: Nathan Coast

    Created: Mon, 5 Jan 2004 7:32 AM
    Updated: Mon, 2 Feb 2004 5:01 PM

Description:
<attainGoal name="multiproject:install"/>
<attainGoal name="multiproject:site"/>

these goals execute no problem independently but when I execute them sequentially within some maven.xml I get the following error:

org.apache.commons.jelly.JellyTagException: file:/D:/apache/maven/plugins/maven-site-plugin-1.3/:22:
42: <attainGoal> Goal [xdoc:register-reports] has no action definition.
        at com.werken.werkz.jelly.AttainGoalTag.doTag(AttainGoalTag.java:159)
        at org.apache.maven.jelly.tags.werkz.LazyAttainGoalTag.doTag(LazyAttainGoalTag.java:107)
        at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
        at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
        at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
        at com.werken.werkz.jelly.GoalTag$1.performAction(GoalTag.java:128)
        at com.werken.werkz.Goal.fire(Goal.java:639)
        at com.werken.werkz.Goal.attain(Goal.java:575)
        at org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:448)
        at org.apache.maven.MavenSession.attainGoals(MavenSession.java:360)


cheers
Nathan


---------------------------------------------------------------------
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