masking maven-xdoclet errors with

2007-07-09 Thread Mick Knutson
I keep getting these errors from my Generics within my code while running xdoclet with maven. How can I make these errors not show up, or correct this: Cobertura: Saved information on 13 classes. [INFO] Preparing findbugs:findbugs [INFO] [build-helper:add-source {execution: add-source}] [INFO] So

Null Pointer Exception when compiling with the maven-xdoclet-plugin

2006-10-10 Thread Jeffrey R. Phillips
let xdoclet-web-module 1.2 xdoclet xjavadoc 1.0.2 xdoclet maven-xdoclet-plugin 1.2 plugin Maven

Re: examples on maven xdoclet plugin

2006-04-14 Thread Wayne Fay
aus.org/dev/ > > Could you please give me more info. > > Thanks > -Jagan > > -Original Message- > From: Wayne Fay [mailto:[EMAIL PROTECTED] > Sent: Friday, April 14, 2006 10:40 AM > To: Maven Users List > Subject: Re: examples on maven xdoclet plugin >

RE: examples on maven xdoclet plugin

2006-04-14 Thread Jagan Padmanabha Pillai -X \(jpadmana - Insight Solutions, Inc. at Cisco\)
t: Re: examples on maven xdoclet plugin This was just discussed in the last 2 days on the [mojo-dev] list. Check the archives for the dev@mojo.codehaus.org email list -- Kostis provided some sample code and configuration... Wayne On 4/14/06, Jagan Padmanabha Pillai -X (jpadmana - Insight Solutions, In

Re: examples on maven xdoclet plugin

2006-04-14 Thread Wayne Fay
This was just discussed in the last 2 days on the [mojo-dev] list. Check the archives for the dev@mojo.codehaus.org email list -- Kostis provided some sample code and configuration... Wayne On 4/14/06, Jagan Padmanabha Pillai -X (jpadmana - Insight Solutions, Inc. at Cisco) <[EMAIL PROTECTED]> wr

examples on maven xdoclet plugin

2006-04-14 Thread Jagan Padmanabha Pillai -X \(jpadmana - Insight Solutions, Inc. at Cisco\)
Hi Can anyone please send me some examples on using maven2-xdoclet2-plugin for annotated beans. Thanks -Jagan

RE: maven, xdoclet, hibernate

2005-03-02 Thread Konstantin Priblouda
--- Ryan Sonnek <[EMAIL PROTECTED]> wrote: > Konstantin, > I'm not sure how you can suggest people migrate to > xdoclet2 for > hibernate when it is essentially crippled with bugs > in the current > snapshot version. I have been able to get the > hibernate-mapping plugin > to work, but the hibern

RE: maven, xdoclet, hibernate

2005-03-02 Thread Ryan Sonnek
da [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 02, 2005 3:11 AM To: Maven Users List Subject: Re: maven, xdoclet, hibernate --- Markos Charatzas <[EMAIL PROTECTED]> wrote: > Greetings to the list! > > I dont know why, but I cant seem to figure out how > to make all 3 wor

Re: maven, xdoclet, hibernate

2005-03-02 Thread Markos Charatzas
blems. > > > > Using XDoclet2 now in project.xml I have the > > following, > > (as defined in > > http://xdoclet.codehaus.org/maven-plugin/example-hibernate.html) > > > > > > > xdoclet > > maven-xdoclet-plugin > >

Re: maven, xdoclet, hibernate

2005-03-02 Thread Konstantin Priblouda
ven-plugin/example-hibernate.html) > ---- > > xdoclet > maven-xdoclet-plugin > 1.0-SNAPSHOT > http://xdoclet.codehaus.org > plugin > > > xdoclet-plugins > xdoclet-plugin-hibernate > 1.0-SNAPSHOT > http://xdoclet-plugins.sf.net/ > >tr

Re: maven, xdoclet, hibernate

2005-03-02 Thread Markos Charatzas
0 > > maven.xdoclet.hibernatedoclet.destDir=${maven.build.dir}/xdoclet/hibernated >oclet > > > maven.xdoclet.hibernatedoclet.fileset.0=true > > maven.xdoclet.hibernatedoclet.fileset.0.dir=${maven.src.dir}/java > > maven.xdoclet.hibernat

Re: maven, xdoclet, hibernate

2005-03-02 Thread manos_lists
c.dir}/java > maven.xdoclet.hibernatedoclet.fileset.0.include=**/*.java > -- > > in project.xml under the dependencies tag I have all (xjavadoc, > xdoclet-hibernate-module, maven-xdoclet-plugin) > - > > xdoclet > xjavadoc > 1.0.2 >

Re: maven, xdoclet, hibernate

2005-03-02 Thread Markos Charatzas
tin, > > Thanks for pointing that out. > However, Im still having problems. > > Using XDoclet2 now in project.xml I have the following, > (as defined in > http://xdoclet.codehaus.org/maven-plugin/example-hibernate.html) > ---- > > xdoclet > maven-xdoc

Re: maven, xdoclet, hibernate

2005-03-02 Thread Markos Charatzas
Hello Konstantin, Thanks for pointing that out. However, Im still having problems. Using XDoclet2 now in project.xml I have the following, (as defined in http://xdoclet.codehaus.org/maven-plugin/example-hibernate.html) xdoclet maven-xdoclet-plugin 1.0-SNAPSHOT http

Re: maven, xdoclet, hibernate

2005-03-02 Thread Konstantin Priblouda
--- Markos Charatzas <[EMAIL PROTECTED]> wrote: > Greetings to the list! > > I dont know why, but I cant seem to figure out how > to make all 3 work! > The docs are kinda poor plus every other resource I > found hasn't provide a > complete solution. > > Using hibernate 2. In my project.propert

Re: maven, xdoclet, hibernate

2005-03-02 Thread guo yingshou
et.destDir=${maven.build.dir}/xdoclet/hibernatedoclet > maven.xdoclet.hibernatedoclet.fileset.0=true > maven.xdoclet.hibernatedoclet.fileset.0.dir=${maven.src.dir}/java > maven.xdoclet.hibernatedoclet.fileset.0.include=**/*.java > -- > > in project.xml under the dependencies tag I

maven, xdoclet, hibernate

2005-03-02 Thread Markos Charatzas
t.xml under the dependencies tag I have all (xjavadoc, xdoclet-hibernate-module, maven-xdoclet-plugin) - xdoclet xjavadoc 1.0.2 jar xdoclet xdoclet-hibernate-module 1.2 jar xdoclet maven-xdoclet-plugin

Re: maven, xdoclet, and plugin.getDependencyPath

2005-01-06 Thread David Smiley
Brett Porter wrote: I'm still getting the error: "taskdef class xdoclet.modules.ejb.EjbDocletTask cannot be found" though which means it hasn't added maven-xdoclet-plugin's dependencies. I did the following echo: and I got: "/Volumes/scratch/SmileyDev/Maven Repositor

Re: maven, xdoclet, and plugin.getDependencyPath

2004-12-29 Thread Brett Porter
> I'm still getting the error: "taskdef class > xdoclet.modules.ejb.EjbDocletTask cannot be found" though which means it > hasn't added maven-xdoclet-plugin's dependencies. > I did the following echo: > > and I got: "/Volumes/scratch/SmileyDev

Re: maven, xdoclet, and plugin.getDependencyPath

2004-12-29 Thread David Smiley
Brett Porter wrote: In that case, you need to do something like: ${xdocletPlugin.getDependencyPath('...')} Hmm, I've never seen this before. I gave it a shot and nothing echo'ed. OH, hold on. The maven xdoclet plugin was not installed correctly. I just fixed that and I di

Re: maven, xdoclet, and plugin.getDependencyPath

2004-12-16 Thread Brett Porter
> > In that case, you need to do something like: > > > property="plugin" /> > > ${xdocletPlugin.getDependencyPath('...')} > > Hmm, I've never seen this before. I gave it a shot and nothing echo'ed. Maybe xdoclet-plugin is not initialised yet. This needs to meet one of the following conditions:

Re: maven, xdoclet, and plugin.getDependencyPath

2004-12-16 Thread David Smiley
Thanks for your help. Brett Porter wrote: It's a path to a JAR though :) path should work as well, though. So the problem is that it is empty. Is this code inside maven.xml or inside a plugin.jelly? My maven.xml If it is in plugin.jelly, it should work. If in maven.xml, it won't. In that case, you

Re: maven, xdoclet, and plugin.getDependencyPath

2004-12-15 Thread David Smiley
No, "path" is for paths (potentially multiple jar files), "location" is for specifying an individual jar file. Output nothing at all. I used 'commons-collections' because xdoclet's plugin.jelly file used that value and it should work. ~ Dave Brett Porter wrote: I think "path" should be "locat

Re: maven, xdoclet, and plugin.getDependencyPath

2004-12-15 Thread Brett Porter
It's a path to a JAR though :) path should work as well, though. So the problem is that it is empty. Is this code inside maven.xml or inside a plugin.jelly? If it is in plugin.jelly, it should work. If in maven.xml, it won't. In that case, you need to do something like: ${xdocletPlugin.getDepend

Re: maven, xdoclet, and plugin.getDependencyPath

2004-12-15 Thread Brett Porter
I'm currently using JBoss.net which adds functionality to > ejbdoclet via a tag underneath . I can't use the > Maven XDoclet plugin because it doesn't process the tag, so > I'm resorting to using the XDoclet's Ant tags in my maven.xml. My > challenge here i

maven, xdoclet, and plugin.getDependencyPath

2004-12-15 Thread David Smiley
Hello. I'm currently using JBoss.net which adds functionality to ejbdoclet via a tag underneath . I can't use the Maven XDoclet plugin because it doesn't process the tag, so I'm resorting to using the XDoclet's Ant tags in my maven.xml. My challenge here is to a

Re: Maven / XDoclet / JBoss problem

2004-09-15 Thread Jose Gonzalez Gomez
Thanks a lot, Joachim I hope this is fixed in an upcoming version of maven or xdoclet plugin, it's kind of weird having to correctly guess the right dependencies to make a plugin work... Best regards Jose Joachim Bader wrote: On Wednesday 15 September 2004 10:37, Jose Gonzalez G

Re: Maven / XDoclet / JBoss problem

2004-09-15 Thread Joachim Bader
On Wednesday 15 September 2004 10:37, Jose Gonzalez Gomez wrote: > I'm trying to generate the ejb jboss descriptor using Maven and > XDoclet with no success. I had success generating all the other stuff > (home and remote interfaces, util classes, standard descriptor...) but > whenever I try to

RE: Maven / XDoclet / JBoss problem

2004-09-15 Thread Pierre-Yves Chauveau
tOfMemoryErrors (but I have never seen one) I tested it with 1.2.2-SNAPSHOT and 1.2 of xdoclet. my dependencies: j2ee 1.3.1 xdoclet-ejb-module 1.2.2-SNAPSHOT maven-xdoclet-plugin 1.2.2-SNAPSHOT as type plugin xjavadoc 1.0.3 xdoclet-jmx-module 1.2.2-SNAPSHOT xdoclet-jboss-module 1.2.2-SNAPSH

Re: Maven / XDoclet / JBoss problem

2004-09-15 Thread Joachim Bader
ave never seen one) I tested it with 1.2.2-SNAPSHOT and 1.2 of xdoclet. my dependencies: j2ee 1.3.1 xdoclet-ejb-module 1.2.2-SNAPSHOT maven-xdoclet-plugin 1.2.2-SNAPSHOT as type plugin xjavadoc 1.0.3 xdoclet-jmx-module 1.2.2-SNAPSHOT xdoclet-jboss-module 1.2.2-SNAPSHOT xdoclet-objectweb-module 1.2.2

Maven / XDoclet / JBoss problem

2004-09-15 Thread Jose Gonzalez Gomez
Hi there, I'm trying to generate the ejb jboss descriptor using Maven and XDoclet with no success. I had success generating all the other stuff (home and remote interfaces, util classes, standard descriptor...) but whenever I try to modify project.xml, or project.properties to add xdoclet

Re: Maven Xdoclet plugin question

2004-08-11 Thread M.-Leander Reimer
Jey Troy, here is are a few examples of my ejbdoclet properties adapted to your packages: maven.xdoclet.ejbdoclet.utilobject.0 = true maven.xdoclet.ejbdoclet.utilobject.0.Kind = physical maven.xdoclet.ej

RE: Maven Xdoclet plugin question

2004-08-11 Thread Eric Pugh
Maven Users List > Subject: Maven Xdoclet plugin question > > > > I have an ant script with the following ejbdoclet task being > executed, and I'd > like to convert this to Maven. I'm working on editing my > project.properties, and > setting up the appropriate m

Maven Xdoclet plugin question

2004-08-11 Thread Poppe, Troy
I have an ant script with the following ejbdoclet task being executed, and I'd like to convert this to Maven. I'm working on editing my project.properties, and setting up the appropriate maven.xdoclet.ejbdoclet properties. I'm a little stumped at how I would do the packageSubstitution that I am

Maven-Xdoclet-plugin to generate struts-config.xml ????

2004-08-04 Thread Eric Chow
Hello, I want to use SSLExt for Struts. In my struts-config.xml, I have to add something in the as following: I will set the type of action-mappings as org.apache.struts.config.SecureActionConfig. How can I define this Eric == If you know w

RE: Maven XDoclet plug-in examples?

2004-05-25 Thread Ryan Sonnek
I disagree. Scan the mailing lists to see how many problems people have getting the maven-xdoclet plugin up and running. In any non-trivial setup, it's much more efficient to use the ant task. the maven-xdoclet plugin is just plain clucky and the documentation is sub par. even tryi

Re: Maven XDoclet plug-in examples?

2004-05-25 Thread Emmanuel Venisse
Why you don't use the xdoclet plugin? It simplify the maven.xml Emmanuel - Original Message - From: "Ryan Sonnek" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Tuesday, May 25, 2004 5:57 PM Subject: RE: Maven XDoclet plug-in

RE: Maven XDoclet plug-in examples?

2004-05-25 Thread Ryan Sonnek
f you have questions or comments. I'd be glad to help out, since i've been through this integration frustration. Ryan > -Original Message- > From: Mark Slater [mailto:[EMAIL PROTECTED] > Sent: Monday, May 24, 2004 6:36 PM > To: [EMAIL PROTECTED] > Subject:

Maven XDoclet plug-in examples?

2004-05-24 Thread Mark Slater
I'm a little disappointed by the quality of the Maven/XDoclet integration documentation out there. There seem to be a lot of good starts, but nothing in the way of a complete solution. I've found the three Wiki pages, Maven Magic, and a few other pages, and most of them make it look e

Re: Maven XDoclet Plugin and the maven.xdoclet.ejbdoclet.fileset property

2004-04-22 Thread Konstantin Priblouda
--- Webb Morris <[EMAIL PROTECTED]> wrote: > I've been thinking about what Konstantin said below: > > And you always have option to use ant invokation for > xdoclet tasks un your maven.xml - this is prefererd > way for xdoclet 2 ( at least there is no maven > plugin > planned, because everything

Re: Maven XDoclet Plugin and the maven.xdoclet.ejbdoclet.fileset property

2004-04-22 Thread Webb Morris
I've been thinking about what Konstantin said below: And you always have option to use ant invokation for xdoclet tasks un your maven.xml - this is prefererd way for xdoclet 2 ( at least there is no maven plugin planned, because everything got easier ) It seems to me, that no matter how much ea

Re: Maven XDoclet Plugin and the maven.xdoclet.ejbdoclet.fileset property

2004-04-14 Thread Konstantin Priblouda
--- Webb Morris <[EMAIL PROTECTED]> wrote: > Everyone, > > In the XDoclet Plugin, when you specify the filesets > for the ejbdoclet task, the task always > assumes the files will be in > pom.build.sourceDirectory. I think this is rather > short-sighted > (mainly because I have some filesets that

Maven XDoclet Plugin and the maven.xdoclet.ejbdoclet.fileset property

2004-04-13 Thread Webb Morris
Everyone, In the XDoclet Plugin, when you specify the filesets for the ejbdoclet task, the task always assumes the files will be in pom.build.sourceDirectory. I think this is rather short-sighted (mainly because I have some filesets that are not in that directory ;) ). Anyway, this would be s

Re: Maven Xdoclet problem

2004-01-02 Thread Aleksandr Shneyderman
Ahh, I figured it out. Besides the need for xdoclet-hibernate-module I also need xdoclet and xjavadoc dependency. Which, leads me to another question. How do you specify dependency on the whole package rather than a jar file. Suppose I use a pcakge that has its own dependencies. Package I use s

Re: Maven Xdoclet problem

2004-01-02 Thread Aleksandr Shneyderman
xdoclet-hibernate-module xdoclet 1.2b4 jar I have: xdoclet+hibernate-module 1.2 I am not quite sure what this means exactly, but I snaged it from some other script and thought it would do the trick. I tried

RE: Maven Xdoclet problem

2004-01-02 Thread Gargan, Stephen
] -Original Message- From: Aleksandr Shneyderman [mailto:[EMAIL PROTECTED] Sent: Friday, January 02, 2004 4:53 PM To: [EMAIL PROTECTED] Subject: Maven Xdoclet problem > > >Hello, everyone! > >I am trying to get xdoclet working with maven. >So I built maven from CVS and downloade

Maven Xdoclet problem

2004-01-02 Thread Aleksandr Shneyderman
Hello, everyone! I am trying to get xdoclet working with maven. So I built maven from CVS and downloaded XDoclet 1.2 from sf.net I created xdoclet/jars directory in my local repository and copied maven-xdoclet plugin over to the plugins directory. When I run maven xdoclet:hibernatedoclet I am

Re: maven, xdoclet, jbossservice

2003-10-08 Thread khote
t;[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]>; "khote" <[EMAIL PROTECTED]> Sent: Wednesday, October 08, 2003 2:11 AM Subject: Re: maven, xdoclet, jbossservice > > --- khote <[EMAIL PROTECTED]> wrote: > > uh, yes, I know th

Re: maven, xdoclet, jbossservice

2003-10-08 Thread Konstantin Priblouda
--- khote <[EMAIL PROTECTED]> wrote: > uh, yes, I know that. > How does MAVEN do it is a good question to ask MAVEN > people. > xdoclet mailing list is generally useless for this > kind of information, > they're too ant-oriented to be of much help to > people who are trying to do > it with maven.

Re: maven, xdoclet, jbossservice

2003-10-08 Thread Konstantin Priblouda
--- khote <[EMAIL PROTECTED]> wrote: > So "configParam" is a word used to generically > describe a placeholder, > rather than actually using > maven.xdoclet.hibernatedoclet.jbossservice.configParam.0.name=depends > maven.xdoclet.hibernatedoclet.jbossservice.configParam.0.value=whatever. > > inste

Re: maven, xdoclet, jbossservice

2003-10-08 Thread khote
ur example) maven.xdoclet.hibernatedoclet.jbossservice.0.depends=foobar Thank you for answering. - Original Message - From: "Konstantin Priblouda" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Wednesday, October 08, 2003 1:32 AM Subject: Re: maven, xdoclet,

Re: maven, xdoclet, jbossservice

2003-10-08 Thread khote
ble, is it like a classpathref, a refid? is it a string? How do I set it within a project.properties or even a maven.xml file? I've seen in some of the plugin.jelly files such things as To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Tuesday, October 07, 2003 8:49 PM Subject: R

Re: maven, xdoclet, jbossservice

2003-10-08 Thread Konstantin Priblouda
Though dIon recommends to ask in xdoclet-user, I'll answer here. > > I'm trying to better understand how maven & > xdoclet work together, in > > particular how configParam works. > > I'm using hibernatedoclet well enough, but I'm not > quite gett

Re: maven, xdoclet, jbossservice

2003-10-07 Thread dion
the xdoclet plugin is supported on the xdoclet mailing list. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ "khote" <[EMAIL PROTECTED]> wrote on 07/10/2003 10:08:01 PM: > I'm trying to better understand how maven & xdoclet wo

maven, xdoclet, jbossservice

2003-10-07 Thread khote
I'm trying to better understand how maven & xdoclet work together, in particular how configParam works. I'm using hibernatedoclet well enough, but I'm not quite getting what I need from jbossservice when it outputs the jboss-service.xml I need to add: jboss.jca:servic

Re: maven, xdoclet, hibernate

2003-10-03 Thread Alwyn Schoeman
Good point, sometimes I tend to look at a plugin in isolation which is a bad habit. On Fri, Oct 03, 2003 at 08:25:23AM +0800, [EMAIL PROTECTED] wrote: > > Wouldn't the above be worthwhile including in a sar/rar plugin? > > Call jar:jar to build the jar, rename it, and then deploy/install etc? >

Re: maven, xdoclet, hibernate

2003-10-02 Thread dion
Alwyn Schoeman <[EMAIL PROTECTED]> wrote on 02/10/2003 03:43:48 PM: > I have looked into a SAR plugin and basically you would be duplicating so much > of the JAR plugin that it is basically not worth the effort if the only value > you'll be adding is a different extension. So > So I do no

Re: maven, xdoclet, hibernate

2003-10-02 Thread khote
s List" <[EMAIL PROTECTED]> Sent: Wednesday, October 01, 2003 10:43 PM Subject: Re: maven, xdoclet, hibernate > I have looked into a SAR plugin and basically you would be duplicating so much > of the JAR plugin that it is basically not worth the effort if the only value > you'

Re: maven, xdoclet, hibernate

2003-10-02 Thread Alwyn Schoeman
I have looked into a SAR plugin and basically you would be duplicating so much of the JAR plugin that it is basically not worth the effort if the only value you'll be adding is a different extension. So I do no jar:jar kludgery but only, jar:install pregoal running...

Re: maven, xdoclet, hibernate

2003-10-01 Thread dion
"khote" <[EMAIL PROTECTED]> wrote on 02/10/2003 04:38:05 AM: [snip] > Is this just a legacy thing from maven early days, I mean the JAR plugin was > written long before the WAR plugin, nobody ever got around to sar-plugin? Nope, noone has written a SAR or RAR plugin. -- dIon Gillard, Multitask Co

Re: maven, xdoclet, hibernate

2003-10-01 Thread khote
-war-plugin which uses and then To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Wednesday, October 01, 2003 5:25 AM Subject: Re: maven, xdoclet, hibernate > On Wed, 2003-10-01 at 10:52, khote wrote: > > Now all I need to do is find out why my -schema

Re: maven, xdoclet, hibernate

2003-10-01 Thread Richard Burgess
- > From: "Richard Burgess" <[EMAIL PROTECTED]> > To: "Maven Users List" <[EMAIL PROTECTED]> > Sent: Wednesday, October 01, 2003 2:34 AM > Subject: Re: maven, xdoclet, hibernate > > > > I've seen this error appear when trying t

Re: maven, xdoclet, hibernate

2003-10-01 Thread Konstantin Priblouda
--- Richard Burgess <[EMAIL PROTECTED]> wrote: > I've seen this error appear when trying to use > hibernate configured to > use a JBoss Datasource in a stand alone JVM. > > Try telling the hibernate plugin to use a direct > connection to the > database by specifying the hibernate driver class, >

Re: maven, xdoclet, hibernate

2003-10-01 Thread khote
]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Wednesday, October 01, 2003 2:34 AM Subject: Re: maven, xdoclet, hibernate > I've seen this error appear when trying to use hibernate configured to > use a JBoss Datasource in a stand alone JVM. > > Try tellin

Re: maven, xdoclet, hibernate

2003-10-01 Thread Richard Burgess
ester hibernate.connection.password= # use the hibernate props specified in here for maven hibernate goals maven.hibernate.properties=project.properties Richard On Wed, 2003-10-01 at 10:21, khote wrote: > I have all the basic stuff working with maven, xdoclet, and hibernate. > I'm using a mysql datab

Re: maven, xdoclet, hibernate

2003-10-01 Thread Konstantin Priblouda
--- khote <[EMAIL PROTECTED]> wrote: > I have all the basic stuff working with maven, > xdoclet, and hibernate. > I'm using a mysql database, JBoss 3.2.1, and I have > installed the latest > hibernate just in case. > > However when I try to run the > hibernate:

maven, xdoclet, hibernate

2003-10-01 Thread khote
I have all the basic stuff working with maven, xdoclet, and hibernate. I'm using a mysql database, JBoss 3.2.1, and I have installed the latest hibernate just in case. However when I try to run the hibernate:schema-export goal I get Could not obtain initial co

Re: maven xdoclet

2003-09-22 Thread Harri Lehtimaki
List'" <[EMAIL PROTECTED]> Sent: Monday, September 22, 2003 4:12 PM Subject: AW: maven xdoclet > Hi Harri, > > > > I'm just trying to port my project to Maven, and I think I'm > > going to love > > Maven as soon as get it working. But now I m

AW: maven xdoclet

2003-09-22 Thread Rademacher Tobias
Hi Harri, > I'm just trying to port my project to Maven, and I think I'm > going to love > Maven as soon as get it working. But now I must be missing > somethng because > I get the following error message: > 11:41: No goal [xdoclet:webdoclet] > > What am I doing wrong? I guess you either mis

Re: maven xdoclet

2003-09-22 Thread Harri Lehtimaki
ks to Andy. Your WebShop has helped me a lot. I owe you a beer. - Original Message - From: "Darren Hartford" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Monday, September 22, 2003 3:45 PM Subject: RE: maven xdoclet Just putting my

RE: maven xdoclet

2003-09-22 Thread Darren Hartford
Maven Users List Subject: Re: maven xdoclet The maven xdoclet plugin is huge because it is actually generated (as part of the xdoclet build). I personally find it generally useless. For anything more than the simpler cases, it is easier and cleaner to have 'ant-style' xdoclet definitio

Re: maven xdoclet

2003-09-21 Thread Colin Sampaleanu
The maven xdoclet plugin is huge because it is actually generated (as part of the xdoclet build). I personally find it generally useless. For anything more than the simpler cases, it is easier and cleaner to have 'ant-style' xdoclet definitions in maven.xml exactly as you would have

Re: maven xdoclet

2003-09-21 Thread khote
t; <[EMAIL PROTECTED]> Sent: Sunday, September 21, 2003 1:28 AM Subject: Re: maven xdoclet > Did you look at this yet? > > http://xdoclet.sourceforge.net/maven-plugin.html > > If you're familiar with the basics of XDoclet and Maven, the above offers a > good exp

Re: maven xdoclet

2003-09-21 Thread tek1
Did you look at this yet? http://xdoclet.sourceforge.net/maven-plugin.html If you're familiar with the basics of XDoclet and Maven, the above offers a good explanation of integrating the two. After reading and trying the above, let us know if you have any questions. At 22:44 03/09/20 -0700,

Re: maven xdoclet

2003-09-20 Thread Andy Jefferson
On Sunday 21 Sep 2003 06:44, khote wrote: > Looking for online tutorials covering maven and xdoclet, webdoclet, that > kind of thing. > > Anybody know of any? Not got a tutorial, but I've got an app that uses maven and ejbdoclet/webdoclet so you may be able to look at it and work out what to do

maven xdoclet

2003-09-20 Thread khote
Looking for online tutorials covering maven and xdoclet, webdoclet, that kind of thing. Anybody know of any? K - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]