[Xdoclet-devel] CVS update: xdoclet/core/config

2002-02-12 Thread Vincent Harcq
Update of /cvsroot/xdoclet/xdoclet/core/config In directory usw-pr-cvs1:/tmp/cvs-serv13861/config Modified Files: tagmappings.properties Log Message: Add a dumb tag to be able to put comments into template files that will not be output in generated files. Usage bla bla bla ___

[Xdoclet-devel] CVS update: xdoclet/core/src/xdoclet/tags

2002-02-12 Thread Vincent Harcq
Update of /cvsroot/xdoclet/xdoclet/core/src/xdoclet/tags In directory usw-pr-cvs1:/tmp/cvs-serv13861/src/xdoclet/tags Added Files: CommentTagsHandler.java Log Message: Add a dumb tag to be able to put comments into template files that will not be output in generated files. Usage bla bla

[Xdoclet-devel] CVS update: xdoclet/core/src/xdoclet/tags

2002-02-12 Thread Ara Abrahamian
Update of /cvsroot/xdoclet/xdoclet/core/src/xdoclet/tags In directory usw-pr-cvs1:/tmp/cvs-serv13009/core/src/xdoclet/tags Modified Files: FieldTagsHandler.java MethodTagsHandler.java Log Message: - iterating over methods/fields was buggy, used an inappropriate mechanism - fixed problem

[Xdoclet-devel] CVS update: xdoclet/core/samples/src/java/test/ejb

2002-02-12 Thread Ara Abrahamian
Update of /cvsroot/xdoclet/xdoclet/core/samples/src/java/test/ejb In directory usw-pr-cvs1:/tmp/cvs-serv13009/core/samples/src/java/test/ejb Modified Files: CustomerBean.java PersonBean.java Log Message: - iterating over methods/fields was buggy, used an inappropriate mechanism - fixed p

RE: [Xdoclet-devel] Comments in .j files

2002-02-12 Thread Vincent Harcq
> > With my value object stuffs getting more and more complex, I want to > add > > comments in the J files > > I agree with Aslak in this case :-) > > Don't try to program with xml-ish XDtblabla, just use very > high level, very coarse grained template tags. > That is a point that turn me mad

[Xdoclet-devel] RE: [Xdoclet-user] Problems with multiple overloaded methods not appearing in remote interface

2002-02-12 Thread Vincent Harcq
The problem may come from the fact that xdoclet tests on method name and return type and not arguments. I will have look further... > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf > Of [EMAIL PROTECTED] > Sent: mardi 12 février 2002 9:05 > To: [EMAI

RE: [Xdoclet-devel] Comments in .j files

2002-02-12 Thread Andrew Stevens
>FROM: Ara Abrahamian >DATE: 02/12/2002 01:20:19 > >>Could we have something like >> I do this because ... >>that would not be generated > >Good. And to make it easier to distinguish you can easily create a new >coloring for . So I don't agree with Andrew's >proposal here, because: 1- colorin

[Xdoclet-devel] [ xdoclet-Feature Requests-516425 ] support field/constructor tags in info

2002-02-12 Thread noreply
Feature Requests item #516425, was opened at 2002-02-12 05:51 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=402707&aid=516425&group_id=31602 Category: None Group: None Status: Open Priority: 9 Submitted By: Aslak Hellesøy (rinkrank) Assigned to: Aslak Hellesøy (ri

[Xdoclet-devel] CVS update: xdoclet/core/src/xdoclet/tags

2002-02-12 Thread Dmitri Colebatch
Update of /cvsroot/xdoclet/xdoclet/core/src/xdoclet/tags In directory usw-pr-cvs1:/tmp/cvs-serv19735/core/src/xdoclet/tags Modified Files: TypeTagsHandler.java Log Message: - Fixed up samples so they deployed successfully on JBoss - Added hashCode() impl in data object. - Added use-super

[Xdoclet-devel] CVS update: xdoclet/core/samples/src/java/test/ejb/cmr

2002-02-12 Thread Dmitri Colebatch
Update of /cvsroot/xdoclet/xdoclet/core/samples/src/java/test/ejb/cmr In directory usw-pr-cvs1:/tmp/cvs-serv19735/core/samples/src/java/test/ejb/cmr Modified Files: CityBean.java Log Message: - Fixed up samples so they deployed successfully on JBoss - Added hashCode() impl in data object

[Xdoclet-devel] CVS update: xdoclet/core/samples/src/java/test/ejb

2002-02-12 Thread Dmitri Colebatch
Update of /cvsroot/xdoclet/xdoclet/core/samples/src/java/test/ejb In directory usw-pr-cvs1:/tmp/cvs-serv19735/core/samples/src/java/test/ejb Modified Files: CustomerBMPBean.java CustomerBean.java Log Message: - Fixed up samples so they deployed successfully on JBoss - Added hashCode() im

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

2002-02-12 Thread Dmitri Colebatch
Update of /cvsroot/xdoclet/xdoclet/core/samples/script In directory usw-pr-cvs1:/tmp/cvs-serv19735/core/samples/script Modified Files: build.xml Log Message: - Fixed up samples so they deployed successfully on JBoss - Added hashCode() impl in data object. - Added use-super-equals="true|f

[Xdoclet-devel] CVS update: xdoclet/core/samples/src/java/test/dao

2002-02-12 Thread Dmitri Colebatch
Update of /cvsroot/xdoclet/xdoclet/core/samples/src/java/test/dao In directory usw-pr-cvs1:/tmp/cvs-serv19735/core/samples/src/java/test/dao Modified Files: CustomerExampleDAO.java CustomerDAO.java Log Message: - Fixed up samples so they deployed successfully on JBoss - Added hashCode()

[Xdoclet-devel] CVS update: xdoclet/core/docs

2002-02-12 Thread Dmitri Colebatch
Update of /cvsroot/xdoclet/xdoclet/core/docs In directory usw-pr-cvs1:/tmp/cvs-serv19735/core/docs Modified Files: ejbdoclet.html Log Message: - Fixed up samples so they deployed successfully on JBoss - Added hashCode() impl in data object. - Added use-super-equals="true|false" option to

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

2002-02-12 Thread Dmitri Colebatch
Update of /cvsroot/xdoclet/xdoclet/core/resources/xdoclet/ejb In directory usw-pr-cvs1:/tmp/cvs-serv19735/core/resources/xdoclet/ejb Modified Files: dataobject.j Log Message: - Fixed up samples so they deployed successfully on JBoss - Added hashCode() impl in data object. - Added use-sup

RE: [Xdoclet-devel] File->URL for templates

2002-02-12 Thread Ara Abrahamian
> I'm pretty confident that the new URL stuff is backwards compatible > though. Try building the samples, and check the weblogic-ejb-jar.xml. > It gets the security role stuff at the bottom from a merge file, and I > didn't have to put any weird file:/// stuff in order to > make it wor

RE: [Xdoclet-devel] Comments in .j files

2002-02-12 Thread Ara Abrahamian
> With my value object stuffs getting more and more complex, I want to add > comments in the J files I agree with Aslak in this case :-) Don't try to program with xml-ish XDtblabla, just use very high level, very coarse grained template tags. > Could we have something like > I do this bec

Re: [Xdoclet-devel] Comments in .j files

2002-02-12 Thread aslak . hellesoy
> separate list. By the way, is it still only class-level @todo > tags that > get used, or do method/field/constructor-level ones get picked up too? method level gets picked up too. field/constructor is a @todo aslak ___ Xdoclet-devel mailing list

Re: [Xdoclet-devel] File->URL for templates

2002-02-12 Thread Erik Hatcher
- Original Message - From: <[EMAIL PROTECTED]> > I agree with Erik's whining about being backwards compatible, but it > applies to releases, not current CVS snapshots. Agreed! No argument there. We have the same dilemma over in Ant-land. And Ant's HEAD version is built 4 times per day