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/drawing/Draftee.java > (line 106) > > [xdoclet] Unknown tag: @uml.property in > file:/C:/Tools/eclipse/workspace/Drawing/application/source/pragya/drawing/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
