Re: [Xdoclet-user] JUnit tests

2002-11-24 Thread Erik Hatcher
We do not automatically generate test skeletons, so we're not talking the same thing. I believe Eclipse has some plugins for automatically generating JUnit skeletons, and I'm sure other IDE's also have this feature. So, I cannot advise on the automating of test case creation. We test through

Re: [Xdoclet-user] XDoclet included in Out-of-the-Box Open Source distribution

2002-11-24 Thread Konstantin Priblouda
I do not generate error-prone code with XDoclet or at least I don't like to think so :) Could you please rephrase that so it doesn't sound like all XDoclet does is make it faster to generate bugs? :)) Of course such versatile tool as XDoclet can be used to generate bugs fast and

RE: [Xdoclet-user] JUnit tests

2002-11-24 Thread Matt Raible
Maybe Junitdoclet is what you're looking for: http://www.junitdoclet.org/ HTH, Matt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Erik Hatcher Sent: Sunday, November 24, 2002 3:38 AM To: SainTiss Cc: XDoclet Mailing Subject: Re:

RE: [Xdoclet-user] taskdef class xdoclet.modules.ejb.EjbDocletTask cannot be found

2002-11-24 Thread Aslak Hellesoy
pass -debug to ant. it will tell you what class is *really* missing. aslak -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Erik Hatcher Sent: 24. november 2002 02:46 To: [EMAIL PROTECTED] Subject: Re: [Xdoclet-user] taskdef class

[Xdoclet-user] Xdoclet, Middlegen and Hibernate

2002-11-24 Thread Matt Raible
I'm looking to produce a Struts example app with a persistence layer that is fully generated from an existing database. I'd like to use Castor, Hibernate, or possibly JDO (other suggestions welcome). I've seen Middlegen, which seems it might do everything, except I couldn't use Castor or

RE: [Xdoclet-user] Xdoclet, Middlegen and Hibernate

2002-11-24 Thread Aslak Hellesoy
Hi! Sorry for cross-posting. Please continue hibernate related discussions over in [EMAIL PROTECTED] If it's Middlegen related, crosspost to [EMAIL PROTECTED] The best way to use Middlegen (http://boss.bekk.no/boss/middlegen/) with Hibernate would be to use a similar approach as CMP. Middlegen

[Xdoclet-user] XDoclet presentation from BeJUG.

2002-11-24 Thread Aslak Hellesøy
Last week I held a presentation about XDoclet in JavaPolis/BeJUG. You'll find it here: http://tinyurl.com/2z3k (You might have to register and log in) Aslak --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven.

[Xdoclet-user] could not build xdoclet sources from cvs server...

2002-11-24 Thread Eric Tchepannou
Hi all, Does somebody understand the deprecated and unresolved symbols output from ant when building xdoclet sources? Should I add sth in my cp? Thanx I use SuSE Linux 8.0 with java version 1.4.1_01 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-b01) Java HotSpot(TM)

RE: [Xdoclet-user] could not build xdoclet sources from cvs server...

2002-11-24 Thread Aslak Hellesøy
It seems you don't have the xjavadoc sources (or maybe you have an old xjavadoc.jar on your classpath?). You must check out the xjavadoc CVS module next to the xdoclet module. -Or you can check out the xdoclet-all module to get everything. You can ignore the deprecation warnings. HTH, Aslak

Re: [Xdoclet-user] could not build xdoclet sources from cvs server...

2002-11-24 Thread Dmitri Colebatch
XDoclet uses itself to generate documentation etc what target did you use? try ant jar in xjavadoc. cheers dim - Original Message - From: Eric Tchepannou To: Aslak Hellesøy ; [EMAIL PROTECTED] Sent: Monday, November 25, 2002 1:05 PM Subject: Re: [Xdoclet-user] could not build

Re: [Xdoclet-user] Xdoclet, Middlegen and Hibernate

2002-11-24 Thread kiuma
Middlegen doesn't work very well with CMR fields ( at least with postgresql) my suggestion is not to use it in a production env. Matt Raible wrote: I'm looking to produce a Struts example app with a persistence layer that is fully generated from an existing database. I'd like to use Castor,

RE: [Xdoclet-user] Xdoclet, Middlegen and Hibernate

2002-11-24 Thread Ara Abrahamian
I'm willing to participate in this effort. Matt are you seriously interested in a middlegen-hibernate module? Ara. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Aslak Hellesoy Sent: Monday, November 25, 2002 12:25 AM To: Matt Raible; 'XDoclet User