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
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
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
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
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
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
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.
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]
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]>
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
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
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
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
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
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
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="
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
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
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
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
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
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
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
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
24 matches
Mail list logo