> > [SNIP] > URL: http://svn.apache.org/viewcvs?rev=367861&view=rev > Log: > PR: MPDASHBOARD-32 > maven.dashboard.report.showempty property not honored. > > [SNIP]
- <j:if test="${notEmptyElems.isEmpty() == 'true'}"> + <j:if test="${empty(notEmptyElems)}"> [SNIP] Lukas, did you test it with maven 1.1 and 1.0 ? I remember that there was a problem with the empty function in an old release of Jelly ? Arnaud