BTW, those should not be there at all. I mean, on a single project, you might want to work with different plugins on same files without having those warnings.
It's more a debugging information about a particular plugin execution I would say. WDYT? -----Original Message----- From: Anatol Pomozov [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 15, 2005 9:07 AM To: [email protected] Subject: Re: RES: [xdoclet-user] Migrating to XD2 It is not errors. It is just warnings. You can switch off them juts adding maven.xdoclet.verbose = false property to project.properties if you use maven or <xdoclet verbose="false"> if you use ant. On 6/15/05, Flavio Suguimoto Leite <[EMAIL PROTECTED]> wrote: > > > > I have other annotations in my classes. Is it the problem?? > > > > Some errors that occurs when I run my ant: > > > > [xdoclet] Unknown tag: @uml.property in > file:/C:/Tools/eclipse/workspace/Drawing/application/source/pragya/dra > wing/Draftee.java > (line 106) > > [xdoclet] Unknown tag: @uml.property in > file:/C:/Tools/eclipse/workspace/Drawing/application/source/pragya/dra > wing/Draftee.java > (line 116) > > > > -----Mensagem original----- > De: Fl�vio H Suguimoto Leite > [mailto:[EMAIL PROTECTED] > Enviada em: ter�a-feira, 14 de junho de 2005 17:06 > Para: [email protected] > Assunto: [xdoclet-user] Migrating to XD2 > > > > Hi Folks, > > > > I was convinced by Konstantin to migrate to XD2. > > > > I create a new target on my build script (Ant) and try to run its > almost ok, without any error, but where my hbm.xml (Hibernate) are > created??? > > > > <xdoclet> > > <!-- defines the file handled by xdoclet2 --> > > <fileset dir="../../source"> > > <include name="**/*.java" /> > > </fileset> > > > > <!-- defines the processing of a plugin --> > > <component > classname="org.xdoclet.plugin.hibernate.HibernateMappingPlugin" > destdir="../../source" /> > > </xdoclet> > > > > > > > > I looked at this path and not found the hbm files. > > > > Fl�vio H Suguimoto Leite > > Pragya Technologies Americas - Brazil > > > > > > Ribeir�o Preto - SP - Brazil > > -- anatol
