On Mon, Mar 1, 2010 at 12:20 AM, David Pollak
<[email protected]> wrote:
> Excellent!
>
> We have the deprecations turned off in the pom.xml file by default... but
> gotta turn the deprecation warnings on post M3.

Not sure what this means? Do the generated jars on scala-tools not
contain deprecation info or does the compilation of Lift itself not
show deprecation warnings?

If the former, this would explain what I see. If the latter, I added

          <args>
            <arg>
          -deprecation
            </arg>
          </args>

to my own pom and would expect this to show the warnings....

/Jeppe

-- 
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.

Reply via email to