Hey Everybody,
I'm running jdk 1.5, however when compiling maven
tells me the following:
Authenticator.java:[8,25] generics are not supported
in -source 1.3
(try -source 1.5 to enable generics)
Hashtable<String, String> env = new
Hashtable<String, String>();
So I tried running install 3 different ways with no
success:
mvn -source 1.5 install
mvn -source=1.5 install
mvn -Dsource=1.5 install
Any ideas on how to fix this?
Thanks,
- Ole
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]