Re: STRUTS AND JAVADOC.

2005-11-07 Thread Dave Newton
Ed Griebel wrote: This sounds like a really cool tool !! How much work would be needed to commoditize it for general release? Probably not too much, although the code is pretty ugly (a "let's learn Ruby" exercise). I'll take a look at it tomorow and put it up somewhere and follow up on th

Re: STRUTS AND JAVADOC.

2005-11-07 Thread Ed Griebel
Dave- This sounds like a really cool tool !! How much work would be needed to commoditize it for general release? -ed On 11/4/05, Dave Newton <[EMAIL PROTECTED]> wrote: > Nick Heudecker wrote: > > >I didn't know people were still using Strutsdoc. I should probably start > >maintaining it again.

Re: STRUTS AND JAVADOC.

2005-11-04 Thread Dave Newton
Nick Heudecker wrote: I didn't know people were still using Strutsdoc. I should probably start maintaining it again. Bah, maintainence is for the weak. I would like to see what the generated output looks like, though, to see if I should use it as opposed to my Ruby program that generates

Re: STRUTS AND JAVADOC.

2005-11-04 Thread Dave Newton
Søren Blidorf wrote: It's written that I need to install ANT as well. Is there a way to do it with out ANT Probably, but why would you want to? It's scary that you're building struts (or any java project, for that matter) without Ant. Dave

Re: STRUTS AND JAVADOC.

2005-11-04 Thread Søren Blidorf
Thanks. It's written that I need to install ANT as well. Is there a way to do it with out ANT - Original Message - From: "Collin VanDyck" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Friday, November 04, 2005 3:31 PM Subject: Re: STRUTS AND

Re: STRUTS AND JAVADOC.

2005-11-04 Thread Nick Heudecker
I didn't know people were still using Strutsdoc. I should probably start maintaining it again. On 11/4/05, Collin VanDyck <[EMAIL PROTECTED]> wrote: > > Hi Soren, > > You can javadoc your Struts Java types, although I'm not sure of a way > to get your Struts configurations in normal JavaDoc. > >

Re: STRUTS AND JAVADOC.

2005-11-04 Thread Collin VanDyck
Hi Soren, You can javadoc your Struts Java types, although I'm not sure of a way to get your Struts configurations in normal JavaDoc. You can, however, run StrutsDoc: http://struts.sourceforge.net/strutsdoc/ StrutsDoc will document the information found in your struts configuration files, s