Nile Black
On Wed, Jul 29, 2009 at 2:31 AM, David Pollak <feeder.of.the.be...@gmail.com > wrote: > > > On Tue, Jul 28, 2009 at 11:05 AM, Naftoli Gugenheim > <naftoli...@gmail.com>wrote: > >> >> If it thinks import java.xxx is a relative import of net.java.xxx, then it >> must be you're somehow building it with a net.java package in the classpath. >> The question is why maven is building it with a different classpath than >> it uses for everyone else, and why those imports don't start with _root_. > > > Yeah... that's the problem. I wonder if he added some classes to his > pom.xml file or if there's some global classpath that's bleeding into the > Maven process. > HI,David Pollak, what means " if he added some classes to his pom.xml file or if there's some global classpath that's bleeding into the Maven process." i did not change any file after checkout . >if there's some global classpath is it means my system evn "classpath" ? > > > >> >> >> ------------------------------------- >> TylerWeir<tyler.w...@gmail.com> wrote: >> >> >> "why i cann't see my post at group?" >> >> All new members are moderated to start with. >> >> >> On Jul 27, 11:56 pm, nile black <nile.bl...@gmail.com> wrote: >> > why i cann't see my post at group? >> > >> > >> > >> > On Tue, Jul 28, 2009 at 11:48 AM, Nile Black <nile.bl...@gmail.com> >> wrote: >> > > [INFO] Building Lift Utils >> > > [INFO] task-segment: [install] >> > > [INFO] >> > > >> ------------------------------------------------------------------------ >> > > [INFO] [resources:resources] >> > > [INFO] Using default encoding to copy filtered resources. >> > > [INFO] [yuicompressor:compress {execution: default}] >> > > [INFO] nb warnings: 0, nb errors: 0 >> > > [INFO] [compiler:compile] >> > > [INFO] Nothing to compile - all classes are up to date >> > > [INFO] [scala:compile {execution: default}] >> > > [INFO] Checking for multiple versions of scala >> > > [INFO] Compiling 37 source files to D:\user\liftweb\lift-util\target >> > > \classes >> > > [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._ >> > > [WARNING] ^ >> > > [WARNING] D:\user\liftweb\lift-util\src\main\scala\net\liftweb\util >> > > \CurrencyZone.scala:69: error: value lang is not a member of package >> > > net.java >> > > [WARNING] } catch { case e: java.lang.NumberFormatException => >> > > { >> > > [WARNING] ^ >> > > [WARNING] D:\user\liftweb\lift-util\src\main\scala\net\liftweb\util >> > > \CurrencyZone.scala:72: error: value text is not a member of package >> > > net.java >> > > [WARNING] } catch { case e: >> > > java.text.ParseException => { >> > > [WARNING] ^ >> > > [WARNING] D:\user\liftweb\lift-util\src\main\scala\net\liftweb\util >> > > \CurrencyZone.scala:103: error: value math is not a member of package >> > > net.java >> > > [WARNING] make(new BigDecimal(this.amount.bigDecimal.divide >> > > (that.amount.bigDecimal, scale, java.math.BigDecimal.ROUND_HALF_UP)) ) >> > > [WARNING] >> > > ^ >> > > [WARNING] D:\user\liftweb\lift-util\src\main\scala\net\liftweb\util >> > > \IOHelpers.scala:104: error: value io is not a member of package >> > > net.java >> > > [WARNING] def doClose[T](is: java.io.Closeable*)(f : => T): T = { >> > > [WARNING] ^ >> > > [WARNING] D:\user\liftweb\lift-util\src\main\scala\net\liftweb\util >> > > \Mailer.scala:84: error: value util is not a member of package >> > > net.java >> > > [WARNING] import java.util.Properties >> > > [WARNING] ^ >> > > [WARNING] D:\user\liftweb\lift-util\src\main\scala\net\liftweb\util >> > > \PCDataMarkupParser.scala:187: error: value io is not a member of >> > > package net.java >> > > [WARNING] import java.io.ByteArrayInputStream >> > > [WARNING] ^ >> > > [WARNING] D:\user\liftweb\lift-util\src\main\scala\net\liftweb\util >> > > \Props.scala:178: error: value io is not a member of package net.java >> > > [WARNING] import java.io.{ByteArrayInputStream} >> > > [WARNING] ^ >> > > [WARNING] D:\user\liftweb\lift-util\src\main\scala\net\liftweb\util >> > > \Props.scala:179: error: value util is not a member of package >> > > net.java >> > > [WARNING] import java.util.InvalidPropertiesFormatException >> > > [WARNING] ^ >> > > [WARNING] D:\user\liftweb\lift-util\src\main\scala\net\liftweb\util >> > > \SoftReferenceCache.scala:3: error: value lang is not a member of >> > > package net.java >> > > [WARNING] import java.lang.ref.{ReferenceQueue,SoftReference}; >> > > [WARNING] ^ >> > > [WARNING] D:\user\liftweb\lift-util\src\main\scala\net\liftweb\util >> > > \SoftReferenceCache.scala:4: error: value util is not a member of >> > > package net.java >> > > [WARNING] import java.util._ >> > > [WARNING] ^ >> > > [WARNING] D:\user\liftweb\lift-util\src\main\scala\net\liftweb\util >> > > \SoftReferenceCache.scala:147: error: wrong number of arguments for >> > > constructor Object: ()jav >> > > a.lang.Object >> > > [WARNING] queue: ReferenceQueue[Any]) extends >> > > SoftReference[V](v, queue) { >> > > [WARNING] ^ >> > > [WARNING] D:\user\liftweb\lift-util\src\main\scala\net\liftweb\util >> > > \TemplateCache.scala:17: error: value util is not a member of package >> > > net.java >> > > [WARNING] import java.util.{Locale} >> > > [WARNING] ^ >> > > [WARNING] 13 errors found >> > > [INFO] >> > > >> ------------------------------------------------------------------------ >> > > [ERROR] BUILD FAILURE >> > > [INFO] >> > > >> ------------------------------------------------------------------------ >> > > [INFO] command line returned non-zero value:1 >> > > [INFO] >> > > >> ------------------------------------------------------------------------ >> > > [INFO] For more information, run Maven with the -e switch >> > > [INFO] >> > > >> ------------------------------------------------------------------------ >> > > [INFO] Total time: 1 minute 15 seconds >> > > [INFO] Finished at: Tue Jul 28 11:47:44 CST 2009 >> > > [INFO] Final Memory: 22M/39M >> > > [INFO] >> > > >> ------------------------------------------------------------------------ >> >> >> >> > > > -- > Lift, the simply functional web framework http://liftweb.net > Beginning Scala http://www.apress.com/book/view/1430219890 > Follow me: http://twitter.com/dpp > Git some: http://github.com/dpp > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to liftweb@googlegroups.com To unsubscribe from this group, send email to liftweb+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---