Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 62375 invoked from network); 15 Nov 2004 23:37:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 15 Nov 2004 23:37:17 -0000 Received: (qmail 64645 invoked by uid 500); 15 Nov 2004 23:37:08 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 64389 invoked by uid 500); 15 Nov 2004 23:37:07 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 64236 invoked by uid 99); 15 Nov 2004 23:37:07 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [205.160.101.145] (HELO hqexch01.upstate.com) (205.160.101.145) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 15 Nov 2004 15:37:05 -0800 Received: from IQUITOS ([172.21.131.2]) by hqexch01.upstate.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id W8T0DVKP; Mon, 15 Nov 2004 18:41:07 -0500 Reply-To: From: "Eric Pugh" To: "Maven Users List" Subject: RE: XDoclet in Maven Date: Mon, 15 Nov 2004 23:37:05 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal In-Reply-To: <20041115230122.43797.qmail@web41211.mail.yahoo.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I am in the process of updating the XDoclet repository at http://xdoclet.sf.net/repository. I have everything bug the newest plugin uploaded, I ran into an issue with permissions on the filesystem that is stopping me. Hopefully everything will be online in the next day or so. Eric > -----Original Message----- > From: Janos Mucsi [mailto:mucsij@yahoo.com] > Sent: Monday, November 15, 2004 11:01 PM > To: Maven Users List; Pascal Thivent > Subject: XDoclet in Maven > > > Pascal > > I set my dependencies exactly like you said. It solved > the class not found problem. > So now if I do > > > Generates EJB classes and descriptor > files > > > > I get: > > [echo] Generates EJB classes and descriptor files > Tag library requested that is not present: 'maven' in > plugin: 'maven-xdoclet-plu > gin-1.2.1' > xdoclet:ejbdoclet: > > However, if I define a taskdef like you said: > > > classname="xdoclet.modules.ejb.EjbDocletTask" > classpathref="maven.dependency.classpath"/> > > ejbspec="2.0" > force="false"> > > > > > > cacheHomes="true"/> > > > > > > > destdir="${ejb.descriptor.dir}"/> > > xmlencoding="UTF-8" > typemapping="Hypersonic SQL" > datasource="java:/DefaultDS" > destdir="${ejb.descriptor.dir}"/> > > > > > I see no errors, however XDoclet does absolutely > nothing. The resulting jar only contains my marked up > class and the manifest. No ejb.xml. Can you please > send me a sample EJB-marked up class. Is there > something wrong with my source directory? I only have > src > + ejb > + META-INF > + MANIFEST.MF > + java > *Bean.java > > > Is there something wrong with my directory structure > and the files in it? Why are the two ways behave > differently? > Thanks. > > Janos > > > > > __________________________________ > Do you Yahoo!? > The all-new My Yahoo! - Get yours free! > http://my.yahoo.com > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > For additional commands, e-mail: users-help@maven.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org