Re: [Xdoclet-user] getting XDoclet 2

2005-02-08 Thread Brian Topping
Hi Michael, If you just want to use them from Ant, it's very simple. The code at http://xdoclet.codehaus.org/Two+Minute+Introduction can be used directly in ant, just strip off the goal tags. Maven.xml is essentially Ant code snippets that have a few more directives at the top levels. You

[Xdoclet-user] Possible to generate a separate map file for a Hibernate subclass?

2005-02-08 Thread Gemar, Edward
Hi, I am using XDoclet to generate my hibernate mapping files and for extensibility reasons need to have separate files for the subclass mapping instead of everything directly inline in the baseclass map file. Hibernate supports this:

[Xdoclet-user] Tapestry support

2005-02-08 Thread Newcomb, Michael P.
XDoclet now supports Tapestry page-specifications and component-specifications. You will need to get the latest code from CVS. Documentation has been added and samples will be added shortly. Michael

[Xdoclet-user] Hibernate many-to-one update and insert attributes

2005-02-08 Thread Paul Galbraith-TM
I have an attribute defined with '@hibernate.many-to-one update=false insert=false' in my code, but when I generate the hibernate mapping file the update and insert attributes are nowhere to be found...I've specified hibernate version=2.1/ in my ant task...is there anything else I need to do

[Xdoclet-user] Re: [Xdoclet-devel] Wrong DOCTYPE

2005-02-08 Thread Andrew Stevens
On Mon, 2005-02-07 at 22:25, Frank Langelage wrote: Miriam Senovilla wrote: But when i run xdoclet, it makes the ejb-jar.xml version 3.2: !DOCTYPE jboss PUBLIC -//JBoss//DTD JBOSS 3.2//EN http://www.jboss.org/j2ee/dtd/jboss_3_2.dtd; How can i specify that i want 4.0 version??? I'm

[Xdoclet-user] Re: [Xdoclet-devel] Wrong DOCTYPE

2005-02-08 Thread Andrew Stevens
On Tue, 2005-02-08 at 08:24, Miriam Senovilla wrote: That's weird - what you've included looks fine to me. The samples also use jboss version=4.0 ... / and they generate !DOCTYPE jboss PUBLIC -//JBoss//DTD JBOSS 4.0//EN http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd; as expected. Do you