Hi Gregory, thanks for your fast answer.
After sending my mail to [EMAIL PROTECTED], I realized how I can simply use ANT. I thought generating the "TagImpl" classes is some maven-magic, but it is just invoking some components, which is really simple using ANT. XDoclet2 is really nice. Jan Zimmek -----Urspr�ngliche Nachricht----- Von: Gr�gory Joseph [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 26. Mai 2005 18:14 An: [email protected] Betreff: Re: [xdoclet-user] plugin-creation without maven Hi Jan, Yes you could probably manage to build your own plugin using ant, however, if you would use maven, you could just use the same build scripts all other plugins do ;-) And yes, you can of course only build your own plugin - it is intended to have plugins developed by 3rd parties, this project exists for the purpose of general-use/standard plugins. (ie, ejb plugin could be here, but a jboss plugin should ideally be maintained by/at jboss, for example) Cheers, g On 26/05/05, Zimmek, Jan <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > I am just starting using XDoclet 2 and you have done a great job. > > > > Is creating a new xdoclet2-plugin only possible when using maven, or is > there any ant-alternative ? > > > > Would be great if anyone could help me, because I am not very familar with > maven and do not want to always generate all plugins, only to refresh my own > plugin. > > > > Regards > > Jan Zimmek
