ictvmt / mvp4g

Automatically exported from code.google.com/p/mvp4g
0 stars 0 forks source link

Online JavaDoc not displaying correctly #35

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. go to http://code.google.com/p/mvp4g
2. click JavaDoc link on right of page
3. witness a mess of html!

What is the expected output? What do you see instead?

Formatted JavaDoc, I see lots of html source.

What version of the product are you using? On what operating system?

2.1, vista

Please provide any additional information below.

NA

Original issue reported on code.google.com by maurice.oconnor@gmail.com on 8 Jun 2010 at 5:57

GoogleCodeExporter commented 8 years ago
The same happens for me in Chrome, but it gets formatted correctly in IE.  

Original comment by bradley....@gmail.com on 24 Jun 2010 at 6:07

GoogleCodeExporter commented 8 years ago
I neglected to say that I am using Chrome for this too

Original comment by maurice.oconnor@gmail.com on 24 Jun 2010 at 6:47

GoogleCodeExporter commented 8 years ago
Those files are in SVN, they should have correct svn:mime-type property 
attached to them to be served to a standard-conforming browser.

The easiest fix is to change a Subversion config file on maintainer's side as 
follows, then re-add all javadoc files (auto-properties should be attached upon 
re-add).

{{{
[miscellany]
enable-auto-props = yes

[auto-props]
*.css = svn:mime-type=text/css;svn:eol-style=native
*.htm = svn:mime-type=text/html
*.html = svn:mime-type=text/html
*.gif = svn:mime-type=image/gif
*.png = svn:mime-type=image/png
}}}

Original comment by polus...@gmail.com on 13 Sep 2010 at 4:58

GoogleCodeExporter commented 8 years ago
Thanks for the solution. I applied it and javadoc is now displayed correctly 
with chrome.

Original comment by plcoir...@gmail.com on 14 Sep 2010 at 1:10