Re: [Xdoclet-user] maven-xdoclet-plugin dependencies

2004-11-01 Thread Mark Lowe
I use the xdoclet plugin well enough which dependencies are resoloved? Sure I need to have the doclets that i want to use in the POM else the dependcy list would be savage. To generate a struts config you'd need. xdoclet-apache-module and xdoclet-web-module Having all the available plugins as

Re: [Xdoclet-user] Upgrading to XDoclet 2

2004-09-18 Thread Mark Lowe
I've had a sniff around codehaus and cant work out were to find xdoclet 2. xdoclet.codehaus.org list comes up with an empty directory listing.. A maven repository would be the best thing, anyone know where i can get xdoclet 2? On 17 Sep 2004, at 16:13, Konstantin Priblouda wrote: --- Roland Cha

Re: [Xdoclet-user] autogenerating tiles-defs.xml

2004-06-11 Thread Mark Lowe
I'll have a look into how to do this with the release of xdoclet, I really cant be arsed with bleeding edge stuff, and haven't the time. I use the hibernate tags and webdoclet (with apache tags) without too much bother. I'd appreciate any input from anyone with experience of making tag templat

Re: [Xdoclet-user] autogenerating tiles-defs.xml

2004-06-10 Thread Mark Lowe
Umm .. this is where it does get a bit tricky. <% /** [EMAIL PROTECTED] * name="foo.layout" * path="/WEB-INF/jsp/layouts/fooLayout.jsp" * @struts.tiles-put * name="heading" value="" type="string" * [EMAIL PROTECTED] * name="body" value="" type="page" */ %> ${head

Re: [Xdoclet-user] autogenerating tiles-defs.xml

2004-06-09 Thread Mark Lowe
I've thought about this a fair bit.. and thought that having the tags in java would break the advantage of giving site builders non java files to work on.. What i did end up thinking was perhaps having xdoclet tags in scriplets that would be generated into java and then the tags could be proces

Re: [Xdoclet-user] My apologies for the noise !

2004-03-31 Thread Mark Lowe
What about for the "Pretty" M$ emails.. ? On 31 Mar 2004, at 21:52, Bain, Sinclair wrote: Sorry for the multiple postings.   sinclair bain panacya inc. suite 100, 8825 stanford boulevard, columbia, md 21045 (410) 910-3444   --- This SF

Re: [Xdoclet-user] XDoclet and Maven questions/mergedir

2004-03-31 Thread Mark Lowe
Do you merge resources follow the package name directory structure? /src/merge/com/foo/web for package com.foo.web; I had this problem when merging hibernate stuff. On 31 Mar 2004, at 14:57, Marco Mistroni wrote: Hi, Thanx for the reply...but unfortunately I still have The mergedir problem.

Re: [Xdoclet-user] struts-config and merging

2004-03-30 Thread Mark Lowe
I haven't used strutsdoclet but this might help. I've found that merge resources in general need to be in a directory structure that matches the package that your merging with. package com.foo.struts; .. MergeDir/com/foo/struts/struts-action.xml Mark On 30 Mar 2004, at 12:27, [EMAIL PROTECTED]

Re: [Xdoclet-user] Hibernate mapping

2004-03-27 Thread Mark Lowe
you, including a mapped list of all hbm.xml files it discovers. This relieves you of the need to maintain that list yourself, which as far as I know is the whole point behind XDoclet. Mark Lowe wrote: On 24 Mar 2004, at 11:59, Konstantin Priblouda wrote: --- Mark Lowe <[EMAIL PROTECTED]>

Re: [Xdoclet-user] Hibernate mapping

2004-03-27 Thread Mark Lowe
On 24 Mar 2004, at 11:59, Konstantin Priblouda wrote: --- Mark Lowe <[EMAIL PROTECTED]> wrote: But I want to create only one hibernate mapping file, and not one .hbm.xml mapping file for each class. I could be off mark here, but thats what xdoclet is for, getting around the problem of

Re: [Xdoclet-user] Hibernate mapping

2004-03-24 Thread Mark Lowe
But I want to create only one hibernate mapping file, and not one .hbm.xml mapping file for each class. I could be off mark here, but thats what xdoclet is for, getting around the problem of having multiple disparate resources. I doubt hibernate supports having a single mapping file, but I'd as

Re: [Xdoclet-user] hibernatedoclet merge dir

2004-02-12 Thread Mark Lowe
nate-properties-Bar.xml That is about it. Alex. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Lowe Sent: Thursday, February 12, 2004 12:01 PM To: XDoclet Users List Subject: [Xdoclet-user] hibernatedoclet merge dir hello anyone know if there are

[Xdoclet-user] hibernatedoclet merge dir

2004-02-12 Thread Mark Lowe
hello anyone know if there are any quirks with the mergedir attribute for hibernatedoclet, it seems not to want to merge? cheers mark --- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux

Re: [Xdoclet-user] Many to many with Hibernate

2004-02-12 Thread Mark Lowe
return name; } public void setName(String name) { this.name = name; } } Running this through xdoclet should generate a file, for Person (person.hmb.xml), like this: http://hibernate.sourceforge.net/hibernate-mapping-2.0.dtd";> name=&q

Re: [Xdoclet-user] Many to many with Hibernate

2004-02-10 Thread Mark Lowe
Yeah I wouldn't mind having a butchers.. (uk idiom for take a look). On 10 Feb 2004, at 12:29, kaxell wrote: Hi, Thanks for your replys, but the trick I used to get it working was with the "@hibernate.collection-composite-element" tag. If anyone is interested in seeing how it works just rep

Re: [Xdoclet-user] Many to many with Hibernate

2004-02-06 Thread Mark Lowe
Your examples are of a many-to-one and one-to-many relation ship? many-to-many looks like this /** * @hibernate.set table="link_table" lazy="false" cascade="none" readonly="true" * @hibernate.collection-many-to-many class="com.sparrow.om.Foo" column="foo_id" * @hibernate.collection-key column="

Re: [Xdoclet-user] hibernatedoclet - tag handler for XDtCollection?

2004-01-15 Thread Mark Lowe
I have the same development environment as you but never had to generate hibernate resources on BSD. Perhaps you've tried this , but what happens of you use the xdoclet jars you've running osx? On 15 Jan 2004, at 04:13, Benjamin Cox wrote: Hello, When I run the hibernatedoclet task, I'm gett

Re: [Xdoclet-user] HELP HELP HELP

2004-01-10 Thread Mark Lowe
I'm having a guess here but somewhere in you build file there's a sourcepath tag or attribute.. Find it and replace is with a fileset tag something like On 10 Jan 2004, at 14:31, Rupen Mody wrote: Hi, Build failed saying soucepath could not be found... Please kindly help. Thank

Re: [Xdoclet-user] Installation

2003-12-16 Thread Mark Lowe
Haug Am i right in assuming that you're used to using ant? xdoclet is like a bunch of ant extensions, i haven't been using xdoclet=20= very long but having used ant for a couple of years or so I haven't=20 found any of the problems you're talking about. So what's the problem exactly? On 16 Dec

Re: [Xdoclet-user] Generating hibernate mapping files

2003-11-23 Thread Mark Lowe
2003, at 10:06, Andrew Stevens wrote: On Sun, 2003-11-23 at 01:52, Mark Lowe wrote: Hi Andrew On 23 Nov 2003, at 00:32, Andrew Stevens wrote: On Sat, 2003-11-22 at 13:29, Mark Lowe wrote: I'm having trouble generating the xml mapping files for hibernate. The task fires up the my classes c

Re: [Xdoclet-user] Generating hibernate mapping files

2003-11-22 Thread Mark Lowe
Hi Andrew On 23 Nov 2003, at 00:32, Andrew Stevens wrote: On Sat, 2003-11-22 at 13:29, Mark Lowe wrote: I'm having trouble generating the xml mapping files for hibernate. The task fires up the my classes compile but just cant generate the resources from my

Re: [Xdoclet-user] hibernatedoclet TemplateException

2003-11-22 Thread Mark Lowe
2 Nov 2003, at 22:39, Mark Lowe wrote: Having washed out a day messing around with my build file, I decided to try and build the Hibernate Example on http://www.meagle.com:8080.. Thinking that the reason for my build file not working could be due to an error of my part, finding an example an

[Xdoclet-user] hibernatedoclet TemplateException

2003-11-22 Thread Mark Lowe
Having washed out a day messing around with my build file, I decided to try and build the Hibernate Example on http://www.meagle.com:8080.. Thinking that the reason for my build file not working could be due to an error of my part, finding an example and building seemed a cunning move. And it s

[Xdoclet-user] Generating hibernate mapping files

2003-11-22 Thread Mark Lowe
Hello I'm having trouble generating the xml mapping files for hibernate. The task fires up the my classes compile but just cant generate the resources from my tags. I'm sure this I'm missing something out I just don't know what. The tags are straight forward enough, can I assume that xdoclet w