Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 83491 invoked from network); 31 Aug 2006 20:05:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 31 Aug 2006 20:05:49 -0000 Received: (qmail 81730 invoked by uid 500); 31 Aug 2006 20:05:46 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 81688 invoked by uid 500); 31 Aug 2006 20:05:46 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 81677 invoked by uid 99); 31 Aug 2006 20:05:46 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Aug 2006 13:05:46 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Aug 2006 13:05:45 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B8AFC410017 for ; Thu, 31 Aug 2006 20:02:24 +0000 (GMT) Message-ID: <22073750.1157054544753.JavaMail.jira@brutus> Date: Thu, 31 Aug 2006 13:02:24 -0700 (PDT) From: "Jason Dillon (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Commented: (GERONIMO-2352) j2ee-builder test deployment modules won't actually deploy In-Reply-To: <18028471.1156402177116.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/GERONIMO-2352?page=comments#action_12431957 ] Jason Dillon commented on GERONIMO-2352: ---------------------------------------- These war's don't need jspc... the problem you saw was because the root pom configures war's to assume that they are to be used with jspc by default... and I even have some comments to remove that. The fix is simiple though... {code:xml} org.apache.maven.plugins maven-war-plugin ${pom.basedir}/src/main/webapp/WEB-INF/web.xml {code} I will eventually reconfigure the default war plugin to not assume its being used with jspc. > j2ee-builder test deployment modules won't actually deploy > ---------------------------------------------------------- > > Key: GERONIMO-2352 > URL: http://issues.apache.org/jira/browse/GERONIMO-2352 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Reporter: Bill Dudney > Assigned To: Jason Dillon > Attachments: GERONIMO-2352.bdudney.patch > > > The ear/war/ejb-jar/rar files wont actually deploy to the server. > I have a partial patch avalible but I'd like to get some discussion going on how to fix some of the problems, that is happening in the dev list. > I will post the complete patch here when that discussion is wrapped up. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira