Re: Proposal: Use java2html to generate browseable source code.

2003-01-06 Thread Martin Cooper
How about this: http://cvs.apache.org/~martinc/javasrc-struts/ I used JavaSrc for this (available from SourceForge). I think it gives you everything java2HTML gives you, and more. You don't have to add anything to the source files, either. It would only take a few minutes to add the appropriate

Re: Proposal: Use java2html to generate browseable source code.

2003-01-06 Thread Kevin . Bedell
uot;To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> cc: (bcc: Kevin Bedell/Systems/USHO/SunLife) 01/06/2003 11:43 AM Subject: Re: Proposal:

Re: Proposal: Use java2html to generate browseable source code.

2003-01-06 Thread David M. Karr
> "David" == David Graham <[EMAIL PROTECTED]> writes: David> I don't see much use for this. IDEs are much better than browsers for looking David> at source code. One neat feature of "java2html" is that it produces clickable links for other classes inside the source code. Browsing f

Re: Proposal: Use java2html to generate browseable source code.

2003-01-06 Thread Craig R. McClanahan
On Mon, 6 Jan 2003, Matt Raible wrote: > Date: Mon, 6 Jan 2003 10:28:33 -0600 > From: Matt Raible <[EMAIL PROTECTED]> > Reply-To: Struts Developers List <[EMAIL PROTECTED]> > To: Struts Developers List <[EMAIL PROTECTED]> > Subject: Proposal: Use java2html t

Re: Proposal: Use java2html to generate browseable source code.

2003-01-06 Thread David Graham
I don't see much use for this. IDEs are much better than browsers for looking at source code. David From: "Matt Raible" <[EMAIL PROTECTED]> Reply-To: "Struts Developers List" <[EMAIL PROTECTED]> To: "Struts Developers List" <[EMAIL PROTEC

Re: Proposal: Use java2html to generate browseable source code.

2003-01-06 Thread Jerome Ernsberger
Hi Matt, there is eclipse plugin java2html. Very funny and you don t need something like . Only select the *.java file and generate the html page. I don t know the link, sorry. I can google for it. jerome Matt Raible wrote: > I don't know if this is a possibility, but it'd be pretty cool to

Proposal: Use java2html to generate browseable source code.

2003-01-06 Thread Matt Raible
I don't know if this is a possibility, but it'd be pretty cool to use Java2HTML to generate browseable source code from the JavaDocs. I use this and it's pretty slick - all that's required is a simple link in the JavaDoc comments: View Source And then users can see the source. I run a j2h task