On Mar 20, 2008, at 5:41 PM, Patrick Heiden wrote:

Some parts of my domainmodel rely on java-1.5 specific stuff like Generics and so on. Within my first cocoon steps I don't have changed the source=1.3 attribute and of course get the 'generics are not supported in -source 1.3'-build-error. Is this the only thing I have to change to use java 1.5?

Depends on what you are using to build your project. In my ant projects I have both 'source' and 'target' attributes set to 1.5. See http://ant.apache.org/manual/CoreTasks/javac.html

Vadim

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

Reply via email to