Hi Michael,

Michael Wechner schrieb:
Hi

I just tried to compile Lenya trunk from scratch and stumbled over

/home/michi/src/apache/lenya/trunk/src/modules/collection/java/src/org/apache/lenya/modules/collection/CollectionWrapper.java:158: cannot resolve symbol
symbol  : method parseBoolean (java.lang.String)
location: class java.lang.Boolean
               this.allLanguages = Boolean.parseBoolean(value);

I changed it to valueOf() in the trunk. Thanks for the pointer!
Would you mind giving it a try? If it compiles with 1.4, I'll merge the change to the 2.0.1 tag.

BTW, does someone know how to configure Eclipse to complain about these issues? I have set the compiler compliance level to 1.4 ...

1 error

which AFAIK is a JDK 1.5 method, but the documentation states JDK 1.4

http://lenya.apache.org/docs/2_0_x/installation/source_version.html

So what is the requirement re JDK version?

I guess we should keep 2.0.x it compatible with 1.4 and switch to 1.5 as soon as we created a new branch. What do the others think?

-- Andreas


--
Andreas Hartmann, CTO
BeCompany GmbH
http://www.becompany.ch
Tel.: +41 (0) 43 818 57 01


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

Reply via email to