Right on,

I replaced

<j:if test="${!empty(context.getVariable('maven.xdoc.distributionUrl'))}">

by

<j:if test="${context.getVariable('maven.xdoc.distributionUrl') != null and context.getVariable('maven.xdoc.distributionUrl') != ''}">

and now it works also with m1.0.2. The point is: the empty function is used all over the place in the xdoc plugin (plugin.jelly, site.jsl, various templates), do I have to replace it everywhere?

-Lukas


Arnaud HERITIER wrote:
In the Jelly release bundled in maven 1.0.x there was some bugs in the
empty() function.

cheers

Arnaud

On 6/12/06, Lukas Theussl <[EMAIL PROTECTED]> wrote:




> I just did a "maven clean site" and I still get the "Downloads" link
> when building it using the 1.10-SNAPSHOT version.
>

Ok, I can reproduce it now using maven-1.0.2, I don't see it with
m1.1-beta-3. Certainly a jelly issue, I'll look into it.

-Lukas


---------------------------------------------------------------------
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