Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 53880 invoked from network); 17 Aug 2006 14:42:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Aug 2006 14:42:14 -0000 Received: (qmail 12840 invoked by uid 500); 17 Aug 2006 14:42:07 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 12803 invoked by uid 500); 17 Aug 2006 14:42:07 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 12791 invoked by uid 99); 17 Aug 2006 14:42:06 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Aug 2006 07:42:06 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of mmistroni@gmail.com designates 66.249.82.228 as permitted sender) Received: from [66.249.82.228] (HELO wx-out-0506.google.com) (66.249.82.228) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Aug 2006 07:42:04 -0700 Received: by wx-out-0506.google.com with SMTP id h30so510656wxd for ; Thu, 17 Aug 2006 07:41:44 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=mT8FDlgHYo9dWF51d+QBjJodyPR9TO9sHVWJuqAdWV90EUBbk1jNoUo4URFWqVJeQ2xoE5HFW62ad9Mo3m8XFmjZEpmTcBasiWAE6drXB7+QdGh+RvC5CBsrMhVUXRcpVs0ft2C1MgbkMVH6uaIxCjc8zPvQLOrtf2Mxsn1C6sQ= Received: by 10.70.90.18 with SMTP id n18mr2925494wxb; Thu, 17 Aug 2006 07:41:44 -0700 (PDT) Received: by 10.70.76.18 with HTTP; Thu, 17 Aug 2006 07:41:44 -0700 (PDT) Message-ID: <7e346e130608170741m6179847dj79a15f7148831d30@mail.gmail.com> Date: Thu, 17 Aug 2006 15:41:44 +0100 From: "Marco Mistroni" To: "Maven Users List" Subject: Re: help with manifest & EJB / fixed MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_147149_24048467.1155825704075" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_147149_24048467.1155825704075 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline hi silly me!! i was not declaring packaging=ejb on my pom.xml sorry for bothering, everything is fine now regards marco On 8/17/06, Marco Mistroni wrote: > > Hi alan, > thanks for link but it didnt work out for me.. > i am using maven-2.0.4, here's my pom.xml.. > > i'd need egenEJB adn egenCommon to go inside manifest ClassPath entry, but > somehow they don't go... > > any help? > > thanks and regards > marco > > > > middleware > middleware > 1.0-SNAPSHOT > > 4.0.0 > middleware > ngenMiddleware > Maven Quick Start Archetype > 1.0-SNAPSHOT > http://maven.apache.org > > > > geronimo-spec > geronimo-spec-j2ee > provided > > > > myfaces > myfaces-all > 1.1.1 > provided > > > org.testng > testng > 5.0.1 > test > jdk15 > > > dbunit > dbunit > 2.1 > test > > > egen > egenEJB > 3.3.2.3 > true > > > egen > egenCommon > 3.3.2.3 > true > > > castor > castor > 1.0M4 > > > middleware > CommonsEJB > 1.0-SNAPSHOT > compile > > > > > > true > src/main/resources > > > > > org.codehaus.mojo > xdoclet-maven-plugin > > > generate-sources > > xdoclet > > > > destDir="${project.build.directory}/generated-sources/xdoclet" > excludedTags="@author,@version"> > dir="src/main/java" > includes="**/*Bean.java" /> > /> > > > > > > > destDir="${ project.build.outputDirectory > }/META-INF"/> > destDir="${project.build.outputDirectory > }/META-INF"/> > > > > > > > > maven-compiler-plugin > > iso-8859-1 > > > > org.apache.maven.plugins > maven-surefire-plugin > 2.8-SNAPSHOT > > > > > > > org.apache.maven.plugins > maven-ejb-plugin > > true > > **/*Bean.class > > > > true > > > > > > > > > > > > codehaus > http://dist.codehaus.org/ > > > > > codehaus-legacy > http://dist.codehaus.org/ > legacy > > > > > apache.snapshots > http://cvs.apache.org/maven-snapshot-repository > > > > > codehaus-plugins > http://dist.codehaus.org/ > > > tapestry.javaforge > http://howardlewisship.com/repository > > > > > > > On 8/16/06, Alan D. Salewski wrote: > > > > On Wed, Aug 16, 2006 at 07:35:21PM +0100, Marco Mistroni spake thus: > > > hi all, > > > i am using maven2, i have 2 ejb projects that have as dependency > > > two external jars > > > maven2 included those 2 jars in my ear, but i need to have a ClassPath > > > > > reference > > > also in the manifest file of both ejbs... > > > how can i do that? > > > i am using maven-ear plugin.. i know there was some tags to be used , > > such > > > as addToClasspath > > > but if i remember correctly that was for building jars.... > > > > > > can anyone help me out? > > > > > > Hi Marco, > > > > Check this out: > > > > http://www.mail-archive.com/users@maven.apache.org/msg47020.html > > > > In short, you can configure the maven-ejb-plugin in the same way as the > > maven-jar-plugin. > > > > HTH, > > -Al > > > > -- > > :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: > > :: > > Alan D. Salewski > > Software Developer > > Health Market Science, Inc. > > :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: > > :: > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > > For additional commands, e-mail: users-help@maven.apache.org > > > > > ------=_Part_147149_24048467.1155825704075--