[Xdoclet-user] Webdoclet classpath

2002-11-05 Thread Volker Krebs
Hello, in older xdoclet Versions there was the possibilty to specify a classpathref attribute in the webdoclet task. In struts 1.2 Beta this is no longer possible. How can I specify the classpath ? I need this, because my webdoclet Task throws an ClassNotFoundException. One solution is to but

Re: [Xdoclet-user] Webdoclet classpath

2002-11-05 Thread Erik Hatcher
Volker Krebs wrote: Hello, in older xdoclet Versions there was the possibilty to specify a classpathref attribute in the webdoclet task. In struts 1.2 Beta this is no longer possible. How can I specify the classpath ? Specify all your classpath needs on the taskdef for webdoclet. This was

Re: [Xdoclet-user] Webdoclet classpath

2002-11-05 Thread Volker Krebs
Erik Hatcher wrote: Specify all your classpath needs on the taskdef for webdoclet. This was done to leverage (get around issues with? :) Ant's classloader. I have done this, but still the class can't be found. The class can only be found if I put it into {ant.home}/lib Even the -debug option

Re: [Xdoclet-user] Webdoclet classpath

2002-11-05 Thread Erik Hatcher
Volker Krebs wrote: Erik Hatcher wrote: Specify all your classpath needs on the taskdef for webdoclet. This was done to leverage (get around issues with? :) Ant's classloader. I have done this, but still the class can't be found. The class can only be found if I put it into {ant.home}/lib

Re: TODO standard XDoclet cmr mappings RE: [Xdoclet-user] updatedcmp mappings for Resin

2002-11-05 Thread Erik Hatcher
Rick Hightower wrote: This seems a little harder than just changing the template like Resin CMP support. Any direction on how to attack this would be great! I am going to pick Erik's brain this weekend, and read the XDoclet chapters in his Ant book for prep. This Erik Hatcher that you speak of

RE: [Xdoclet-user] Toplink/CORBA Xdoclet

2002-11-05 Thread Kyes, Mark
Thanks for the reply... If one was to do this.. would you be inclined to model the jdo implemetation? or where would one start.. I dont mind doing the work and submitting it... a pointer in the right direction would be great.. Mark -Original Message- From: Konstantin Priblouda

RE: [Xdoclet-user] Toplink/CORBA Xdoclet

2002-11-05 Thread Konstantin Priblouda
--- Kyes, Mark [EMAIL PROTECTED] wrote: Thanks for the reply... If one was to do this.. would you be inclined to model the jdo implemetation? or where would one start.. I dont mind doing the work and submitting it... a pointer in the right direction would be great.. Basic move is to locate

Re: [Xdoclet-user] Problems with 1.2.0b1

2002-11-05 Thread Konstantin Priblouda
--- Craig Dickson [EMAIL PROTECTED] wrote: Hi, I just upgraded to v1.2.0b1 and I am seeing some problems. I changed my taskdef declaration to the one recommended in the docs and added all of the necessary jars. I did not change my actual task, except for changing to use filesets

Addition: RE: [Xdoclet-user] Problems with 1.2.0b1

2002-11-05 Thread Konstantin Priblouda
It's important to add all xdoclet modules to classpath. There are dependencies between modules ( some tag habdlers are used widely, and a lot of such tag handlers is in xdoclet-xdoclet-module.jar ) regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer

Re: [Xdoclet-user] generating docs

2002-11-05 Thread Konstantin Priblouda
--- Emerson_Cargnin_-_SICREDI_Serviços [EMAIL PROTECTED] wrote: I'm trying to generate xdoclet html docs, but i can't get them, tried ant docs but it creates only the following index.html : ./target/docs/api/index.html ./target/docs/todo/index.html ./target/docs/templates/index.html

[Xdoclet-user] Continue after parse errors from Ant

2002-11-05 Thread Ian Duggan
Currently, xdoclet fails on the first parsing error that it encounters. Is there a way to have it continue and show multiple errors? It takes forever to go through them one at a time. My ant target follows. -- Ian target name=xdoclet-workflow depends=prepare taskdef

Re: [Xdoclet-user] generating docs

2002-11-05 Thread Emerson Cargnin - SICREDI Serviços
i didn't even wanted to use maven, just wanted a up to date manual of xdeoclet, with a discritive use of @ejb.data-object and @ejb.value-object tags... There could be a uptodate site with the last docs... or anyone could help me how to use this tags?? just to remember my question : what's

RE: [Xdoclet-user] Continue after parse errors from Ant

2002-11-05 Thread Aslak Hellesoy
Please raise a fetaure request for this and register it on xjavadoc. http://opensource.atlassian.com/projects/xdoclet Aslak -Original Message- From: [EMAIL PROTECTED] [mailto:xdoclet-user-admin;lists.sourceforge.net]On Behalf Of Ian Duggan Sent: 5. november 2002 21:24 To: [EMAIL

[Xdoclet-user] Error messages during build

2002-11-05 Thread Colin Daly
Hi guys, I was wondering if anyone could explain these error messages and perhaps tell me how to avoid them. My builds work fine but these messages upset my pedantic, purist constitution. Colin. [ejbdoclet] 10:29:07,868 INFO [findModules] Registering XDoclet modules (searching for jars

RE: Addition: RE: [Xdoclet-user] Problems with 1.2.0b1

2002-11-05 Thread Craig Dickson
I have added every xdoclet jar to my classpath and I am still getting the same output from xdoclet. The output is below. You can see that the deploymentdescriptor task reports Running null/ and it is trying to find a template file on my filesystem, that dosent exist. xdoclet.ejbdeployment:

[Xdoclet-user] ValueObject factories

2002-11-05 Thread Chris Conrad
For EJB 2.0 CMP Entity Beans it has started to become bad practice to include your ValueObject getter and setter in the bean itself. Instead you are encouraged to have a factory which creates value objects. This allows your entity bean to remain static even when additional value objects are