Return-Path: Delivered-To: apmail-maven-dev-archive@www.apache.org Received: (qmail 15146 invoked from network); 2 Oct 2003 03:30:10 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 2 Oct 2003 03:30:10 -0000 Received: (qmail 6006 invoked by uid 500); 2 Oct 2003 03:29:50 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 5892 invoked by uid 500); 2 Oct 2003 03:29:49 -0000 Mailing-List: contact dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Maven Developers List" Reply-To: "Maven Developers List" Delivered-To: mailing list dev@maven.apache.org Received: (qmail 5879 invoked from network); 2 Oct 2003 03:29:49 -0000 Received: from unknown (HELO nathan.hq.oneport.com) (210.177.208.201) by daedalus.apache.org with SMTP; 2 Oct 2003 03:29:49 -0000 Received: from localhost ([127.0.0.1]) by nathan.hq.oneport.com (JAMES SMTP Server 2.1.3) with SMTP ID 170 for ; Thu, 2 Oct 2003 11:33:13 +0800 (CST) Message-ID: <3F7B9C79.9010607@codeczar.com> Date: Thu, 02 Oct 2003 11:33:13 +0800 From: Nathan Coast User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Maven Dev Subject: reactor problem contd Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, there was a thread a few days ago relating to a goal executed via the reactor failing with the error "unknown goal". The same goal executed by the reactor would execute fine when operated on a single project. http://www.mail-archive.com/users@maven.apache.org/msg03662.html In addition to this, I'm not sure if this is the same problem or not but..... I see exactly the same problem when I have dependencies to plugins. When I remove the dependencies, the reactor problems go away. I have checked that the plugins installed and those available via the repository are identical. In summary. The multiproject:install goal is called. this calls :install. I have an ejb:ejb pregoal. This calls goals in my plugins. with plugins installed & no dependencies to plugins multiproject:install executes fine, individual ejb:install, war:install etc. work fine. with plugins available via dependencies multiproject:install fails with unknown goal, individual ejb:install, war:install etc, work fine. Does this help pinpoint where the problem might be. Might be a red-herring as when I encountered the problem originally (Sunday) I hadn't started using dependencies to plugins cheers Nathan --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For additional commands, e-mail: dev-help@maven.apache.org