[Xdoclet-devel] FieldTagsHandler - way to determine if field belongs to parent?

2003-02-04 Thread tek1
is there a method in the FieldTagsHandler class to determine if the field being processed is actually from the class's parent class? thanks. --- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something

[Xdoclet-devel] FieldTagsHandler - way to determine if field belongs to parent?

2003-01-28 Thread tek1
hello. just wondering if there's a method exists in the FieldTagsHandler class (or using another approach) to determine if the field being processed is actually from the class's parent class? thanks. --- This SF.NET email is sponsored by:

Re: [Xdoclet-devel] Even more propaganda

2003-01-15 Thread tek1
congratulations! :) At 09:02 03/01/15 -0800, you wrote: Hi all, german montly JavaMagazin with my article about xdoclet will hit stores tomorrow. I already received feedback and questions about xdoclet from this article. --- This SF.NET em

[Xdoclet-devel] xdoclet.core.build.classes.xdoclet.tagshandler.FieldTagsHandler -where to put custom version?

2003-01-05 Thread tek1
happy new year everyone! quick question: if a module needs to create and use a custom class that extends xdoclet.core.build.classes.xdoclet.tagshandler.FieldTagsHandler (i.e. FieldTagsHandlerCustom), where should it go and how does one tell xdoclet to use the custom class when executing the mo

[Xdoclet-devel] hibernate task: error when previously-generated files not clearedfirst

2002-12-27 Thread tek1
hello. currently, the hibernate task is generating the class mapping files (XXX.hbm.xml) to my project's "config_generated" directory. if there are no previously-generated hibernate mapping files in the directory, the task works fine. however, if the task is spewing out the following exceptio

Re: [Xdoclet-devel] Re: hibernate task

2002-12-27 Thread tek1
At 16:49 02/12/27 +1100, you wrote: > is there any way to get it to generate the mapping file with a fixed name > (i.e. "hibernate-mapping.xml") in the top level of the output directory? H its considered good form to name the mapping document for foo.bar.Baz as foo/bar/Baz.hbm.xml. That appro

[Xdoclet-devel] hibernate task

2002-12-25 Thread tek1
is there any way to get it to generate the mapping file with a fixed name (i.e. "hibernate-mapping.xml") in the top level of the output directory? i currently have 1 class that i'm using as a test ("User") with the hibernate task and the mapping file that is being generated is: User_Hibernate.

Re: [Xdoclet-devel] Hibernate, VOs and StrutsForms

2002-12-22 Thread tek1
are you using an ejb task-generated VO? if so, why? are you able to just create a simple java class and add hibernate and struts tags? sorry, i don't understand the dependency on ejb VO's... what you're doing sounds pretty cool. are you doing this to try to nearly automate the process of du

RE: [Xdoclet-devel] jdbc driver ClassNotFound / new castor module

2002-12-20 Thread tek1
assword="${db.password}" url="${db.url}" generateTables="true" /> however, hibernate and the others wouldn't need the "xmlMapping" attribute, so i would need to redesign this a little..

[Xdoclet-devel] postgresql jdbc driver ClassNotFound when using from xdoclet subtask

2002-12-19 Thread tek1
i've nearly finished a new castor subtask for xdoclet and part of it actually makes a connection to the database and creates the tables for you. however, i'm getting the below error when i execute the subtask, even though the (postgresql) jdbc driver is on the classpath: [ejbdoclet] (XDocletMai

[Xdoclet-devel] modules .jar naming change to include version (in cvs)

2002-12-18 Thread tek1
just wondering why this move was made? i'm using xdoclet on several projects and rather than copying all the xdoc .jars to each project's lib directory, i'm using a build.properties file to store references to each module.jar located in the cvs-downloaded target/lib directory. now that the ver

Re: [Xdoclet-devel] cvs [update aborted]: cannot rename file.new.XDocletTagSuppo

2002-12-18 Thread tek1
thanks andrew. i will try cvs updating again. :) At 13:52 02/12/18 +, you wrote: Looks like a CVS problem to me :-) The file wasn't being updated by someone else at the same time, was it? I've had occasional problems like this in the past. Usually, if I leave it a while and try again i

[Xdoclet-devel] cvs [update aborted]: cannot rename file .new.XDocletTagSupport.javato XDocletTagSupport.java: File exists

2002-12-17 Thread tek1
anyone know why this is happening? cvs [update aborted]: cannot rename file .new.XDocletTagSupport.java to XDocletTagSupport.java: File exists thanks. --- This sf.net email is sponsored by: With Great Power, Comes Great Responsibility Lear

Re: [Xdoclet-devel] XDoclet 2 and i18n

2002-12-01 Thread tek1
what type of i18n support do you mean? if related to .properties files, i believe that apache's ExtendedProperties class in the commons project supports i18n: http://jakarta.apache.org/commons/sandbox/configuration/index.html At 15:07 02/12/01 -0800, you wrote: Hi guys, A little question: sh

[Xdoclet-devel] Re: [castor-dev] Generate Database

2002-11-24 Thread tek1
i've been working on it, but xdoclet is undergoing some major changes from version 1.2 to 2, namely switching to velocity as the templating engine. as such, i've been hesistant to keep working on a version that will be scrapped, and waiting for word on the stability of xdoclet2 to begin working

[Xdoclet-devel] xdoclet2 stability? castor and ormapping development

2002-11-22 Thread tek1
just wondering how stable the core of xdoclet2 is currently? is it at the point where we can start writing velocity templates and generate code? i was working on castor for 1.2, but was working on other things for a while and was advised to wait until development for xdoclet2 started... since

Re: [Xdoclet-devel] DISCUSSION: removing JBoss tags

2002-09-19 Thread tek1
just a suggestion, but could each module in xdoclet (i.e. jboss) have its own cvs module so that each respective group (i.e. jboss group) will have control over it, manage it, yet it still integrate with and keep up-to-date with the core xdoclet? At 17:13 02/09/19 -0400, you wrote: >+1 > >Th

[Xdoclet-devel] Re: [Xdoclet-user] problems compiling xdoclet "xdoclet" module

2002-06-30 Thread tek1
thank you for your reply andrew. the new architecture is very nice! thanks again. At 00:02 02/07/01 +0100, you wrote: >A wise old hermit known only as tek1 <[EMAIL PROTECTED]> once said: > > questions about latest dev/cvs release > > -

[Xdoclet-devel] Re: [Xdoclet-announce] Announcement: Middlegen - source codegenerator for XDoclet/EJBGen

2001-10-09 Thread tek1
perhaps there is an opportunity for all 3 projects (middlegen, dods, and jboss gui) to work together? they all seem to have definite benefits and provide very useful and different views of the underlying code in an ejb system. furthermore, with xdoclet at the core to generate all the ejb-rela