You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by Hafiz A Haq <ha...@gmail.com> on 2009/07/28 06:49:52 UTC

Issues with building shindig-project-1.1-BETA1-incubating

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.

Re: Issues with building shindig-project-1.1-BETA1-incubating

Posted by Paul Lindner <li...@inuus.com>.
If you want to send me information on your environment (versions of
java/maven, etc) and a build log I can take a look at your situation.

On Tue, Jul 28, 2009 at 2:22 AM, Hafiz A Haq <ha...@gmail.com> wrote:

> 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 <li...@inuus.com>
>
> > 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 <ha...@gmail.com>
> 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.
>

Re: Issues with building shindig-project-1.1-BETA1-incubating

Posted by Hafiz A Haq <ha...@gmail.com>.
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 <li...@inuus.com>

> 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 <ha...@gmail.com> 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.

Re: Issues with building shindig-project-1.1-BETA1-incubating

Posted by Paul Lindner <li...@inuus.com>.
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 <ha...@gmail.com> 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.
>