Re: svn commit: r149113 - /jakarta/commons/proper/jelly/trunk/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/SetTag.java /jakarta/commons/proper/jelly/trunk/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/suite.jelly

2005-01-31 Thread Brett Porter
Hi Paul, This fixed the original issue. I have another issue (as I mentioned before), if you run maven -e xdoc on maven-1/plugins/trunk/ashkelon you can see it. I'll investigate when I can, but hold off on that release in the mean time :) - Brett [EMAIL PROTECTED] wrote: Author: polx Date: Sat

Re: svn commit: r149113 - /jakarta/commons/proper/jelly/trunk/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/SetTag.java /jakarta/commons/proper/jelly/trunk/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/suite.jelly

2005-01-31 Thread Paul Libbrecht
You must also have changed maven to svn... but the web-page still speaks about cvs! Or ? paul Le 31 janv. 05, à 13:22, Brett Porter a écrit : This fixed the original issue. I have another issue (as I mentioned before), if you run maven -e xdoc on maven-1/plugins/trunk/ashkelon you can see

svn commit: r149113 - /jakarta/commons/proper/jelly/trunk/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/SetTag.java /jakarta/commons/proper/jelly/trunk/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/suite.jelly

2005-01-29 Thread polx
Author: polx Date: Sat Jan 29 23:47:05 2005 New Revision: 149113 URL: http://svn.apache.org/viewcvs?view=revrev=149113 Log: x:set was returning empty-list in case of empty results whereas it used to return a null (which becomes an empty string often in jexl or jelly). Fixed so that when asString,