I'm having trouble with a mechanical detail on this documentation page:
https://wiki.jasig.org/display/CASUM/Best+Practice+-+Setting+Up+CAS+Locally+using+the+Maven2+WAR+Overlay+Method
(Just to be clear -- I'm having trouble with a CAS project documentation
maintenance task, I'm not asking for help making use of the documentation.)
Specifically,
what in wiki source is the correct
<repositories>
<repository>
<id>ja-sig</id>
<url>http://oss.sonatype.org/content/repositories/releases/</url>
</repository>
</repositories>
Appears rendered as the won't-work:
|||<||repositories||>|
|||<||repository||>|
|||<||id||>ja-sig</||id||>|
|||<||url||></|url|>|
|||</||repository||>|
|||</||repositories||>
Which, I expect, would trip up a reasonable person trying to work from
that page. Certainly errors out the mvn overlay build when I naively
copy-and-paste that example pom.xml. (That nuance is interesting, I
guess, in that my browser isn't just failing to visually display that
<url> element content, it's not there in the text available for copying
off the screen, despite it being there in the HTML source it thinks it
is rendering.
|
Screenshot here: http://www.flickr.com/photos/microcline/5852940017/
It renders incorrectly for me in both Firefox and Chrome, despite the
correct content in the generated HTML source:
<repositories>
<repository>
<id>ja-sig</id>
<url>http://oss.sonatype.org/content/repositories/releases/</url>
</repository>
</repositories>
Of course when the page is exported as PDF, renders correctly.
I see this page has exactly the same issue:
https://wiki.jasig.org/display/CASUM/ClearPass
Anyone know how to make that render sensibly? This a transient browser bug
that's going to go away on its own? This page somehow look right to everyone
but me? :)
Andrew
--
You are currently subscribed to [email protected] as:
[email protected]
To unsubscribe, change settings or access archives, see
http://www.ja-sig.org/wiki/display/JSG/cas-dev