User: stevensa
Date: 02/03/17 16:04:30
Modified:core/resources/xdoclet Messages.properties
Log:
Apostrophes in messages need to be doubled, because of java.text.MessageFormat used
in translator.
Revision ChangesPath
1.4 +2 -2 xdoclet/core/resources/xdoclet/Me
User: rinkrank
Date: 02/03/17 14:59:33
Modified:src/xjavadoc XJavaDocTest.java
Log:
fixed dimensions in returnType and parameter (it works according to test)
Revision ChangesPath
1.20 +13 -0 xjavadoc/src/xjavadoc/XJavaDocTest.java
Index: XJavaDocTest.java
User: rinkrank
Date: 02/03/17 14:48:02
Modified:src/xjavadoc BinaryClass.java
Log:
fixed dimensions in returnType and parameter (I hope)
Revision ChangesPath
1.8 +34 -4 xjavadoc/src/xjavadoc/BinaryClass.java
Index: BinaryClass.java
==
AFAIK currently a legal tag is either:
@atag attr="blabla"
or:
@atag "blabla"
The second one applicable only to tags which have only a single
attribute (such as transaction).
Imho keep these two and clean up the rest. But if the new implementation
of for the second syntax is sophisticated the
User: ara_e_w
Date: 02/03/17 12:44:34
Modified:src/xjavadoc AbstractClass.java
Log:
equals()/hashcode
Revision ChangesPath
1.14 +33 -1 xjavadoc/src/xjavadoc/AbstractClass.java
Index: AbstractClass.java
User: ara_e_w
Date: 02/03/17 12:43:51
Modified:core/src/xdoclet/ejb/tags Tag: XJAVADOC_REFACTORING
InterfaceTagsHandler.java
Log:
use equals()
Revision ChangesPath
No revision
No revision
1.21.2
User: rinkrank
Date: 02/03/17 12:43:27
Modified:src/xjavadoc ProxyClass.java
Log:
implemented equals/hashCode
Revision ChangesPath
1.14 +32 -0 xjavadoc/src/xjavadoc/ProxyClass.java
Index: ProxyClass.java
===
With that explanation I can only +1
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]] On Behalf
> Of Aslak Hellesoy
> Sent: dimanche 17 mars 2002 19:26
> To: [EMAIL PROTECTED]
> Subject: [Xdoclet-devel] many different tag formats?
>
>
> Hi all.
>
> The pre-x
User: rinkrank
Date: 02/03/17 11:37:07
Modified:core/src/xdoclet/ejb/tags Tag: XJAVADOC_REFACTORING
EjbTagsHandler.java InterfaceTagsHandler.java
Log:
added some debug statements and added @ in printing of classCommentTags()
Revision ChangesPath
N
User: rinkrank
Date: 02/03/17 11:37:06
Modified:core/src/xdoclet/tags Tag: XJAVADOC_REFACTORING
ClassTagsHandler.java
Log:
added some debug statements and added @ in printing of classCommentTags()
Revision ChangesPath
No revision
*whew* ok, I understand! :)
Erik
- Original Message -
From: "Aslak Hellesøy" <[EMAIL PROTECTED]>
To: "Erik Hatcher" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Sunday, March 17, 2002 1:50 PM
Subject: RE: [Xdoclet-devel] many different tag formats?
> It won't interfere with
It won't interfere with your @todo or @param or whatever, because no code
will ever ask for anything particular inside the value of your tags that
don't follow the "XML" syntax.
If you have:
@todo three blind mice
XTag.value() would return "three blind mice" without any problem.
However, if you
I like the idea of tightening up the syntax but that wreaks havoc on my
usage of @todo! :(
Erik
- Original Message -
From: "Aslak Hellesoy" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, March 17, 2002 1:26 PM
Subject: [Xdoclet-devel] many different tag formats?
>
Hi all.
The pre-xjavadoc xdoclet supports many different tag formats:
1) @once upon="a"
2) @while in the
3) @wild
4) @west there
I suggest that we refactor/remove all places where format 2) and 4) are
used. In other words, a tag can have zero or more parameters (or attributes
as I'd rather pref
User: vharcq
Date: 02/03/17 10:25:51
Modified:core/src/xdoclet/ejb/tags Tag: XJAVADOC_REFACTORING
DataObjectTagsHandler.java
Log:
data Most Super is working now
Revision ChangesPath
No revision
No revi
User: vharcq
Date: 02/03/17 10:25:12
Modified:core/samples/src/java/test/ejb Tag: XJAVADOC_REFACTORING
CustomerBean.java
Log:
Put that problem for later
Revision ChangesPath
No revision
No revision
User: vharcq
Date: 02/03/17 09:46:58
Modified:core/src/xdoclet Tag: XJAVADOC_REFACTORING
XDocletTagSupport.java
Log:
Home interfaces compiles now
Revision ChangesPath
No revision
No revision
1.
User: ko5tik
Date: 02/03/17 09:12:54
Modified:.build.xml
Log:
made xdocletgui to compile and run with new
xjavadoc.
loading classes yet to be fixed
Revision ChangesPath
1.8 +1 -1 xdocletgui/build.xml
Index: build.xml
===
User: ko5tik
Date: 02/03/17 09:12:54
Modified:src/java/xtags/condition TagParameterEquals.java
Log:
made xdocletgui to compile and run with new
xjavadoc.
loading classes yet to be fixed
Revision ChangesPath
1.4 +1 -1 xdocletgui/src/java/xtags/conditio
User: ko5tik
Date: 02/03/17 09:12:54
Modified:src/java/xdocletgui/swing Main.java MainPanel.java
TagParameterComponentFactory.java
Log:
made xdocletgui to compile and run with new
xjavadoc.
loading classes yet to be fixed
Revision ChangesPa
User: vharcq
Date: 02/03/17 05:21:46
Modified:core/src/xdoclet Tag: XJAVADOC_REFACTORING
XDocletTagSupport.java
Log:
Add delim and tokenNumber back to tag value methods
Revision ChangesPath
No revision
No
Nevermind I found a easy way to put it back ;)
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]] On Behalf
> Of Vincent Harcq
> Sent: dimanche 17 mars 2002 13:59
> To: [EMAIL PROTECTED]
> Subject: [Xdoclet-devel] Refactoring
>
>
> Hi,
> I wanted to try you fi
Hi,
I wanted to try you finish xjavadoc integration.
The HOME is not correct due to getTagValue, ... That do not take
delimiter and tokenNumber atm.
Should I put that back or you want to kill that in favour of
forAllFinderMethod (for example) ?
Vincent
___
User: vharcq
Date: 02/03/17 02:59:03
Modified:core/resources/xdoclet/ejb entitypk.j
Log:
Avoid a NPE in hashCode()
Revision ChangesPath
1.18 +1 -1 xdoclet/core/resources/xdoclet/ejb/entitypk.j
Index: entitypk.j
=
Bugs item #530900, was opened at 2002-03-17 08:46
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=402704&aid=530900&group_id=31602
Category: ejbdoclet
Group: v1.1.2
Status: Open
>Resolution: Fixed
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: And
User: stevensa
Date: 02/03/17 02:01:11
Modified:core/resources/xdoclet/ejb ejb-body.j
Log:
[530900] and were wrong way round according to
DTD
Revision ChangesPath
1.45 +1 -1 xdoclet/core/resources/xdoclet/ejb/ejb-body.j
Index: ejb-body.j
=
Bugs item #530900, was opened at 2002-03-17 00:46
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=402704&aid=530900&group_id=31602
Category: ejbdoclet
Group: v1.1.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody
27 matches
Mail list logo