[Xdoclet-devel] xjavadoc optimisation+API essay

2002-02-21 Thread aslak . hellesoy
I have just added some more benchmarking code. Just run the benchmark target. There are now 4 benchmarks within that target. They all scan the xdoclet sources. (Results from my machine). 1) Runs classic javadoc (using a no-op doclet that only measures time and prints it to stdout) 4016 ms 2) Ru

[Xdoclet-devel] CVS update: xjavadoc build.xml

2002-02-21 Thread Aslak Helles?y
User: rinkrank Date: 02/02/21 16:31:05 Modified:.build.xml Log: Added more benchmarks, and two additional benchmark grammars Revision ChangesPath 1.19 +45 -5 xjavadoc/build.xml Index: build.xml =

[Xdoclet-devel] CVS update: xjavadoc/src/xjavadoc Util.java

2002-02-21 Thread Aslak Helles?y
User: rinkrank Date: 02/02/21 16:30:41 Modified:src/xjavadoc Util.java Log: Added more benchmarks, and two additional benchmark grammars Revision ChangesPath 1.5 +1 -1 xjavadoc/src/xjavadoc/Util.java Index: Util.java

[Xdoclet-devel] CVS update: xdoclet/core/resources/xdoclet/ejb valueobject.j

2002-02-21 Thread Vincent Harcq
User: vharcq Date: 02/02/21 15:09:30 Modified:core/resources/xdoclet/ejb valueobject.j Log: Correct some bugs Add equals() hashCode() and isIdentical(). More work needed here And of course a Unit Test :-) Revision ChangesPath 1.5 +175 -2xdoclet/core/reso

[Xdoclet-devel] CVS update: xdoclet/core/samples/junit/src/xdoclet/test/valueobject ValueObjectTest.java

2002-02-21 Thread Vincent Harcq
User: vharcq Date: 02/02/21 15:10:04 Added: core/samples/junit/src/xdoclet/test/valueobject ValueObjectTest.java Log: Correct some bugs Add equals() hashCode() and isIdentical(). More work needed here And of course a Unit Test :-) Revision Chan

[Xdoclet-devel] CVS update: xdoclet/core/samples/junit/src/xdoclet/test/valueobject - New directory

2002-02-21 Thread Vincent Harcq
User: vharcq Date: 02/02/21 15:09:47 xdoclet/core/samples/junit/src/xdoclet/test/valueobject - New directory ___ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

[Xdoclet-devel] CVS update: xdoclet/core/src/xdoclet/ejb/tags PkTagsHandler.java

2002-02-21 Thread Vincent Harcq
User: vharcq Date: 02/02/21 15:07:59 Modified:core/src/xdoclet/ejb/tags PkTagsHandler.java Log: Add a tag to see if current method is a PK field Revision ChangesPath 1.16 +16 -1 xdoclet/core/src/xdoclet/ejb/tags/PkTagsHandler.java Index: PkTagsHandler.jav

[Xdoclet-devel] CVS update: xdoclet/core/samples/script build.xml

2002-02-21 Thread Vincent Harcq
User: vharcq Date: 02/02/21 14:28:26 Modified:core/samples/script build.xml Log: Add debug to compiler Revision ChangesPath 1.56 +6 -3 xdoclet/core/samples/script/build.xml Index: build.xml ==

[Xdoclet-devel] CVS update: xdoclet/core/samples/junit/src/xdoclet/test ExampleTest.java

2002-02-21 Thread Vincent Harcq
User: vharcq Date: 02/02/21 14:04:41 Added: core/samples/junit/src/xdoclet/test ExampleTest.java Log: JUnit build scripts and structure Revision ChangesPath 1.1 xdoclet/core/samples/junit/src/xdoclet/test/ExampleTest.java Index: ExampleTest.java

[Xdoclet-devel] CVS update: xdoclet/core/samples/junit Build.bat build.xml readme.txt

2002-02-21 Thread Vincent Harcq
User: vharcq Date: 02/02/21 14:04:40 Added: core/samples/junit Build.bat build.xml readme.txt Log: JUnit build scripts and structure Revision ChangesPath 1.1 xdoclet/core/samples/junit/Build.bat Index: Build.bat ===

[Xdoclet-devel] CVS update: xdoclet/core/samples/junit/src/xdoclet/test - New directory

2002-02-21 Thread Vincent Harcq
User: vharcq Date: 02/02/21 14:03:06 xdoclet/core/samples/junit/src/xdoclet/test - New directory ___ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

[Xdoclet-devel] CVS update: xdoclet/core/samples/junit/xsl - New directory

2002-02-21 Thread Vincent Harcq
User: vharcq Date: 02/02/21 14:03:13 xdoclet/core/samples/junit/xsl - New directory ___ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

[Xdoclet-devel] CVS update: xdoclet/core/samples/junit/src/xdoclet - New directory

2002-02-21 Thread Vincent Harcq
User: vharcq Date: 02/02/21 14:02:58 xdoclet/core/samples/junit/src/xdoclet - New directory ___ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

[Xdoclet-devel] CVS update: xdoclet/core/samples/junit/src - New directory

2002-02-21 Thread Vincent Harcq
User: vharcq Date: 02/02/21 14:02:50 xdoclet/core/samples/junit/src - New directory ___ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

[Xdoclet-devel] CVS update: xdoclet/core/samples/junit - New directory

2002-02-21 Thread Vincent Harcq
User: vharcq Date: 02/02/21 14:02:42 xdoclet/core/samples/junit - New directory ___ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

RE: [Xdoclet-devel] samples on jboss

2002-02-21 Thread Vincent Harcq
> > You can easily > > > compare class/method signatures, but what about actual > code? How do > you > > > check if the body of the generated DO.equals() has the > code you're > > > expecting?! > > I think this is beyond reasonable scope of automated regression > testing. > > I'd say, write a u

Re: [Xdoclet-devel] strange exception

2002-02-21 Thread Erik Hatcher
no comment??? - Original Message - From: "Erik Hatcher" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, February 17, 2002 9:47 PM Subject: [Xdoclet-devel] strange exception > What does this mean? > > [document] javadoc: In doclet class xdoclet.DocletTask$DocletMain, method >

RE: [Xdoclet-devel] CVS update: xdoclet/core/resources/xdoclet/ejb util.j

2002-02-21 Thread Vincent Harcq
Log_accum.pl needs this directory. I just add it. No more message. Cool ;) > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf > Of Andrew Stevens > Sent: mercredi 20 février 2002 1:13 > To: [EMAIL PROTECTED] > Subject: Re: [Xdoclet-devel] CVS update:

[Xdoclet-devel] CVS update: CVSROOT/commitlogs log.properties

2002-02-21 Thread Vincent Harcq
User: vharcq Date: 02/02/21 11:48:27 Added: commitlogs log.properties Log: To be sure the dir will not vanish Revision ChangesPath 1.1 CVSROOT/commitlogs/log.properties Index: log.properties

[Xdoclet-devel] CVS update: CVSROOT/commitlogs - New directory

2002-02-21 Thread Vincent Harcq
User: vharcq Date: 02/02/21 11:42:07 CVSROOT/commitlogs - New directory ___ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

[Xdoclet-devel] CVS update: xdoclet/core/docs jrun.html jrunweb.html ejbdoclet_toc.html webdoclet_toc.html

2002-02-21 Thread Ara Abrahamian
User: ara_e_w Date: 02/02/21 09:13:01 Modified:core/docs ejbdoclet_toc.html webdoclet_toc.html Added: core/docs jrun.html jrunweb.html Log: commited JRun web/ejb support (thanks to Macromedia and Dan Schaffer for providing it) Revision ChangesPath 1.17 +21

[Xdoclet-devel] CVS update: xdoclet/core/src/xdoclet/ejb EjbDocletTask.java

2002-02-21 Thread Ara Abrahamian
User: ara_e_w Date: 02/02/21 09:13:02 Modified:core/src/xdoclet/ejb EjbDocletTask.java Log: commited JRun web/ejb support (thanks to Macromedia and Dan Schaffer for providing it) Revision ChangesPath 1.30 +9 -1 xdoclet/core/src/xdoclet/ejb/EjbDocletTask.java

[Xdoclet-devel] CVS update: xdoclet/core/src/xdoclet/web/vendor JRunWebXmlSubTask.java

2002-02-21 Thread Ara Abrahamian
User: ara_e_w Date: 02/02/21 09:13:04 Added: core/src/xdoclet/web/vendor JRunWebXmlSubTask.java Log: commited JRun web/ejb support (thanks to Macromedia and Dan Schaffer for providing it) Revision ChangesPath 1.1 xdoclet/core/src/xdoclet/web/vendor/J

[Xdoclet-devel] CVS update: xdoclet/core/src/xdoclet/web WebDocletTask.java

2002-02-21 Thread Ara Abrahamian
User: ara_e_w Date: 02/02/21 09:13:05 Modified:core/src/xdoclet/web WebDocletTask.java Log: commited JRun web/ejb support (thanks to Macromedia and Dan Schaffer for providing it) Revision ChangesPath 1.15 +10 -1 xdoclet/core/src/xdoclet/web/WebDocletTask.java

[Xdoclet-devel] CVS update: xdoclet/core/samples/script build.xml

2002-02-21 Thread Ara Abrahamian
User: ara_e_w Date: 02/02/21 09:13:00 Modified:core/samples/script build.xml Log: commited JRun web/ejb support (thanks to Macromedia and Dan Schaffer for providing it) Revision ChangesPath 1.55 +10 -1 xdoclet/core/samples/script/build.xml Index: build.xm

[Xdoclet-devel] CVS update: xdoclet/core/src/xdoclet/ejb/vendor JRunSubTask.java

2002-02-21 Thread Ara Abrahamian
User: ara_e_w Date: 02/02/21 09:13:04 Added: core/src/xdoclet/ejb/vendor JRunSubTask.java Log: commited JRun web/ejb support (thanks to Macromedia and Dan Schaffer for providing it) Revision ChangesPath 1.1 xdoclet/core/src/xdoclet/ejb/vendor/JRunSub

[Xdoclet-devel] CVS update: xdoclet/core/resources/xdoclet/web/vendor jrun-web.dtd jrun_web_xml.j

2002-02-21 Thread Ara Abrahamian
User: ara_e_w Date: 02/02/21 09:13:03 Added: core/resources/xdoclet/web/vendor jrun-web.dtd jrun_web_xml.j Log: commited JRun web/ejb support (thanks to Macromedia and Dan Schaffer for providing it) Revision ChangesPath 1.1 xd

[Xdoclet-devel] CVS update: xdoclet/core/resources/xdoclet/ejb/vendor jrun-ejb-jar-xml.j jrun-ejb-jar.dtd

2002-02-21 Thread Ara Abrahamian
User: ara_e_w Date: 02/02/21 09:13:02 Added: core/resources/xdoclet/ejb/vendor jrun-ejb-jar-xml.j jrun-ejb-jar.dtd Log: commited JRun web/ejb support (thanks to Macromedia and Dan Schaffer for providing it) Revision ChangesPath 1.1

[Xdoclet-devel] [ xdoclet-Bugs-520971 ] Wrong order of elements in ejb-jar.xml

2002-02-21 Thread noreply
Bugs item #520971, was opened at 2002-02-21 05:48 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=402704&aid=520971&group_id=31602 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Daniel Bratell (bratell) Assigned to: Nobody/Anonymo

[Xdoclet-devel] [ xdoclet-Support Requests-520890 ] generated CMP class is abstract

2002-02-21 Thread noreply
Support Requests item #520890, was opened at 2002-02-21 01:59 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=402705&aid=520890&group_id=31602 Category: ejbdoclet Group: None Status: Open Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonym