Re: Using Generics (ie java 1.5) in Cocoon

2009-08-02 Thread Andre Juffer
Kamal, there should be no problem at all running cocoon 2.2 with java 1.5 or 1.6. I am running it with 1.6 and all my code is written with generics. Kamal wrote: Hi, I want to use Java 1.5 functionality in Cocoon 2.2. Is it possible? When I try to use generics, I get the following error

Using Generics (ie java 1.5) in Cocoon

2009-08-01 Thread Kamal
Hi, I want to use Java 1.5 functionality in Cocoon 2.2. Is it possible? When I try to use generics, I get the following error: [INFO] Compilation failure C:\dev\workspace\cocoon\src\main\java\cpl\Form.java

Re: Using Generics (ie java 1.5) in Cocoon

2009-08-01 Thread Kamal
want to use Java 1.5 functionality in Cocoon 2.2. Is it possible? When I try to use generics, I get the following error: [INFO] Compilation failure C:\dev\workspace\cocoon\src\main\java\cpl\Form.java:[8,16

Re: java 1.5 and cocoon

2008-03-24 Thread Patrick Heiden
Hello Joerg! 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

Re: java 1.5 and cocoon [SOLVED]

2008-03-24 Thread Patrick Heiden
Well, it was my fault. I've just need to put this in my own parent.pom, of course : plugin artifactIdmaven-compiler-plugin/artifactId version2.0.2/version configuration source1.5/source target1.5/target /configuration /plugin ;) Greetings, Patrick -- GMX

Re: java 1.5 and cocoon

2008-03-24 Thread Robert La Ferla
On Mar 22, 2008, at 12:27 PM, Joerg Heinicke wrote: On 22.03.2008 11:07, 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

Re: java 1.5 and cocoon

2008-03-24 Thread Joerg Heinicke
On 24.03.2008 21:03, Robert La Ferla wrote: Cocoon is Java 5 or even Java 6 compatible. I think this is true for Cocoon 2.1 and above but not for 2.0 which has a package with enum in the namespace. I'm tempted to say of course not thinking that this should be obvious. I mean when did we

Re: java 1.5 and cocoon

2008-03-22 Thread Patrick Heiden
Hello Vadim! 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

Re: java 1.5 and cocoon

2008-03-22 Thread Joerg Heinicke
On 22.03.2008 11:07, 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

Re: java 1.5 and cocoon

2008-03-21 Thread Vadim Gritsenko
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.

java 1.5 and cocoon

2008-03-20 Thread Patrick Heiden
Hello together! 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