Yes, i checked my reprository for the guice jar and it was available, then i deleted the guice folder and restarted the build, which downloaded the dependency with the message
[INFO] ------------------------------------------------------------------------ [INFO] Building Apache Shindig Common Code [INFO] task-segment: [install] [INFO] ------------------------------------------------------------------------ Downloading: buildrepo/artifactory/repo/com/google/code/guice/guice/2.0/guice-2.0 .pom 196b downloaded Downloading: buildrepo/artifactory/repo/com/google/code/guice/guice/2.0/guice-2.0 .jar 651K downloaded Then it failed with the same message. Am i missing something? Thanks and Regards, Hafiz 2009/7/28 Paul Lindner <[email protected]> > Are you getting the guice-2.0.jar included during your build? > plindner-mn:shindig plindner$ unzip -v > ~/.m2/repository/com/google/code/guice/guice/2.0/guice-2.0.jar|grep jmx > 0 Stored 0 0% 05-20-09 12:16 00000000 > com/google/inject/tools/jmx/ > 955 Defl:N 450 53% 04-09-09 14:41 0cbfe1ed > com/google/inject/tools/jmx/ManagedBinding.class > 229 Defl:N 170 26% 04-09-09 14:41 18a000ab > com/google/inject/tools/jmx/ManagedBindingMBean.class > 4251 Defl:N 2018 53% 04-09-09 14:41 7c18d63d > com/google/inject/tools/jmx/Manager.class > plindner-mn:shindig plindner$ > > > On Mon, Jul 27, 2009 at 9:49 PM, Hafiz A Haq <[email protected]> wrote: > > > I get the following error while building > > shindig-project-1.1-BETA1-incubating > > > > > > > C:\shindig\shindig-project-1.1-BETA1-incubating\java\common\src\main\java\org\apache\shindig\common\servlet\GuiceSe > > rvletContextListener.java:[27,34] package com.google.inject.tools.jmx > does > > not exist > > > > > > > C:\shindig\shindig-project-1.1-BETA1-incubating\java\common\src\main\java\org\apache\shindig\common\servlet\GuiceSe > > rvletContextListener.java:[69,8] cannot find symbol > > symbol : variable Manager > > location: class > > org.apache.shindig.common.servlet.GuiceServletContextListener > > > > Any comments are greatly appreciated, i need to get a few fixes from this > > in > > my container. > > > > Thanks and Regards, > > Hafiz > > -- > > He who asks is a fool for five minutes, but he who does not ask remains a > > fool forever. > > > -- He who asks is a fool for five minutes, but he who does not ask remains a fool forever.

