On Mon, Nov 16, 2009 at 4:33 PM, Kris Nuttycombe <[email protected]> wrote: > On Mon, Nov 16, 2009 at 4:28 PM, David Pollak > <[email protected]> wrote: >> Folks, >> >> I'm seeing a lot of: >> [INFO] Unable to find resource 'javax.script:script-js:pom:1.0' in >> repository specs-repository (http://specs.googlecode.com/svn/maven2/) >> >> Also, I know Kris turned on type erasure warnings because he wants to debug >> them.... but there's just a pile that can't be fixed and these unfixable >> warnings get in the way of real warnings... any compromise we can find on >> this situation? > > Oops... I didn't realize I'd committed the pom with that in! I've no > problem putting the extra warnings into a profile. Does Scala have an > equivalent of or support the @SuppressWarnings annotation that you > have in Java? > > Kris
Actually, on further examination I claim innocence! git blame shows the real culprit! :) I've moved the flags to a profile. mvn -Pdetail clean compile will give you all the warnings; basic usage does not. Kris >> Thanks, >> >> David >> >> -- >> Lift, the simply functional web framework http://liftweb.net >> Beginning Scala http://www.apress.com/book/view/1430219890 >> Follow me: http://twitter.com/dpp >> Surf the harmonics >> >> >> >> > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---
