fenallen wrote:
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.
Try setting the source property of the java plugin to 1.4 (or even 1.3
or 1.2 if you use assert as an identifier)
JDK 1.5 compiles by default for source 1.5, while JDK 1.4 compiles by
default - I believe, but I am unsure - to 1.2.
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.
--
With kind regards,
Geoffrey De Smet
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]