RE: FW: JDK 1.5 Annotations

2005-01-15 Thread sgoldstein
Yes, it is. The exact version is: java version "1.5.0_01" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_01-b08) Java HotSpot(TM) Client VM (build 1.5.0_01-b08, mixed mode, sharing) Scott > -Original Message- > From: Dion Gillard [mailto:[EMAIL PROTECTED] > Sent: Friday

FW: JDK 1.5 Annotations

2005-01-14 Thread sgoldstein
Does Maven support jdk 1.5 annotations? I have the following two properties set: maven.compile.source=1.5 maven.compile.target=1.5 but I'm still getting compile errors. Is there anything else that I need to do? Scott