On Thu, Aug 26, 2010 at 10:38 AM, Mark Eggers <mdegg...@gmail.com> wrote: > On Wed, 25 Aug 2010 22:59:54 -0700, David Sean Taylor wrote: > >> I reviewed the file and it looks fine in the distribution. Sometimes >> when you edit files like these with an editor that doesn't support >> unicode (this particular file has Chinese and Korean localization), the >> encoding is broken by the editor > > I went back and created everything via command line and did not edit any > file. I also installed j2-admin to ~/.m2 from the distribution. > > My locale and encoding are: > > LANG=en_US.UTF-8 > GDM_LANG=en_US.UTF-8 > XTERM_LOCALE=en_US.UTF-8 > > Files were copied using UTF-8 according to messages from the maven build.
You know what, looks like you are right. I incorrectly reviewed the file found in the 2.2.1 distribution. After re-reading your email, I realized you were talking about another file, located in the jetexpress tutorial distribution, not the jetspeed distribution. I brought that file up in my editor and immediately saw something suspicious: <title>Dashboard</title> AboutJetspeed <fragment id="new-user-1000" type="layout" name="jetspeed-layouts::VelocityTwoColumns"> <fragment id="new-user-1011" type="portlet" name="j2-admin::JetspeedDeveloper"> <property name="row" value="0" /> <property name="column" value="0" /> </fragment> <fragment id="new-user-1012" type="portlet" name="j2-admin::AboutJetspeed"> <property name="row" value="0" /> <property name="column" value="1" /> </fragment> </fragment> </page> Notice how the "AboutJetspeed" text is not enclosed properly in an XML element? There lies the problem. Just remove the "AboutJetspeed" text and that should fix the problem. I'll get it checked in later today. --------------------------------------------------------------------- To unsubscribe, e-mail: jetspeed-user-unsubscr...@portals.apache.org For additional commands, e-mail: jetspeed-user-h...@portals.apache.org