[Xdoclet-devel] Struts forms futures

2002-07-10 Thread Brian Topping
gents, I'm considering a problem with building struts forms that maybe you can shed some light on. A missing feature that I am presently finding very important would be the generation of forms based on multiple value objects. As it stands today, the only forms that can be generated are against

[Xdoclet-devel] [ xdoclet-Feature Requests-578989 ] Gen constants for ejb-ref COMP_NAMEs

2002-07-10 Thread noreply
Feature Requests item #578989, was opened at 2002-07-09 08:05 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402707&aid=578989&group_id=31602 Category: ejbdoclet Group: None >Status: Closed Priority: 5 Submitted By: William Ferguson (williamferguson) Assigned to:

[Xdoclet-devel] XDocletGUI cvs broken?

2002-07-10 Thread "Bernard, Jérôme"
Is there anyway to compile xdocletgui ?   The build.bat file seems to be broken (the path to xjavadoc.jar is wrong) and when I correct it, it sounds like xjavadoc changes are not backward compatible with xdocletgui so I can't compile it...   Any help appreciated.   Thanks, Jerome.

[Xdoclet-devel] Fwd: Mail delivery failed: returning message to sender

2002-07-10 Thread Konstantin Priblouda
> <[EMAIL PROTECTED]> wrote: > > Is there anyway to compile xdocletgui ? > > > > The build.bat file seems to be broken (the path to > > xjavadoc.jar is wrong) > > and when I correct it, it sounds like xjavadoc > > changes are not backward > > compatible with xdocletgui so I can't compile > it.

RE : [Xdoclet-devel] Fwd: Mail delivery failed: returning message to sender

2002-07-10 Thread Jérôme BERNARD
> I'm developer, and I work under Linux / Unix - so > build.bat may be not up to date. > > You are welcome to fix it ( I can not testr it ) > and submit a patch - I will commit it. Well I can do it myself as I am a commiter. This issue is to make the code compiling though. > Though it will

Re: RE : [Xdoclet-devel] Fwd: Mail delivery failed: returning message to sender

2002-07-10 Thread Konstantin Priblouda
> Well I can do it myself as I am a commiter. This > issue is to make the > code compiling though. Oh, it compiles without any problems through build.sh Steal ideas from there. > > Though it will not run at the moment. It's being > > switched to module loading like xdoclet core, > > and at

RE: [Xdoclet-devel] XDocletGUI cvs broken?

2002-07-10 Thread Aslak Hellesøy
I haven't tried it in a while. Since we have removed ant.jar, optional.jar and the various build.bat/build.sh scripts from xdoclet and xjavadoc, I think we should do that for xdocletgui too. All classpaths should be handled in build.xml, and it should be possible to build with the "official" ant b

RE : RE : [Xdoclet-devel] Fwd: Mail delivery failed: returning message to sender

2002-07-10 Thread Jérôme BERNARD
> Oh, it compiles without any problems through build.sh > Steal ideas from there. Could you explain me which xjavadoc.jar archive you are using and where it is supposed to be?? There is none in the lib directory and you're not using the one produced when compiled the xjavadoc module... Are you

Re: RE : RE : [Xdoclet-devel] Fwd: Mail delivery failed: returning message to sender

2002-07-10 Thread Konstantin Priblouda
--- Jérôme_BERNARD <[EMAIL PROTECTED]> wrote: > > Oh, it compiles without any problems through > build.sh > > Steal ideas from there. > > Could you explain me which xjavadoc.jar archive you > are using and where > it is supposed to be?? It pulls all the jar files from xdoclet dist. Basically d

RE: [Xdoclet-devel] XDocletGUI cvs broken?

2002-07-10 Thread Konstantin Priblouda
--- Aslak_Hellesøy <[EMAIL PROTECTED]> wrote: > I haven't tried it in a while. Since we have removed > ant.jar, optional.jar > and the various build.bat/build.sh scripts from > xdoclet and xjavadoc, I > think we should do that for xdocletgui too. All > classpaths should be handled > in build.xml,

[Xdoclet-devel] Any schedule for 1.2 beta

2002-07-10 Thread Boris Tamarkin
Title: Any schedule for 1.2 beta Just wondering when will be released 1.2 beta. I know it was a very annoying accident of stoled computer. May be someone knows already about new plans. Thanks   Boris

[Xdoclet-devel] patch applications

2002-07-10 Thread MNewcomb
Could a committer please review and apply the following patches: 579252, 579236, 579172. Thanks, Michael --- This sf.net email is sponsored by:ThinkGeek Two, two, TWO treats in one. http://thinkgeek.com/sf

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

2002-07-10 Thread Mathias Bogaert
User: pathoss Date: 02/07/10 11:29:13 Modified:core/src/xdoclet/tagshandler AbstractProgramElementTagsHandler.java Log: Applied patch 579252 "missing @ on doc tags in generated code". Thanks for reporting! Revision ChangesPath 1.5 +2 -2

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

2002-07-10 Thread Mathias Bogaert
User: pathoss Date: 02/07/10 11:35:13 Modified:modules/ejb/src/xdoclet/modules/ejb/dd/resources ejb-body.xdt Log: Applied patch 579172, "ejb:external-ref dies if view-type=local". Revision ChangesPath 1.8 +1 -1 xdoclet/modules/ejb/src

[Xdoclet-devel] CVS update: xdoclet/modules/apache/src/xdoclet/modules/apache/struts/resources struts_config_xml.xdt

2002-07-10 Thread Mathias Bogaert
User: pathoss Date: 02/07/10 11:50:35 Modified:modules/apache/src/xdoclet/modules/apache/struts/resources struts_config_xml.xdt Log: Applied patch 574466, "New Merge Points for struts-config". Revision ChangesPath 1.6 +9 -1 xdoclet/mo

[Xdoclet-devel] CVS update: xdoclet/modules/apache/src/xdoclet/modules/apache/struts/resources struts_config_xml.xdt

2002-07-10 Thread Mathias Bogaert
User: pathoss Date: 02/07/10 12:01:35 Modified:modules/apache/src/xdoclet/modules/apache/struts/resources struts_config_xml.xdt Log: Fixed merge points to support Struts 1.1. Revision ChangesPath 1.7 +24 -15 xdoclet/modules/apache/src/x

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

2002-07-10 Thread Mathias Bogaert
User: pathoss Date: 02/07/10 12:07:12 Modified:modules/ejb/src/xdoclet/modules/ejb/dd/resources asm-descriptor.xdt Log: Applied patch 579717. Revision ChangesPath 1.5 +7 -0 xdoclet/modules/ejb/src/xdoclet/modules/ejb/dd/resources/asm-

[Xdoclet-devel] Not back... yet

2002-07-10 Thread Marcus Brito
Hello folks! Sorry for me disappearing. My home computer crashed and is now waiting for replacement parts and for me having money to pay for them. I was without any internet conectivity for the last two weeks. I'm back to the Internet and will start reading the lists again, however I won't

[Xdoclet-devel] CVS update: xjavadoc/lib log4j.jar

2002-07-10 Thread Mathias Bogaert
User: pathoss Date: 02/07/10 12:20:32 Modified:lib log4j.jar Log: Upgraded to 1.2.5. Revision ChangesPath 1.3 +905 -447 xjavadoc/lib/log4j.jar <> --- This sf.net email is sponsored by:Thi

[Xdoclet-devel] CVS update: xdocletgui/lib log4j.jar

2002-07-10 Thread Mathias Bogaert
User: pathoss Date: 02/07/10 12:21:19 Modified:lib log4j.jar Log: Upgraded to Log4J 1.2.5. Revision ChangesPath 1.2 +1277 -609 xdocletgui/lib/log4j.jar <> --- This sf.net email is sponsore

RE: [Xdoclet-devel] XDocletGUI cvs broken?

2002-07-10 Thread Aslak Hellesoy
> -Original Message- > From: Konstantin Priblouda [mailto:[EMAIL PROTECTED]] > Sent: 10. juli 2002 18:44 > To: Aslak_Hellesxy > Cc: [EMAIL PROTECTED] > Subject: RE: [Xdoclet-devel] XDocletGUI cvs broken? > > > > --- Aslak_Hellesxy <[EMAIL PROTECTED]> wrote: > > I haven't tried it in a wh

RE: [Xdoclet-devel] Any schedule for 1.2 beta

2002-07-10 Thread Aslak Hellesøy
Title: Any schedule for 1.2 beta It would be unfair to blame the overdue release on my stolen computer. Anyway, I've got a new one now ;-)   Also see my reply here for general comments about the upcoming release: http://sourceforge.net/mailarchive/forum.php?thread_id=876652&forum_id=1106   We

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

2002-07-10 Thread Aslak Helles?y
User: rinkrank Date: 02/07/10 12:58:00 Modified:modules/jboss/src/xdoclet/modules/jboss/ejb/resources jbosscmp-jdbc_xml.xdt Log: Fixing incorrect BWC tags/tag attributes Revision ChangesPath 1.6 +12 -12 xdoclet/modules/jboss/src/xdoclet/

[Xdoclet-devel] [ xdoclet-Feature Requests-578937 ] Gen constants for ejb-ref COMP_NAMEs

2002-07-10 Thread noreply
Feature Requests item #578937, was opened at 2002-07-09 01:54 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402707&aid=578937&group_id=31602 Category: ejbdoclet Group: None Status: Open Priority: 5 Submitted By: William Ferguson (williamferguson) Assigned to: Nob

[Xdoclet-devel] [ xdoclet-Feature Requests-579713 ] apply labels in cvs to mark releases

2002-07-10 Thread noreply
Feature Requests item #579713, was opened at 2002-07-10 17:18 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402707&aid=579713&group_id=31602 Category: ejbdoclet Group: None Status: Open >Priority: 4 Submitted By: toby cabot (tcabot) Assigned to: Nobody/Anonymous

[Xdoclet-devel] [ xdoclet-Feature Requests-579717 ] [patch] assembly-descriptor merge point

2002-07-10 Thread noreply
Feature Requests item #579717, was opened at 2002-07-10 17:33 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402707&aid=579717&group_id=31602 Category: None Group: None Status: Open Priority: 5 Submitted By: toby cabot (tcabot) Assigned to: Nobody/Anonymous (nobod

[Xdoclet-devel] [ xdoclet-Feature Requests-579713 ] apply labels in cvs to mark releases

2002-07-10 Thread noreply
Feature Requests item #579713, was opened at 2002-07-10 17:18 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402707&aid=579713&group_id=31602 Category: ejbdoclet Group: None Status: Open Priority: 5 Submitted By: toby cabot (tcabot) Assigned to: Nobody/Anonymous (

[Xdoclet-devel] [ xdoclet-Patches-579172 ] ejb:external-ref dies if view-type=local

2002-07-10 Thread noreply
Patches item #579172, was opened at 2002-07-09 18:44 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402706&aid=579172&group_id=31602 Category: ejbdoclet Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Michael Newcomb (mnewcomb) Assigned to

[Xdoclet-devel] [ xdoclet-Patches-574466 ] New Merge Points for struts-config

2002-07-10 Thread noreply
Patches item #574466, was opened at 2002-06-27 08:54 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402706&aid=574466&group_id=31602 Category: vendor Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Volker Krebs (vkrebs) Assigned to: Nobody

[Xdoclet-devel] [ xdoclet-Patches-579252 ] missing @ on doc tags in generated code

2002-07-10 Thread noreply
Patches item #579252, was opened at 2002-07-09 21:11 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402706&aid=579252&group_id=31602 Category: xdoclet Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Michael Newcomb (mnewcomb) Assigned to:

[Xdoclet-devel] XJavaDoc problem

2002-07-10 Thread Mathias Bogaert
I think there is a problem with http://cvs.xdoclet.sourceforge.net/cgi-bin/viewcvs.cgi/xdoclet/xjavadoc/src/ xjavadoc/XJavaDoc.java.diff?r1=1.44&r2=1.45 The thing is that when the a super class of a XClass does not exist on the classpath (as source or in a binary), I get a nullpointer. As I have

RE: [Xdoclet-devel] XJavaDoc problem

2002-07-10 Thread Aslak Hellesøy
Can you post a stacktrace? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Mathias > Bogaert > Sent: 11. juli 2002 07:55 > To: [EMAIL PROTECTED] > Subject: [Xdoclet-devel] XJavaDoc problem > > > I think there is a problem with > http://cvs.xdoclet.s

Re: [Xdoclet-devel] XJavaDoc problem

2002-07-10 Thread Mathias Bogaert
Here you go: [ejbdoclet] 0 [main] INFO ModuleFinder.findModules - Registering XDoclet modules (searching for jars containing META-INF/xdoclet.xml) ... [ejbdoclet] Running [ejbdoclet] --> etm.farrago.value.AccountValue [ejbdoclet] 3335 [main] ERROR TemplateEngine.invokeMethod - Invoking method

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

2002-07-10 Thread Aslak Helles?y
User: rinkrank Date: 02/07/10 14:18:10 Modified:src/xjavadoc UnknownClass.java Log: Set UnknownClass' superclass to java.lang.Object to avoid NPE Revision ChangesPath 1.14 +6 -1 xjavadoc/src/xjavadoc/UnknownClass.java Index: UnknownClass.java ===

[Xdoclet-devel] CVS update: xjavadoc/test Hello.java

2002-07-10 Thread Aslak Helles?y
User: rinkrank Date: 02/07/10 14:18:10 Modified:test Hello.java Log: Set UnknownClass' superclass to java.lang.Object to avoid NPE Revision ChangesPath 1.13 +1 -1 xjavadoc/test/Hello.java Index: Hello.java

[Xdoclet-devel] CVS update: xdoclet/modules/ejb/src/xdoclet/modules/ejb/entity PersistentTagsHandler.java

2002-07-10 Thread Aslak Helles?y
User: rinkrank Date: 02/07/10 14:18:10 Modified:modules/ejb/src/xdoclet/modules/ejb/entity PersistentTagsHandler.java Log: Set UnknownClass' superclass to java.lang.Object to avoid NPE Revision ChangesPath 1.9 +6 -2 xdoclet/modules/ejb

RE: [Xdoclet-devel] XJavaDoc problem

2002-07-10 Thread Aslak Hellesøy
Should be OK now. Aslak > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Mathias > Bogaert > Sent: 11. juli 2002 07:55 > To: [EMAIL PROTECTED] > Subject: [Xdoclet-devel] XJavaDoc problem > > > I think there is a problem with > http://cvs.xdoclet.sou

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

2002-07-10 Thread Aslak Helles?y
User: rinkrank Date: 02/07/10 14:21:20 Modified:src/xjavadoc UnknownClass.java Log: Comment typo Revision ChangesPath 1.15 +1 -1 xjavadoc/src/xjavadoc/UnknownClass.java Index: UnknownClass.java

[Xdoclet-devel] CVS update: xdoclet/xdocs tools.xml

2002-07-10 Thread Mathias Bogaert
User: pathoss Date: 02/07/10 14:28:32 Added: xdocstools.xml Log: Moved to XDocs. Revision ChangesPath 1.1 xdoclet/xdocs/tools.xml Index: tools.xml === Tools

[Xdoclet-devel] CVS update: xdoclet/docs/info tools.html

2002-07-10 Thread Mathias Bogaert
User: pathoss Date: 02/07/10 14:28:32 Removed: docs/info tools.html Log: Moved to XDocs. --- This sf.net email is sponsored by:ThinkGeek Two, two, TWO treats in one. http://thinkgeek.com/sf __

[Xdoclet-devel] Missing in one-to-many relationship (Possible JBossSubTask jbosscmp-jdbc.xml bug)

2002-07-10 Thread Philippe Caya
The following javadoc: /** * Get the fills * * @ejb:interface-method view-type="local" * * @ejb:relation *name="Orders-Fills" *role-name="one-Order-has-many-Fills" *target-role-name="one-Fill-belongs-to-one-Order" *target-ejb="Fills" *target-multiple="no" * * @jbo

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

2002-07-10 Thread Mathias Bogaert
User: pathoss Date: 02/07/10 14:49:24 Modified:modules/ejb/src/xdoclet/modules/ejb/entity/resources valueobject.xdt Log: Fixed bug 577891: soft-locking version field long or int? Revision ChangesPath 1.5 +3 -3 xdoclet/modules/ejb/src/

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

2002-07-10 Thread Mathias Bogaert
User: pathoss Date: 02/07/10 15:12:27 Modified:modules/jboss/src/xdoclet/modules/jboss/ejb/resources jboss_xml.xdt Log: Applied patch 579235: JBoss resource-manager fails. Revision ChangesPath 1.5 +0 -8 xdoclet/modules/jboss/src/xdocl

[Xdoclet-devel] CVS update: xdoclet/modules/jboss/src/xdoclet/modules/jboss/ejb JBossTagsHandler.java

2002-07-10 Thread Mathias Bogaert
User: pathoss Date: 02/07/10 15:12:27 Modified:modules/jboss/src/xdoclet/modules/jboss/ejb JBossTagsHandler.java Log: Applied patch 579235: JBoss resource-manager fails. Revision ChangesPath 1.4 +1 -24 xdoclet/modules/jboss/src/xdoclet

[Xdoclet-devel] CVS update: xdoclet/modules/jboss/src/META-INF xtags.xml

2002-07-10 Thread Mathias Bogaert
User: pathoss Date: 02/07/10 15:12:26 Modified:modules/jboss/src/META-INF xtags.xml Log: Applied patch 579235: JBoss resource-manager fails. Revision ChangesPath 1.4 +0 -5 xdoclet/modules/jboss/src/META-INF/xtags.xml Index: xtags.xml ==

[Xdoclet-devel] file: URLs in modules' build files

2002-07-10 Thread Andrew Stevens
The various modules' build.xml contains ]> Does it need the file: prefix, or can I change them to just ../modules-common.xml? They still seem to build okay for me, and it stops Netbeans thinking there's an XML parse error... Apparently, file: makes it be interpreted (by design) as relative

RE: [Xdoclet-devel] Missing in one-to-many relationship (Possible JBossSubTask jbosscmp-jdbc.xml bug)

2002-07-10 Thread Aslak Hellesøy
what version? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Philippe > Caya > Sent: 10. juli 2002 23:39 > To: [EMAIL PROTECTED] > Subject: [Xdoclet-devel] Missing in one-to-many > relationship (Possible JBossSubTask jbosscmp-jdbc.xml bug) > > >

RE: [Xdoclet-devel] file: URLs in modules' build files

2002-07-10 Thread Aslak Hellesoy
It shouldn't make any difference if you change it. I've tried both, and both work in the console. Aslak > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Andrew > Stevens > Sent: 11. juli 2002 00:47 > To: [EMAIL PROTECTED] > Subject: [Xdoclet-devel]

[Xdoclet-devel] doc future

2002-07-10 Thread Aslak Hellesøy
cc to the geeks > -Original Message- > From: Mathias Bogaert [mailto:[EMAIL PROTECTED]] > Sent: 11. juli 2002 09:23 > To: Aslak Hellesøy > Subject: Re: [Xdoclet-devel] XJavaDoc problem > > > I think the docs are a little messy right now. > > 1. the xtree is generated on every page (heavy)

RE: [Xdoclet-devel] XDocletGUI cvs broken?

2002-07-10 Thread Andrew Stevens
A wise old hermit known only as =?us-ascii?Q?Aslak_Hellesoy?= <[EMAIL PROTECTED]> once said: > 1) Start on some design documents under xdoclet/xdocs where we can > start to > describe our ideas for the xtags architecture (and also Velocity). When > we agree on how to proceed, move to 2). > 2)

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

2002-07-10 Thread Aslak Helles?y
User: rinkrank Date: 02/07/10 17:13:49 Modified:core/src/xdoclet/tagshandler AbstractProgramElementTagsHandler.java Log: Fixed bug [ 578820 ] ejbRemove() no RemoveException Revision ChangesPath 1.6 +7 -6 xdoclet/core/src/xdoclet/tagsha

Re: [Xdoclet-devel] Missing in one-to-many relationship(Possible JBossSubTask jbosscmp-jdbc.xml bug)

2002-07-10 Thread Philippe Caya
Aslak Hellesøy wrote: >what version? > Sorry about the omission... JBoss 3.0 RC3 xDoclet checked out last week from the cvs (I'll run a diff in the morning to make sure it hasn't changed since) > > > >>-Original Message- >>From: [EMAIL PROTECTED] >>[mailto:[EMAIL PROTECTED]]On Behal