A wise old hermit known only as Vincent Harcq
<[EMAIL PROTECTED]> once said:
> What is the purpose of the putting the Date/Time after
> @xdoclet-generated ?
See feature request #456468, though in fact it's not quite what I'd
originally been thinking of. What I'd had in mind was for it to have
My gut feeling is this is just WinCvs messing up the timestamps again or
something, on the other hand I would have thought prettyprinter should be
able to cope with dodgy timestamps without crashing. Any chance this
exception's something to do with how prettyprinter was jar'ed up, or is it
ju
> Reentrant is set to False in xdoclet.
> Why not :)
> I would prefer it to be True. But it's me, so ...
> This is defined by ejb:bean so I could not have my super entity object
> have a value that all my beans will inherit
Well, you mean you have ejb:bean in base and also in children, but you
c
Patches item #486090, was opened at 2001-11-27 09:56
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=402706&aid=486090&group_id=31602
Category: webdoclet
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Mathias Bogaert (pathoss)
Assigned to: Nobod
> getTagValue(): Line 490-491
> //note that superclasses is false
> tags = DocletUtil.getTagsByName( ( ClassDoc ) prg_elem_doc, tag_name,
> false );
>
> The false says to not go into super classes. This does not fit in the
> entity/session .j files where first we test if a method exists and
then
Ara,
> > What is the purpose of the putting the Date/Time after
> > @xdoclet-generated ?
>
> Nothing special.
>
> > Everytime we touch a file, its generated classes "change", and that
> f***
> > up the cvs system.
>
> But I think that will happen anyway, you changed bean impl
> file, all int
Hi,
getTagValue(): Line 490-491
//note that superclasses is false
tags = DocletUtil.getTagsByName( ( ClassDoc ) prg_elem_doc, tag_name,
false );
The false says to not go into super classes. This does not fit in the
entity/session .j files where first we test if a method exists and then
get the
> What is the purpose of the putting the Date/Time after
> @xdoclet-generated ?
Nothing special.
> Everytime we touch a file, its generated classes "change", and that
f***
> up the cvs system.
But I think that will happen anyway, you changed bean impl file, all
interfaces/etc will be autogenera
Hi,
Reentrant is set to False in xdoclet.
Why not :)
I would prefer it to be True. But it's me, so ...
This is defined by ejb:bean so I could not have my super entity object
have a value that all my beans will inherit
And I would prefer to limit the number of tags/attributes at the maximum
So ha
And Vincent is back :-)
Cheers,
Ara.
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:xdoclet-devel-
> [EMAIL PROTECTED]] On Behalf Of Vincent Harcq
> Sent: Tuesday, November 27, 2001 7:55 PM
> To: [EMAIL PROTECTED]
> Subject: [Xdoclet-devel] CVS update:
'xdoclet/core/resources/xd
Update of /cvsroot/xdoclet/xdoclet/core/src/xdoclet/util
In directory usw-pr-cvs1:/tmp/cvs-serv21989/xdoclet/util
Modified Files:
XmlValidator.java
Log Message:
Add the XML Validation error MESSAGE to help figure out what is happening
___
Xdoc
Update of /cvsroot/xdoclet/xdoclet/core/src/xdoclet
In directory usw-pr-cvs1:/tmp/cvs-serv21589/xdoclet
Modified Files:
SubTask.java
Log Message:
typo in debug message
___
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.
Update of /cvsroot/xdoclet/xdoclet/core/src/xdoclet/ejb/tags
In directory usw-pr-cvs1:/tmp/cvs-serv21129/xdoclet/ejb/tags
Modified Files:
DataObjectTagsHandler.java
Log Message:
ejb:data-object is correct ejb:dataobject is not
___
Xdoclet-deve
Update of /cvsroot/xdoclet/xdoclet/core/resources/xdoclet/ejb
In directory usw-pr-cvs1:/tmp/cvs-serv20413/xdoclet/ejb
Modified Files:
ejb-body.j
Log Message:
Rearrange order to pass XML Validation
Add a mandatory ejb-link for "external local references"
_
Update of /cvsroot/xdoclet/xdoclet/core/resources/xdoclet/ejb
In directory usw-pr-cvs1:/tmp/cvs-serv19857/xdoclet/ejb
Modified Files:
entitybmp.j
Log Message:
Make exceptions for ejbRemove() like in entitycmp.j
___
Xdoclet-devel mailing list
[
Update of /cvsroot/xdoclet/xdoclet/core/resources/xdoclet/ejb/vendor
In directory usw-pr-cvs1:/tmp/cvs-serv19315/xdoclet/ejb/vendor
Modified Files:
jboss-jaws_xml.j
Log Message:
Rearrange order to pass XML Validation
___
Xdoclet-devel mailing
Update of /cvsroot/xdoclet/xdoclet/core/docs
In directory usw-pr-cvs1:/tmp/cvs-serv18833
Modified Files:
ejbdoclet.html
Log Message:
Add Merge Points in local and remote interfaces
___
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists
Update of /cvsroot/xdoclet/xdoclet/core/resources/xdoclet/ejb
In directory usw-pr-cvs1:/tmp/cvs-serv18739/xdoclet/ejb
Modified Files:
local.j remote.j
Log Message:
Add Merge Points in local and remote interfaces
___
Xdoclet-devel mailing list
Update of /cvsroot/xdoclet/xdoclet/core/resources/xdoclet/ejb/vendor
In directory usw-pr-cvs1:/tmp/cvs-serv15255/xdoclet/ejb/vendor
Modified Files:
jaws_2_4.dtd jaws_3_0.dtd
Log Message:
Missing definitions for cmp-field
___
Xdoclet-devel mail
I got this one, I have it correct now.
I will patch it soon.
Several things :
- In jaws.dtd cmp-field should have jdbc-type and sql-type
- Ordering problems (see later)
I also got some problems with ejb-ref ejb-local-ref ordering.
Now the stupid question : XML validation takes care of order
I am having a problem generating a valid jaws.xml for JBoss 2.4, my preliminary
investigation shows that this is because the ordering of the tags in the .xml
file does not correspond with the ordering of the tags in the DTD. If I change
the ordering in jboss-jaws_xml.j I get further but I need to
Hi,
What is the purpose of the putting the Date/Time after
@xdoclet-generated ?
Everytime we touch a file, its generated classes "change", and that f***
up the cvs system.
If it's only for information can I propose to parametrize this feature
(on as now by default)
In case of inheritance, it happe
Patches item #485989, was opened at 2001-11-27 05:34
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=402706&aid=485989&group_id=31602
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Mathias Bogaert (pathoss)
Assigned to: Nobody/Ano
A wise old hermit known only as =?us-ascii?Q?Aslak_Hellesoy?=
<[EMAIL PROTECTED]> once said:
> Do you mean the files that XDoclet generates? IMO you shouldn't have
> these
> files under source control at all. It's a bit like compiled classes.
> Basically, whatever can be generated (XDoclet clas
24 matches
Mail list logo