Hi Mike,

What is your environnement?

And just to be sure, lets try to replace the backslash character by a
dot in the bundle definition, ie:
bundle="plugin-resources\templates\templates"
by
bundle="plugin-resources.templates.templates"

Gives me your feedback,

Cheers,

Vincent

2005/6/18, Mike Ratliff <[EMAIL PROTECTED]>:
> The problem that I am having is manifesting itself on all the reports
> under the Project Info group (mailing lists, project team, project
> inf, etc)
> 
> The other reports (checkstyle, fileactivity, etc) work just fine.
> 
> The problem is that all the section headers and such have odd
> references embedded instead of the text they should have. A sample of
> the project-info xml and html follows...
> 
> *********************************************************************
> <document>
> 
>  <properties>
>    <title key="template.project_info.title"
> bundle="plugin-resources\templates\templates"/>
>  </properties>
> 
>  <body>
>    <section key="template.project_info.section.title"
> bundle="plugin-resources\templates\templates">
>      <p>
>        <message
> key="template.project_info.section.project_information1"
> bundle="plugin-resources\templates\templates"/>
>        <a href="http://maven.apache.org/";>Maven</a>
>        <message
> key="template.project_info.section.project_information2"
> bundle="plugin-resources\templates\templates"/>
>      </p>
> ***********************************************************************
> this results in html output that looks something like:
> ************************************************************************
> ???template.maven_reports.section.title???
> 
> ???template.maven_reports.section.maven_reports1??? Maven
> ???template.maven_reports.section.maven_reports2???
> 
> ???template.maven_reports.section.subsection.title???
> **************************************************************************************************************
> 
> I realize I must be missing something simple, but I don't have a clue
> as to what it is.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to