Frank Bille wrote:
javac -source -target ?? I'm almost sure this work, but I don't know if you
can tell maven to use those (it worked with ant AFAIK)

Yes, we already do this, obviously. :-)

This prevents you from using language features like generics.
However, it doesn't stop you from using JRE library functions that don't exist in JRE 1.4, like String#contains(String). That is the whole point of this thread.

Al


Reply via email to