Ok, you are working at the xdoc, could you help me to fix MAVEN-322 http://jira.werken.com/ViewIssue.jspa?key=MAVEN-322
there is already a patch. The problem is so clear, these ugly hrefs with a trailing space... ------------------------ Paulo Silveira http://www.paulo.com.br/ http://www.guj.com.br/ > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: segunda-feira, 10 de mar�o de 2003 11:18 > To: [EMAIL PROTECTED] > Subject: cvs commit: > jakarta-turbine-maven/src/plugins-build/xdoc plugin.jelly > > > bwalding 2003/03/10 06:17:39 > > Modified: src/plugins-build/xdoc plugin.jelly > Log: > o MAVEN-320: Resolve nav generation problems > > Revision Changes Path > 1.20 +6 -15 > jakarta-turbine-maven/src/plugins-build/xdoc/plugin.jelly > > Index: plugin.jelly > =================================================================== > RCS file: > /home/cvs/jakarta-turbine-maven/src/plugins-build/xdoc/plugin.jelly,v > retrieving revision 1.19 > retrieving revision 1.20 > diff -u -r1.19 -r1.20 > --- plugin.jelly 7 Mar 2003 08:34:11 -0000 1.19 > +++ plugin.jelly 10 Mar 2003 14:17:38 -0000 1.20 > @@ -159,21 +159,12 @@ > </define:tag> > > <define:tag name="itemLink"> > - <j:set var="leaveLinkAlone" > value="${(link.indexOf(':') >= 0) or link.startsWith('/')}"/> > - <j:if test="${leaveLinkAlone}"> > - <a href="${link}">${name}</a> > - </j:if> > - <j:if test="${!leaveLinkAlone}"> > - <j:if test='${relativePath.equals(".")}'> > - <a href="${link}">${name}</a> > - </j:if> > - <j:if test="${relativePath.endsWith('/')}"> > - <a href="${relativePath}${link}">${name}</a> > - </j:if> > - <j:if test='${!relativePath.endsWith("/") and > !relativePath.equals(".")}'> > - <a href="${relativePath}/${link}">${name}</a> > - </j:if> > - </j:if> > + <!-- > + @link > + @relativePath > + @name > + --> > + <a > href="${pathTool.calculateLink(link,relativePath)}">${name}</a> > </define:tag> > > <define:tag name="text-xdoc"> > > > > > --------------------------------------------------------------------- > 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]
