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
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
=
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
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
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
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
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
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
==
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
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
===
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
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
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
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
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
> > 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
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
>
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:
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
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
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
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
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
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
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
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
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
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
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
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
30 matches
Mail list logo