On 6/14/07, MPF <[EMAIL PROTECTED]> wrote:

I get following error if i try to compile my project:
C:\work\projects\GATHER~1>mvn clean compile
...
[INFO] Compilation failure

C:\work\projects\GATHER~1\src\main\java\at\pcd\wam\technologie\utility\dataholde
r\jsf\DataList.java:[26,21] generics are not supported in -source 1.3
(try -source 1.5 to enable generics)
public class DataList<T> implements Serializable {
...
someone know why?
on eclipse i show that me project i see on properties-java compiler -->
compiler compliance level: 5.0

http://maven.apache.org/plugins/maven-compiler-plugin/examples/set-compiler-source-and-target.html

--
Wendy

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

Reply via email to