Sorry if this is an elementary question, but I can't figure this out! When I compile my turbine-2.3.3 application using maven java:compile I get messages like,
[javac] Note: HardwareAction.java uses or overrides a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. I don't see any 'deprecation' options on maven 1.0. The 'Xlint' options are not valid with javac, at least not the version I'm using. I tried using 'javac -deprecation', but get 'does not exist' errors on all of the packages. I have spent the last few weeks upgrading from Turbine 2.1 to 2.3.3 and I would like to make sure that I have everything current now! What is the correct way to get the deprecation information with maven? Thanks so much! -- View this message in context: http://old.nabble.com/maven-1.0-java%3Acompile-tp31863838p31863838.html Sent from the Turbine - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
