DO NOT REPLY [Bug 27961] - struts.jsl patch so that Maven build will create taglib documentation pages

2004-03-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=27961.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=27961

struts.jsl patch so that Maven build will create taglib documentation pages

[EMAIL PROTECTED] changed:

   What|Removed |Added

   Severity|Normal  |Enhancement



--- Additional Comments From [EMAIL PROTECTED]  2004-03-28 05:10 ---
Marking as enhancement since Maven is not yet the official build mechanism.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 27961] - struts.jsl patch so that Maven build will create taglib documentation pages

2004-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=27961.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=27961

struts.jsl patch so that Maven build will create taglib documentation pages





--- Additional Comments From [EMAIL PROTECTED]  2004-03-25 22:09 ---
Created an attachment (id=10997)
Adds jsl elements for taglib documentation generation

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



useful for the site? taglib documentation

2003-07-02 Thread Renaud Bruyeron

Just found out about this today:

http://developers.sun.com/dev/coolstuff/tlddoc/doc.html

I think this improves on the current taglib documentation which is on the
site.

What do you think?

 - Renaud




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Taglib documentation in JavaDoc format

2003-03-27 Thread Mohan Kishore
 Hey, this is great!  Do you plan to contribute this?
I would love to, but don't know how to go about it... esp. packaging the xsl,
css files.

 Also, maybe you could help me with something similar that I've been
 wanting to do.  ...
Think I get the gist of it. Dont think i can do it in xsl. Will give it a shot,
implementing in java though...



__
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Taglib documentation in JavaDoc format

2003-03-26 Thread Mohan Kishore
Hi,

I have put together an ant task with accompanying XSL files etc, which generate
javadoc-like documentation for the taglibs (uses the current struts-xxx.xml
files).

The docs are available at http://mohankishore.tripod.com/struts-docs/ Just
wanted to run it by the community to see if it feels its useful.

regards,
Mohan.

__
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Taglib documentation in JavaDoc format

2003-03-26 Thread James Mitchell
On Wed, 2003-03-26 at 18:48, Mohan Kishore wrote:
 Hi,
 
 I have put together an ant task with accompanying XSL files etc, which generate
 javadoc-like documentation for the taglibs (uses the current struts-xxx.xml
 files).

Hey, this is great!  Do you plan to contribute this?

Also, maybe you could help me with something similar that I've been
wanting to do.  I've been looking into adding a task to the build that
will generate a report for each group of tags (html, bean, etc) that
shows a grid-like view of attributes and tags.  The purpose of it would
be to give us a high-level view of which tags are using which attributes
and could help us find missing or fogotten attributes.

Here's a snip from the comments of my stylesheet:
 bodycontent id  multiple name-- more attributes
 === ===  ==
cookie   emtpy   (required)  (rt) *(rt) - the * means required 
define   JSP (required)(rt)  
(more tags)


*Note - It is difficult to show in this email all the additional
information, but the report will show all the data from the tld.  Might
even be nice to add links to the docs from the tags.

Your thoughts?



 
 The docs are available at http://mohankishore.tripod.com/struts-docs/ Just
 wanted to run it by the community to see if it feels its useful.
 
 regards,
 Mohan.
 


-- 
James Mitchell
Software Developer/Struts Evangelist
http://www.open-tools.org




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Taglib documentation in JavaDoc format

2003-03-26 Thread David Graham
That's pretty neat!  It would be good to have an All Tags link just like 
the All Classes provided by javadoc.

David



From: Mohan Kishore [EMAIL PROTECTED]
Reply-To: Struts Developers List [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Taglib documentation in JavaDoc format
Date: Wed, 26 Mar 2003 15:48:09 -0800 (PST)
Hi,

I have put together an ant task with accompanying XSL files etc, which 
generate
javadoc-like documentation for the taglibs (uses the current struts-xxx.xml
files).

The docs are available at http://mohankishore.tripod.com/struts-docs/ Just
wanted to run it by the community to see if it feels its useful.
regards,
Mohan.
__
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


_
Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Taglib documentation

2001-11-20 Thread Laurie Harper

Hi, just thought I'd offer up a minor patch to the stylesheet for
generating taglib documentation.  I wanted to generate docs for my own
taglibs and found the struts approach perfect for my needs but I wanted
a couple of tweaks :-)

The patch causes the 'Required' and 'RT Expr' flags to be put under the
attribute name and highlights any default value there may be, so they
are all easier to spot.

To get the defaults pulled out, they have to be marked up.  A patch to
struts-html.xml to demonstrate is included, along with patched copies of
the source file and stylesheet and a rendered copy so you can see what
I'm bleating about :-)

All the files are at http://www.holoweb.net/~zodiac/struts/ and you can
see the sample results at
http://www.holoweb.net/~zodiac/struts/struts-html.html

Cheers,

L.
-- 
zodiac(@)holoweb!net  | If that's too much initiative for the company
to
ICQ# 78724820 |  handle, I don't want to work for them anyway.



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]