Thanks for the suggestions Brett. I already have the /lib/endorsed dir setup in my jdk1.4.2. Unfortunately, our (rather large) codebase is refusing to compile against jdk 1.5 at the mo.

However....

On further investigation, my suspicions point towards the <echo> tag of all things.

By running a simple goal like this:

<!-- This method is just for development testing purposes!!!!! -->
 <goal name="plop">
<util:tokenize var="tokens" delim=",">1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20</util:tokenize>
   <j:forEach var="token" items="${tokens}">
     <echo>Token: ${token}</echo>
   </j:forEach>
 </goal>

with maven -o -e plop

The list of numbers is of course echoed to the shell.

I can almost count aloud as fast as this happens !!!!
Something is amiss.

Allen.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to