On 3/19/06, Gianfranco Oldani <[EMAIL PROTECTED]> wrote:
> Hi all,
> I use maven 2 and it need to compile sources with annotations (JUnit 4.0
> annotations) and I get always this message:
>
> notations are not supported in -source 1.3
> (try -source 1.5 to enable annotations)
>     @Before public void setUp()

This page has an example of configuring the compiler plugin for JDK 1.5:
 * http://maven.apache.org/plugins/maven-compiler-plugin/howto.html

--
Wendy

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

Reply via email to