creating new tag and a subtask for ejb doclet

2002-07-07 Thread Manish Shah
Where do I find information on adding a new tag in a java file(I am calling it ejb:hash-object). The same way ant has predefined ejbdoclet subtask like data-object/ I would like to use hash-object/ for converting the data objects in a hash map..which can then be sent over to the client. Later I

Re: javadoc with custom doclet probs.

2002-02-19 Thread Stefan Bodewig
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6433 You are not alone 8-) Stefan -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: javadoc with custom doclet probs.

2002-02-19 Thread Les Hughes
I guess I'd better fix it then ;-) -Original Message- From: Stefan Bodewig To: [EMAIL PROTECTED] Sent: 2/19/02 2:29 PM Subject: Re: javadoc with custom doclet probs. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6433 You are not alone 8-) Stefan -- To unsubscribe, e-mail: mailto

Re: javadoc with custom doclet probs.

2002-02-19 Thread Stefan Bodewig
On Tue, 19 Feb 2002, Les Hughes [EMAIL PROTECTED] wrote: I guess I'd better fix it then ;-) That would be the best option, of course. * make javadoc a real directory based task is around number 25 on my TODO list, I bet you can beat me to it. 8-) Stefan -- To unsubscribe, e-mail:

RE: javadoc with custom doclet probs.

2002-02-19 Thread Les Hughes
Race you - I'm on it right now! -Original Message- From: Stefan Bodewig To: [EMAIL PROTECTED] Sent: 2/19/02 2:51 PM Subject: Re: javadoc with custom doclet probs. On Tue, 19 Feb 2002, Les Hughes [EMAIL PROTECTED] wrote: I guess I'd better fix it then ;-) That would be the best

Doclet ?

2001-12-05 Thread Cyriaque Dupoirieux
Hello, Can you send me an example of javadoc task that use a specific doclet. I have made sevral tries but Ant always tell me that there is a bad option -d : [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] javadoc: invalid flag: -d [javadoc] usage: javadoc

Re: Doclet ?

2001-12-05 Thread Stefan Bodewig
On Wed, 05 Dec 2001, Cyriaque Dupoirieux [EMAIL PROTECTED] wrote: I have made sevral tries but Ant always tell me that there is a bad option -d : remove the destdir attribute from your javadoc task and Ant will not try to pass on the -d switch. Stefan -- To unsubscribe, e-mail:

Re: Doclet ?

2001-12-05 Thread Cyriaque Dupoirieux
Stefan Bodewig wrote: On Wed, 05 Dec 2001, Cyriaque Dupoirieux [EMAIL PROTECTED] wrote: I have made sevral tries but Ant always tell me that there is a bad option -d : remove the destdir attribute from your javadoc task and Ant will not try to pass on the -d switch. And if I remove

Re: Doclet ?

2001-12-05 Thread Stefan Bodewig
On Wed, 05 Dec 2001, Cyriaque Dupoirieux [EMAIL PROTECTED] wrote: And if I remove the destdir, where will Ant generate my documentation ??? Whatever you tell your doclet. If your doclet doesn't support the -d switch, it must have some other means to specify that, use the additionalparam

Re: doclet extension

2001-07-03 Thread Glenn McAllister
msew wrote: Does anyone out there have a link to a good tutorial or even just example files of how to easily extend the standard doclet? To the best of my knowledge, extending the standard doclet isn't that easy. Admittedly, I looked at it about two years ago, so they may have

RE: doclet extension

2001-07-03 Thread Matt Warman
Title: RE: doclet extension If you want to create EJB's look at EJBdoclet. It's open source and is integrated with ANT. -Original Message- From: Glenn McAllister [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 03, 2001 10:03 AM To: [EMAIL PROTECTED] Subject: Re: doclet extension

javadoc with custom doclet (extension of ejbdoclet) and classpath (docletpath?)

2001-04-08 Thread Dmitri Colebatch
Hi, Using ant1.3, linux. [lengthy post - thanks in advance for reading...] I've rewritten the ejbdoclet.jar (http://www.sourceforge.net/projects/ejbdoclet) so that I can extend it and not have to rebuild the jar for each different extension. What this means is that I have my doclet in its

Re: javadoc with custom doclet (extension of ejbdoclet) and classpath (docletpath?)

2001-04-08 Thread Dmitri Colebatch
introduce a nested path element for the doclet but the above should work for you for now. If that doesn't work, please run ant with the -debug flag and let us know what is the generated javadoc command line. Conor -Original Message- From: Dmitri Colebatch [mailto:[EMAIL PROTECTE