RE: [Xdoclet-devel] merge points

2002-05-20 Thread Aslak Hellesoy
I guess a simple workaround for keeping backwards-compatibility (bwc) with external merge files ending with .j would be to look for the .xdt file first (the one referenced from our templates). If not found, then look for the same file, but this time with the .j extension. This should be a matter o

Re: [Xdoclet-devel] merge points

2002-05-20 Thread Andrew Stevens
A wise old hermit known only as Mathias Bogaert <[EMAIL PROTECTED]> once said: > Why not put both in, and mention in the docs that .j is deprecated? Could do. It's not quite that straightforward, though, since is a block tag, replacing its body with the merge file if found; so you couldn't

Re: [Xdoclet-devel] CVS update: xdoclet/modules modules-common.xml

2002-05-20 Thread Erik Hatcher
One more tip about that could be handy for just such debugging... use the 'level' attribute. location = . or use level="debug". That way you can keep the stuff out of regular builds, but if you want to turn it on just do -verbose or -debug. Also, Ant 1.5 has an task that's handy for

[Xdoclet-devel] CVS update: xdoclet/modules/exolab/src/xdoclet/modules/exolab/castor/ejb/resources mapping_xml.xdt

2002-05-20 Thread Aslak Helles?y
User: rinkrank Date: 02/05/20 15:42:04 Modified:modules/exolab/src/xdoclet/modules/exolab/castor/ejb/resources Tag: MODULE_REFACTORING_BRANCH mapping_xml.xdt Log: -modified merge references from .j to .xdt Revision ChangesPath No

[Xdoclet-devel] CVS update: xdoclet/modules/ejb/src/xdoclet/modules/ejb/session/resources session.xdt

2002-05-20 Thread Aslak Helles?y
User: rinkrank Date: 02/05/20 15:42:04 Modified:modules/ejb/src/xdoclet/modules/ejb/session/resources Tag: MODULE_REFACTORING_BRANCH session.xdt Log: -modified merge references from .j to .xdt Revision ChangesPath No revision

[Xdoclet-devel] CVS update: xdoclet/modules/bea/src/xdoclet/modules/bea/wls/ejb/resources weblogic-cmp-rdbms-jar-xml.xdt

2002-05-20 Thread Aslak Helles?y
User: rinkrank Date: 02/05/20 15:42:04 Modified:modules/bea/src/xdoclet/modules/bea/wls/ejb/resources Tag: MODULE_REFACTORING_BRANCH weblogic-cmp-rdbms-jar-xml.xdt Log: -modified merge references from .j to .xdt Revision Changes

[Xdoclet-devel] CVS update: xdoclet/modules/jmx/src/xdoclet/modules/jmx/resources mbean.xdt

2002-05-20 Thread Aslak Helles?y
User: rinkrank Date: 02/05/20 15:42:04 Modified:modules/jmx/src/xdoclet/modules/jmx/resources Tag: MODULE_REFACTORING_BRANCH mbean.xdt Log: -modified merge references from .j to .xdt Revision ChangesPath No revision No

[Xdoclet-devel] CVS update: xdoclet/modules/ejb/src/xdoclet/modules/ejb/intf/resources local.xdt remote.xdt

2002-05-20 Thread Aslak Helles?y
User: rinkrank Date: 02/05/20 15:42:03 Modified:modules/ejb/src/xdoclet/modules/ejb/intf/resources Tag: MODULE_REFACTORING_BRANCH local.xdt remote.xdt Log: -modified merge references from .j to .xdt Revision ChangesPath No revisi

[Xdoclet-devel] CVS update: xdoclet/modules/ejb/src/xdoclet/modules/ejb/entity/resources dao.xdt dataobject.xdt entity-body.xdt entity-value-instantiation-eager.xdt entity-value.xdt entitybmp.xdt entitycmp.xdt entitypk.xdt valueobject.xdt

2002-05-20 Thread Aslak Helles?y
User: rinkrank Date: 02/05/20 15:42:02 Modified:modules/ejb/src/xdoclet/modules/ejb/entity/resources Tag: MODULE_REFACTORING_BRANCH dao.xdt dataobject.xdt entity-body.xdt entity-value-instantiation-eager.xdt

[Xdoclet-devel] CVS update: xdoclet/modules/ejb/src/xdoclet/modules/ejb/lookup/resources lookup.xdt

2002-05-20 Thread Aslak Helles?y
User: rinkrank Date: 02/05/20 15:42:03 Modified:modules/ejb/src/xdoclet/modules/ejb/lookup/resources Tag: MODULE_REFACTORING_BRANCH lookup.xdt Log: -modified merge references from .j to .xdt Revision ChangesPath No revision

[Xdoclet-devel] CVS update: xdoclet/modules/ejb/src/xdoclet/modules/ejb/home/resources home-local.xdt home.xdt

2002-05-20 Thread Aslak Helles?y
User: rinkrank Date: 02/05/20 15:42:02 Modified:modules/ejb/src/xdoclet/modules/ejb/home/resources Tag: MODULE_REFACTORING_BRANCH home-local.xdt home.xdt Log: -modified merge references from .j to .xdt Revision ChangesPath No rev

Re: [Xdoclet-devel] xmlcatalog

2002-05-20 Thread Mathias Bogaert
Hi Erik, Thanks for the echo advise. I found out that the file.url.prefix was not set due to a merge problem introduced by the heavy work of different people on the file. I fixed it, and now it works as expected. Thanks! Mathias - Original Message - From: "Erik Hatcher" <[EMAIL PROTEC

[Xdoclet-devel] CVS update: xdoclet/modules modules-common.xml

2002-05-20 Thread Mathias Bogaert
User: pathoss Date: 02/05/20 14:44:15 Modified:modules Tag: MODULE_REFACTORING_BRANCH modules-common.xml Log: Fixed merge issue with file.url.prefix. Thanks to Erik Hatcher for giving some tips. Revision ChangesPath No revision No

Re: [Xdoclet-devel] xmlcatalog

2002-05-20 Thread Erik Hatcher
Mathias, > Because I don't know if it is a bug or just a case of RTFM. Fair enough :) > The main problem is right now that I don't really understand how this task > works. isn't a task, its a datatype - but thats just semantics in this case. > A demonstration on how the XDoclet documentation

Re: [Xdoclet-devel] xmlcatalog

2002-05-20 Thread Mathias Bogaert
Because I don't know if it is a bug or just a case of RTFM. The main problem is right now that I don't really understand how this task works. A demonstration on how the XDoclet documentation build script uses it:

Re: [Xdoclet-devel] xmlcatalog

2002-05-20 Thread Erik Hatcher
Also, which version of Ant are you using? Beta1? Or from CVS? - Original Message - From: "Mathias Bogaert" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 20, 2002 3:14 PM Subject: [Xdoclet-devel] xmlcatalog > Hi, > > This message is directed to Erik Hatcher. > > Erik,

[Xdoclet-devel] CVS update: xdoclet/modules modules-common.xml

2002-05-20 Thread Konstantin Pribluda
User: ko5tik Date: 02/05/20 10:20:06 Modified:modules Tag: MODULE_REFACTORING_BRANCH modules-common.xml Log: use all generated jars again - to avoid intermodule dependencies on doc generation Revision ChangesPath No revision No

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

2002-05-20 Thread Konstantin Pribluda
User: ko5tik Date: 02/05/20 10:13:16 Modified:core/src/xdoclet Tag: MODULE_REFACTORING_BRANCH DocletTask.java Log: fixed tag handler loading. use second instance for template parser or template parser will be set instead of template engine Revision

Re: [Xdoclet-devel] xmlcatalog

2002-05-20 Thread Erik Hatcher
Mathias, Why report an Ant bug on the XDoclet list? More below - Original Message - From: "Mathias Bogaert" <[EMAIL PROTECTED]> > Erik, > You are in the XMLCatalog @author, so I'm sort of reporting some bugs for > this class to you. I didn't write it from scratch, but made some mod

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

2002-05-20 Thread Mathias Bogaert
User: pathoss Date: 02/05/20 04:22:39 Modified:core/src/xdoclet Tag: MODULE_REFACTORING_BRANCH XDocletMain.java Log: Cleanup. Revision ChangesPath No revision No revision 1.7.2.7 +4 -14 xd

[Xdoclet-devel] CVS update: xdoclet/core/src log4j.properties

2002-05-20 Thread Mathias Bogaert
User: pathoss Date: 02/05/20 04:22:39 Modified:core/src Tag: MODULE_REFACTORING_BRANCH log4j.properties Log: Cleanup. Revision ChangesPath No revision No revision 1.1.2.4 +11 -10xdoclet/core/src/Attic/log4j.prope

[Xdoclet-devel] CVS update: xdoclet/core/src/xdoclet/tagshandler AbstractProgramElementTagsHandler.java

2002-05-20 Thread Mathias Bogaert
User: pathoss Date: 02/05/20 04:13:35 Modified:core/src/xdoclet/tagshandler Tag: MODULE_REFACTORING_BRANCH AbstractProgramElementTagsHandler.java Log: Done some minor cleanup. Revision ChangesPath No revision No

[Xdoclet-devel] CVS update: xdoclet/modules/hp/src/xdoclet/modules/hp/bluestone/ejb/resources hp-ejb-jar_xml.xdt

2002-05-20 Thread Mathias Bogaert
User: pathoss Date: 02/05/20 04:09:02 Removed: modules/hp/src/xdoclet/modules/hp/bluestone/ejb/resources Tag: MODULE_REFACTORING_BRANCH hp-ejb-jar_xml.xdt Log: Bluestone -> HPAS. ___ Hundreds of no

[Xdoclet-devel] CVS update: xdoclet/modules/hp/src/xdoclet/modules/hp/bluestone/ejb BluestoneSubTask.java

2002-05-20 Thread Mathias Bogaert
User: pathoss Date: 02/05/20 04:09:02 Removed: modules/hp/src/xdoclet/modules/hp/bluestone/ejb Tag: MODULE_REFACTORING_BRANCH BluestoneSubTask.java Log: Bluestone -> HPAS. ___ Hundreds of nodes, on

[Xdoclet-devel] CVS update: xdoclet/modules/hp/src/xdoclet/modules/hp/hpas/ejb HPASSubTask.java

2002-05-20 Thread Mathias Bogaert
User: pathoss Date: 02/05/20 04:09:02 Added: modules/hp/src/xdoclet/modules/hp/hpas/ejb Tag: MODULE_REFACTORING_BRANCH HPASSubTask.java Log: Bluestone -> HPAS. Revision ChangesPath No revision No revi

[Xdoclet-devel] CVS update: xdoclet/modules/hp/src/xdoclet/modules/hp/hpas/ejb/resources - New directory

2002-05-20 Thread Mathias Bogaert
User: pathoss Date: 02/05/20 04:08:26 xdoclet/modules/hp/src/xdoclet/modules/hp/hpas/ejb/resources - New directory ___ Hundreds of nodes, one monster rendering program. Now that's a super model! Visit http://clustering.foundries.

[Xdoclet-devel] CVS update: xdoclet/modules/mvcsoft/src/xdoclet/modules/mvcsoft/ejb MVCSoftSubTask.java MVCSoftTagsHandler.java

2002-05-20 Thread Mathias Bogaert
User: pathoss Date: 02/05/20 04:03:04 Modified:modules/mvcsoft/src/xdoclet/modules/mvcsoft/ejb Tag: MODULE_REFACTORING_BRANCH MVCSoftSubTask.java MVCSoftTagsHandler.java Log: Cleanup. Revision ChangesPath No

[Xdoclet-devel] CVS update: xdoclet/modules/hp/src/xdoclet/modules/hp/hpas - New directory

2002-05-20 Thread Mathias Bogaert
User: pathoss Date: 02/05/20 04:08:15 xdoclet/modules/hp/src/xdoclet/modules/hp/hpas - New directory ___ Hundreds of nodes, one monster rendering program. Now that's a super model! Visit http://clustering.foundries.sf.net/ _

[Xdoclet-devel] CVS update: xdoclet/modules/hp/src/xdoclet/modules/hp/hpas/ejb - New directory

2002-05-20 Thread Mathias Bogaert
User: pathoss Date: 02/05/20 04:08:21 xdoclet/modules/hp/src/xdoclet/modules/hp/hpas/ejb - New directory ___ Hundreds of nodes, one monster rendering program. Now that's a super model! Visit http://clustering.foundries.sf.net/ _

[Xdoclet-devel] CVS update: xdoclet/modules modules-common.xml

2002-05-20 Thread Mathias Bogaert
User: pathoss Date: 02/05/20 03:17:49 Modified:modules Tag: MODULE_REFACTORING_BRANCH modules-common.xml Log: Fixed some paths. Revision ChangesPath No revision No revision 1.1.2.15 +5 -5 xdoclet/modules/Attic/m

[Xdoclet-devel] xmlcatalog

2002-05-20 Thread Mathias Bogaert
Hi, This message is directed to Erik Hatcher. Erik, You are in the XMLCatalog @author, so I'm sort of reporting some bugs for this class to you. 1. it doesn't seem to work 2. the class is not documented in the ant manual (I couldn't find it) 3. the javadocs for the class have a as example, thi

Re: [Xdoclet-devel] merge points

2002-05-20 Thread Mathias Bogaert
Why not put both in, and mention in the docs that .j is deprecated? Mathias - Original Message - From: "Andrew Stevens" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, May 19, 2002 3:20 PM Subject: [Xdoclet-devel] merge points > Since the templates have now all changed to .xd