Sounds very interesting, I'll do it!
Andrew Stevens wrote:
On Tue, 2003-05-27 at 23:00, Dmitri Colebatch wrote:
Thanks,
This tag is not documented so I didn't know how to do.
Now it's ok
np. If its not documented, use the source (o:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xdocl
Doesn't seem to work.
If I have
/**
* @struts.validator type="required"
*/
public void setCreatedOn(String createdOn)
{
}
I will get a validator declaration in the validator.xml file, but If I have
/**
* @struts.validator type="required"
*/
public vo
On Tue, 2003-05-27 at 23:00, Dmitri Colebatch wrote:
> > Thanks,
> > This tag is not documented so I didn't know how to do.
> > Now it's ok
>
> np. If its not documented, use the source (o:
>
> http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xdoclet/xdoclet/modules/hiber
> nate/src/xdoclet/module
as Konstantin said, do this in ant. Simply include the additional src
directories in the source path.
hth
di
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Lennart
> Petersson
> Sent: Wednesday, 28 May 2003 1:08 AM
> To: [EMAIL PROTECTED]
> Subject:
> Thanks,
> This tag is not documented so I didn't know how to do.
> Now it's ok
np. If its not documented, use the source (o:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xdoclet/xdoclet/modules/hiber
nate/src/xdoclet/modules/hibernate/resources/hibernate.xdt?rev=1.12&content-
type=text/vnd.v
Hi--
I am trying to build my ejb project using the new xdoclet1.2b3 built from
the source. Currently, here is a way stripped down .ant properties and
build.xml:
.ant.properties:
# Set the path to the root directory of the XDoclet distribution (see
# http://www.sf.net/projects/xdoclet)
#xdoclet.
Hi Konstantin,
it was my fault. Now I managed to compile the whole xdoclet project.
But there is still one dependency missing:
xdoclet-xjavadoc-1.0.jar
The only artifact I get is:
xjavadoc-1.0.jar
Where can I find / build the correct .jar?
-Mo.
Am Dienstag, 27.05.03 um 15:53 Uhr schrieb Kon
--- Denis Kruchkov <[EMAIL PROTECTED]> wrote:
> It's looks like there is error in XDoclet.
> I have following bean:
>
> public class SequenceSessionBean implements
> javax.ejb.SessionBean {
> private class Entry {
> SequenceLocal sequence;
> int last;
> }; <--- XDoclet p
It's looks like there is error in XDoclet.
I have following bean:
public class SequenceSessionBean implements javax.ejb.SessionBean {
private class Entry {
SequenceLocal sequence;
int last;
}; <--- XDoclet points here as error
.
Then I try to parse it by XDoclet