The following comment has been added to this issue: Author: Tim Chen Created: Wed, 28 Jan 2004 7:56 AM Body: Even in the simplest case >maven console ... project> multiproject:install ... project> multiproject:install org.apache.commons.jelly.JellyTagException: file:/.maven/plugins/maven-multiproject-plugin -1.1/:174:9: <maven:reactor> Unknown goal "multiproject:install-callback"
Funny thing is that if you dont shut down the console and run a different goal it will have the same effect where it works the first time but fails the second time. --------------------------------------------------------------------- View this comment: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPCONSOLE-1&page=comments#action_16165 --------------------------------------------------------------------- View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPCONSOLE-1 Here is an overview of the issue: --------------------------------------------------------------------- Key: MPCONSOLE-1 Summary: multiproject:goal fails in maven console on second time through Type: Bug Status: Unassigned Priority: Major Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: maven-console-plugin Assignee: Reporter: Jim Wright Created: Fri, 31 Oct 2003 11:11 AM Updated: Wed, 28 Jan 2004 7:56 AM Environment: windows 2000; jdk 1.4.2 Description: I start maven -Dgoal=jar:install console, then run multiproject:goal and it works fine, builds all subprojects successfully Then while remaining inside the console, not exiting, run multiproject:goal again and get this error: org.apache.commons.jelly.JellyTagException: file:/C:/Documents and Settings/Administrator/.maven/plugins/maven-multiproject-plugin-1.1/:174:9: <maven:reactor> Unknown goal "jar:install" The same sort of behaviour and error happens when running multiproject:artifact twice while inside console ... in that case the error reads: org.apache.commons.jelly.JellyTagException: file:/C:/Documents and Settings/Administrator/.maven/plugins/maven-multiproject-plugin-1.1/:174:9: <maven:reactor> Unknown goal "multiproject:artifact-callback" I have a top-level directory containing a project.xml with all general purpose dependencies ... and all the sub-projects inside a projects dir, with project.xml's that include the top-level one, so they use those dependencies as well as some additional of their own --------------------------------------------------------------------- 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]