Hi,Everyone i try to fix the problem eg: [WARNING] D:\user\liftweb\lift-util\src\main\scala\net\liftweb\util\ConcurrentLock.scala:16: error: value util is not a member of package net.java [WARNING] import java.util.concurrent.locks._
i use import _root_.java.util.concurrent.locks._ instead of import java.util.concurrent.locks._ the error disappear! it works. but my question is what's difference between with or without _root_??? Nile Black On Wed, Jul 29, 2009 at 1:07 PM, nile black <[email protected]> wrote: > [WARNING] > D:\user\liftweb\lift-util\src\main\scala\net\liftweb\util\ConcurrentLock.scala:16: > error: value util is not a member of package net.java > [WARNING] import java.util.concurrent.locks._ > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
