RE: [Xdoclet-user] Webdoclet classpath

2003-06-08 Thread Andrew Stevens
On Sun, 2003-06-08 at 19:59, Norbert Spemm wrote: > But only in cvs? > > The package I'm using is 1.2.0 Beta 2 of 2002-12-27 15:00. This is long > ago :( > > Can someone please generate a new package for download so I don't have > to install cvs? I'm sorry asking for this, but my project runs ou

Re: [Xdoclet-user] compilation problems with CVS xdoclet v1.2

2003-06-08 Thread Andrew Stevens
On Sun, 2003-06-08 at 12:47, Marko Asplund wrote: > i'm having problems building the current xdoclet v1.2 version from CVS > (with Ant v1.5.3, Blackdown Java2, JRE v1.4.1 on Red Hat Linux v7.3). ... > junit: > [mkdir] Created dir: > /home/aspa/projects/ntlm/tmp/xdoclet-all/xjavadoc/target/test

RE: [Xdoclet-user] Webdoclet classpath

2003-06-08 Thread Matt Raible
Here's the ones I use (from May 6th). http://tinyurl.com/dssz HTH, Matt > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Norbert Spemm > Sent: Sunday, June 08, 2003 1:00 PM > To: [EMAIL PROTECTED] > Subject: RE: [Xdoclet-user] Webdoclet classp

Re: [Xdoclet-user] business methods on Bean NOT in ValueObject?

2003-06-08 Thread Mick Knutson
That worked very well. Thanks heaps! --- Thanks... Mick Knutson --- From: Konstantin Priblouda <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [Xdoclet-user] business methods on Bean NOT in ValueObject? Date: Sun, 8 Jun 2003 09:37:12 -0700 (PDT) --- Mick Kn

RE: [Xdoclet-user] Webdoclet classpath

2003-06-08 Thread Norbert Spemm
But only in cvs? The package I'm using is 1.2.0 Beta 2 of 2002-12-27 15:00. This is long ago :( Can someone please generate a new package for download so I don't have to install cvs? I'm sorry asking for this, but my project runs out of time and I'm still using to many different tools I don't ha

Re: [Xdoclet-user] updating a m-m value object?

2003-06-08 Thread Mick Knutson
I can't seem to figure out how to delete the m-n relationships. I can create them just fine, but when I try to call clear() on my VO, the values do not sem to get cleared, and they are not deleted from the relation table. --- Thanks... Mick Knutson --- From: "Mick Knutson" <[EMAIL PROTECTED]

[Xdoclet-user] Deleting m-m relationships from the relation mapped tables?

2003-06-08 Thread Mick Knutson
I can't seem to figure out how to delete the m-n relationships. I can create them just fine, but when I try to call clear() on my VO, the values do not sem to get cleared, and they are not deleted from the relation table. --- Thanks... Mick Knutson --- _

Re: [Xdoclet-user] business methods on Bean NOT in ValueObject?

2003-06-08 Thread Konstantin Priblouda
--- Mick Knutson <[EMAIL PROTECTED]> wrote: > Whay are my business methods on my Bean NOT in > ValueObject after ant > generation? Because they are not generated. Value object contains persistent / CMR fields only. Xjavadoc does not look inside methods. > I have several helper business methods

[Xdoclet-user] business methods on Bean NOT in ValueObject?

2003-06-08 Thread Mick Knutson
Whay are my business methods on my Bean NOT in ValueObject after ant generation? I have several helper business methods that _are_ exposed as: /** * @ejb.interface-method * @transaction type="supports" */ public String getFullName(){ return getLastName() + ", " + getFirstName(); } And my VO do

[Xdoclet-user] compilation problems with CVS xdoclet v1.2

2003-06-08 Thread Marko Asplund
i'm having problems building the current xdoclet v1.2 version from CVS (with Ant v1.5.3, Blackdown Java2, JRE v1.4.1 on Red Hat Linux v7.3). i checked out the source code using: cvs -z3 -d :pserver:[EMAIL PROTECTED]:/cvsroot/xdoclet co xdoclet-all then i set CLASSPATH to: $JAVA_HOME/jre/lib/rt.

[Xdoclet-user] webdoclet: unknown element

2003-06-08 Thread Marko Asplund
i'm trying to use the webdoclet task for generating a web component deployment descriptor with Xdoclet v1.2b2 (+Ant v1.5.3, Blackdown Java2 JRE v1.4.1 on Red Hat Linux v7.3). the webdoclet task is added to the Ant project but when the webdoclet element is encountered in the build file i get the fo