me.
Thanks for all your help everyone,
Matt
- Original Message -
From: "Mark Norman" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 22, 2004 8:00 AM
Subject: RE: [Xdoclet-user] Trouble using hibernate task
Matt,
Your problem was the clas
--- Mark Norman <[EMAIL PROTECTED]> wrote:
> Matt,
>
> Your problem was the classpath line was too long. If
> you look in
> ant.bat, you'll see it calls lcp.bat to concatenate
> all the classpath
> locations into one shell variable. There's a maximum
> length for a
> command line so lcp.bat barfe
to handle them without exceeding the line length limit.
Cheers
Mark
-Original Message-
From: "Sgarlata Matt" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Subject: Re: [Xdoclet-user] Trouble using hibernate task
Date: Wed, 21 Jan 2004 10:21:21 -0500
Konstantin,
va class I sent
earlier.
Matt
- Original Message -
From: "Konstantin Priblouda" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, January 21, 2004 9:33 AM
Subject: Re: [Xdoclet-user] Trouble using hibernate task
It seems that you send wrong class...
XDco
tDescription(String description)
> {
> this.description = description;
> }
>
> }
>
> Thanks for your help!
>
> Matt
> - Original Message -
> From: "Konstantin Priblouda" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent:
scription;
}
public void setDescription(String description)
{
this.description = description;
}
}
Thanks for your help!
Matt
- Original Message -
From: "Konstantin Priblouda" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, January 21, 2004 3:07 AM
Sub
--- Sgarlata Matt <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I'm new to XDoclet, I'm trying to use it with
> Hibernate and I'm completely
> lost. I realize my questions are very basic, so if
> the answers are online
> somewhere, please let me know... I RTFM so long as I
> can find it ;)
>
> I am g