Hi, By default jars in (dependency-convergence-report.html) are ascending, Is there any way we can group these dependencies on the basis of user defined jars(own made) and standard(third party) jars.
Thanks -Prashant -----Original Message----- From: Vincent Siveton [mailto:[EMAIL PROTECTED] Sent: 20 June 2005 14:16 To: Maven Users List; Mike Ratliff Subject: Re: Having a problem with the Project Info Reports 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] ________________________________________________________________________ This e-mail message (including any attachment) is intended only for the personal use of the recipient(s) named above. This message is confidential and may be legally privileged. If you are not an intended recipient, you may not review, copy or distribute this message. If you have received this communication in error, please notify us immediately by e-mail and delete the original message. Any views or opinions expressed in this message are those of the author only. Furthermore, this message (including any attachment) does not create any legally binding rights or obligations whatsoever, which may only be created by the exchange of hard copy documents signed by a duly authorised representative of Hutchison 3G UK Limited. ________________________________________________________________________ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
