RE: [Xdoclet-devel] Right place to put it?

2002-07-02 Thread Andrew Stevens
A wise old hermit known only as =?us-ascii?Q?Aslak_Hellesoy?= <[EMAIL PROTECTED]> once said: > > Also, it has a JavaBeanDocletTask which extends DocletTask but doesn't > > actually add anything (other than an @ant.element name="javabean" > > display-name="JavaBean Task"). Do we really need this

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

2002-07-02 Thread Aslak Helles?y
User: rinkrank Date: 02/07/02 18:37:39 Modified:src/xjavadoc XDoc.java Log: Fixed bug #576560 It was actually due to incorrect handling of dotted tags. Revision ChangesPath 1.42 +17 -17xjavadoc/src/xjavadoc/XDoc.java Index: XDoc.java

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

2002-07-02 Thread Aslak Helles?y
User: rinkrank Date: 02/07/02 18:36:58 Modified:core/src/xdoclet XDocletTagSupport.java Log: Fixed bug #576560 It was actually due to incorrect handling of dotted tags . Revision ChangesPath 1.48 +3 -3 xdoclet/core/src/xdoclet/XDocletTagSupport.java I

RE: [Xdoclet-devel] Right place to put it?

2002-07-02 Thread Aslak Hellesoy
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Andrew > Stevens > Sent: 3. juli 2002 01:49 > To: [EMAIL PROTECTED] > Subject: [Xdoclet-devel] Right place to put it? > > > I'm just looking at the javabean BeanInfo patch that was submitted; is > mod

RE: [Xdoclet-devel] Problems building CVS

2002-07-02 Thread Aslak Hellesoy
> -Original Message- > From: Michael Stanley [mailto:[EMAIL PROTECTED]] > Sent: 3. juli 2002 01:49 > To: Aslak Hellesoy > Cc: xdoclet-devel > Subject: Re: [Xdoclet-devel] Problems building CVS > > > >>I had to modify this portion of the build file -> > >> > > > > You shouldn't have to. >

[Xdoclet-devel] Right place to put it?

2002-07-02 Thread Andrew Stevens
I'm just looking at the javabean BeanInfo patch that was submitted; is modules/javabean the best place for it, or would modules/java (or modules/class, or something else entirely) be better? Also, it has a JavaBeanDocletTask which extends DocletTask but doesn't actually add anything (other tha

Re: [Xdoclet-devel] Problems building CVS

2002-07-02 Thread Michael Stanley
>>I had to modify this portion of the build file -> >> > > You shouldn't have to. Ok. With Ant 1.5 it will work. I was using 1.4.1, and uptodate was an optional task there that didn't support 'srcfile' attribute. In 1.5 uptodate was adopted as a core task, and now accepts 'srcfile' as an a

RE: [Xdoclet-devel] Problems building CVS

2002-07-02 Thread Aslak Hellesoy
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Michael > Stanley > Sent: 3. juli 2002 00:39 > To: xdoclet-devel > Subject: [Xdoclet-devel] Problems building CVS > > > I've checked out all the moduls of the CVS and I haven't been able to > build it

[Xdoclet-devel] CVS update: xdoclet/lib ant.jar optional.jar

2002-07-02 Thread Aslak Helles?y
User: rinkrank Date: 02/07/02 16:27:02 Removed: lib ant.jar optional.jar Log: Obsolete. Separate Ant 1.5 is required anyway. --- This sf.net email is sponsored by:ThinkGeek No, I will not fix your computer. http://thinkgeek.

[Xdoclet-devel] Problems building CVS

2002-07-02 Thread Michael Stanley
I've checked out all the moduls of the CVS and I haven't been able to build it. I had to modify this portion of the build file -> Index: modules-common.xml === RCS file: /cvsroot/xdoclet/xdoclet/modules/modules-common.xml,v retriev

RE: [Xdoclet-devel] Creating my own generator on XDoclet

2002-07-02 Thread Ara Abrahamian
Wow! N factorial classes! The built in mechanism handles one-output-for-all-matching-classes and one-output-for-each-class ({0}) cases. There's no one-output-for-each-method-of-classes support in TemplateSubTask. So is of no help here, you have to derive from it and write some code to handle it.

RE: [Xdoclet-devel] Creating my own generator on XDoclet

2002-07-02 Thread Breslow, Marc
Thanks Ara. I see how to achieve this for creating n artifacts for 1 interface. What I'm unclear about is how to generate n+xn artifacts where x equals the number of methods defined on my interface. For instance, assume my interface is called IService and has 3 methods: doMethod1(), doMethod2()

RE: [Xdoclet-devel] business-interface design pattern

2002-07-02 Thread Ara Abrahamian
Hi, Michael, @ejb:bean remote-business-interface and local-business-interface, they are both deprecated and will be removed for 1.2 release. Ejb:bean is the wrong place for 'interface' settings, ejb:interface is better, so use @ejb:interface extends="blabla" local-extends="blabla" instead. Regar

RE: [Xdoclet-devel] Creating my own generator on XDoclet

2002-07-02 Thread Ara Abrahamian
> I'm trying to leverage the XDoclet framework to develop some wrapper > classes > for an interface. I'd like to specify the interface or interfaces that > need > code generated for them via the ant task. In addition, there are a few > configuration properties that I've referenced in my .j templ

[Xdoclet-devel] Creating my own generator on XDoclet

2002-07-02 Thread Breslow, Marc
Hi, I'm trying to leverage the XDoclet framework to develop some wrapper classes for an interface. I'd like to specify the interface or interfaces that need code generated for them via the ant task. In addition, there are a few configuration properties that I've referenced in my .j templates th

[Xdoclet-devel] [ xdoclet-Patches-576400 ] local-business-interface

2002-07-02 Thread noreply
Patches item #576400, was opened at 2002-07-02 14:21 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402706&aid=576400&group_id=31602 Category: ejbdoclet Group: None Status: Open Resolution: None Priority: 5 Submitted By: Michael Stanley (mpstanle) Assigned to: Nob

[Xdoclet-devel] [ xdoclet-Patches-576392 ] remote-business-interface

2002-07-02 Thread noreply
Patches item #576392, was opened at 2002-07-02 14:11 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402706&aid=576392&group_id=31602 Category: ejbdoclet Group: None Status: Open Resolution: None Priority: 5 Submitted By: Michael Stanley (mpstanle) Assigned to: Nob

[Xdoclet-devel] [ xdoclet-Patches-576400 ] local-business-interface

2002-07-02 Thread noreply
Patches item #576400, was opened at 2002-07-02 14:21 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402706&aid=576400&group_id=31602 Category: ejbdoclet Group: None Status: Open Resolution: None Priority: 5 Submitted By: Michael Stanley (mpstanle) Assigned to: Nob

[Xdoclet-devel] [ xdoclet-Patches-576392 ] remote-business-interface

2002-07-02 Thread noreply
Patches item #576392, was opened at 2002-07-02 14:11 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402706&aid=576392&group_id=31602 Category: ejbdoclet Group: None Status: Open Resolution: None Priority: 5 Submitted By: Michael Stanley (mpstanle) Assigned to: Nob

[Xdoclet-devel] [ xdoclet-Patches-576392 ] remote-business-interface

2002-07-02 Thread noreply
Patches item #576392, was opened at 2002-07-02 14:11 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402706&aid=576392&group_id=31602 Category: ejbdoclet Group: None Status: Open Resolution: None Priority: 5 Submitted By: Michael Stanley (mpstanle) Assigned to: Nob

[Xdoclet-devel] [ xdoclet-Patches-576392 ] remote-business-interface

2002-07-02 Thread noreply
Patches item #576392, was opened at 2002-07-02 14:11 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402706&aid=576392&group_id=31602 Category: ejbdoclet Group: None Status: Open Resolution: None Priority: 5 Submitted By: Michael Stanley (mpstanle) Assigned to: Nob

[Xdoclet-devel] [ xdoclet-Patches-576400 ] local-business-interface

2002-07-02 Thread noreply
Patches item #576400, was opened at 2002-07-02 14:21 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402706&aid=576400&group_id=31602 Category: ejbdoclet Group: None Status: Open Resolution: None Priority: 5 Submitted By: Michael Stanley (mpstanle) Assigned to: Nob

[Xdoclet-devel] [ xdoclet-Patches-576134 ] JavaBean BeanInfo module

2002-07-02 Thread noreply
Patches item #576134, was opened at 2002-07-01 22:35 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402706&aid=576134&group_id=31602 Category: other Group: None Status: Open Resolution: None Priority: 5 Submitted By: Laurent Etiemble (letiemble) Assigned to: Nobod

RE : [Xdoclet-devel] I'm back

2002-07-02 Thread Jérôme BERNARD
BTW, just in order to avoid duplicate efforts, I am currently updating the xtags.xml files for the jmx and mx4j modules. Jerome. > -Message d'origine- > De : [EMAIL PROTECTED] [mailto:xdoclet-devel- > [EMAIL PROTECTED]] De la part de Aslak Hellesoy > Envoyé : mardi 2 juillet 2002 13:20 >

RE: [Xdoclet-devel] I'm back

2002-07-02 Thread Aslak Hellesoy
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Ara > Abrahamian > Sent: 1. juli 2002 17:55 > To: 'Konstantin Priblouda'; [EMAIL PROTECTED] > Subject: RE: [Xdoclet-devel] I'm back > > > We're working on bugs and features, getting ready for the releas