Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » Project References
Project References [message #11438] Tue, 26 November 2002 13:19 Go to next message
Ronald R. DiFRango is currently offline Ronald R. DiFRangoFriend
Messages: 9
Registered: July 2009
Junior Member
I have two projects, one which relies on the other. I have an aspect that
references code out of the other one and I can not get the aspect to
compile sucessfully. The error I get is :

can't bind name: com.capitalone.risk.service.thread.ThreadService

This class/package is in the other project that is reference in my project
build path. Is aspectj not getting these values? To me it would appear
to be the case.
Re: Project References [message #11585 is a reply to message #11438] Tue, 26 November 2002 23:03 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: Mik.Kersten.parc.com

Hi Ron,

I just responded to this issue and posted a work-around on the "Problem with
dependant projects" thread.

Mik

"Ron DiFrango" <ron.difrango@capitalone.com> wrote in message
news:arvsc8$65a$1@rogue.oti.com...
> I have two projects, one which relies on the other. I have an aspect that
> references code out of the other one and I can not get the aspect to
> compile sucessfully. The error I get is :
>
> can't bind name: com.capitalone.risk.service.thread.ThreadService
>
> This class/package is in the other project that is reference in my project
> build path. Is aspectj not getting these values? To me it would appear
> to be the case.
>
Re: Project References [message #11691 is a reply to message #11585] Wed, 27 November 2002 21:40 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: glongman.intelligentworks.nospam.com

Its imperative that this project dependency thing be resolved...

New to AspectJ and I work on a plugin with at least 10 imported plugin
projects. (wait, let me count... WOW its actually 30!) The workaround
suggested only works if the plugins are imported as source projects and
that's no good. I have a fast box with lots of memory but the compile times
are enormous! I'm not trying to "aspect-ize" any of the dependant project
classes, just my own project's.

Otherwise, cool plugin!

Geoff

"Mik Kersten" <Mik.Kersten@parc.com> wrote in message
news:as0uih$s10$1@rogue.oti.com...
> Hi Ron,
>
> I just responded to this issue and posted a work-around on the "Problem
with
> dependant projects" thread.
>
> Mik
>
> "Ron DiFrango" <ron.difrango@capitalone.com> wrote in message
> news:arvsc8$65a$1@rogue.oti.com...
> > I have two projects, one which relies on the other. I have an aspect
that
> > references code out of the other one and I can not get the aspect to
> > compile sucessfully. The error I get is :
> >
> > can't bind name: com.capitalone.risk.service.thread.ThreadService
> >
> > This class/package is in the other project that is reference in my
project
> > build path. Is aspectj not getting these values? To me it would appear
> > to be the case.
> >
>
>
Re: Project References [message #11726 is a reply to message #11691] Thu, 28 November 2002 00:12 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: glongman.intelligentworks.nospam.com

oh hell, I went an fixed the problem myself. I could not get into Eclipse's
repository via anonymous CVS
So I don't have it in patch/diff form. I've attached the fixed file to this
bug:

http://bugs.eclipse.org/bugs/show_bug.cgi?id=24719

Cheers,

Geoff


"G Longman" <glongman@intelligentworks.nospam.com> wrote in message
news:as3ebl$a3v$1@rogue.oti.com...
> Its imperative that this project dependency thing be resolved...
>
> New to AspectJ and I work on a plugin with at least 10 imported plugin
> projects. (wait, let me count... WOW its actually 30!) The workaround
> suggested only works if the plugins are imported as source projects and
> that's no good. I have a fast box with lots of memory but the compile
times
> are enormous! I'm not trying to "aspect-ize" any of the dependant project
> classes, just my own project's.
>
> Otherwise, cool plugin!
>
> Geoff
>
> "Mik Kersten" <Mik.Kersten@parc.com> wrote in message
> news:as0uih$s10$1@rogue.oti.com...
> > Hi Ron,
> >
> > I just responded to this issue and posted a work-around on the "Problem
> with
> > dependant projects" thread.
> >
> > Mik
> >
> > "Ron DiFrango" <ron.difrango@capitalone.com> wrote in message
> > news:arvsc8$65a$1@rogue.oti.com...
> > > I have two projects, one which relies on the other. I have an aspect
> that
> > > references code out of the other one and I can not get the aspect to
> > > compile sucessfully. The error I get is :
> > >
> > > can't bind name: com.capitalone.risk.service.thread.ThreadService
> > >
> > > This class/package is in the other project that is reference in my
> project
> > > build path. Is aspectj not getting these values? To me it would
appear
> > > to be the case.
> > >
> >
> >
>
>
Re: Project References [message #13452 is a reply to message #11726] Wed, 04 December 2002 18:53 Go to previous message
Eclipse UserFriend
Originally posted by: Mik.Kersten.parc.com

Thanks Geoff!

We'll incorporate this fix into the next release. We'll also work on making
CVS more accessible to contribution.

Mik

"G Longman" <glongman@intelligentworks.nospam.com> wrote in message
news:as3n93$ebh$1@rogue.oti.com...
> oh hell, I went an fixed the problem myself. I could not get into
Eclipse's
> repository via anonymous CVS
> So I don't have it in patch/diff form. I've attached the fixed file to
this
> bug:
>
> http://bugs.eclipse.org/bugs/show_bug.cgi?id=24719
>
> Cheers,
>
> Geoff
>
>
> "G Longman" <glongman@intelligentworks.nospam.com> wrote in message
> news:as3ebl$a3v$1@rogue.oti.com...
> > Its imperative that this project dependency thing be resolved...
> >
> > New to AspectJ and I work on a plugin with at least 10 imported plugin
> > projects. (wait, let me count... WOW its actually 30!) The workaround
> > suggested only works if the plugins are imported as source projects and
> > that's no good. I have a fast box with lots of memory but the compile
> times
> > are enormous! I'm not trying to "aspect-ize" any of the dependant
project
> > classes, just my own project's.
> >
> > Otherwise, cool plugin!
> >
> > Geoff
> >
> > "Mik Kersten" <Mik.Kersten@parc.com> wrote in message
> > news:as0uih$s10$1@rogue.oti.com...
> > > Hi Ron,
> > >
> > > I just responded to this issue and posted a work-around on the
"Problem
> > with
> > > dependant projects" thread.
> > >
> > > Mik
> > >
> > > "Ron DiFrango" <ron.difrango@capitalone.com> wrote in message
> > > news:arvsc8$65a$1@rogue.oti.com...
> > > > I have two projects, one which relies on the other. I have an
aspect
> > that
> > > > references code out of the other one and I can not get the aspect to
> > > > compile sucessfully. The error I get is :
> > > >
> > > > can't bind name: com.capitalone.risk.service.thread.ThreadService
> > > >
> > > > This class/package is in the other project that is reference in my
> > project
> > > > build path. Is aspectj not getting these values? To me it would
> appear
> > > > to be the case.
> > > >
> > >
> > >
> >
> >
>
>
Re: Project References [message #563103 is a reply to message #11438] Tue, 26 November 2002 23:03 Go to previous message
Mik Kersten is currently offline Mik KerstenFriend
Messages: 287
Registered: July 2009
Senior Member
Hi Ron,

I just responded to this issue and posted a work-around on the "Problem with
dependant projects" thread.

Mik

"Ron DiFrango" <ron.difrango@capitalone.com> wrote in message
news:arvsc8$65a$1@rogue.oti.com...
> I have two projects, one which relies on the other. I have an aspect that
> references code out of the other one and I can not get the aspect to
> compile sucessfully. The error I get is :
>
> can't bind name: com.capitalone.risk.service.thread.ThreadService
>
> This class/package is in the other project that is reference in my project
> build path. Is aspectj not getting these values? To me it would appear
> to be the case.
>
Re: Project References [message #563184 is a reply to message #11585] Wed, 27 November 2002 21:40 Go to previous message
Eclipse UserFriend
Originally posted by: glongman.intelligentworks.nospam.com

Its imperative that this project dependency thing be resolved...

New to AspectJ and I work on a plugin with at least 10 imported plugin
projects. (wait, let me count... WOW its actually 30!) The workaround
suggested only works if the plugins are imported as source projects and
that's no good. I have a fast box with lots of memory but the compile times
are enormous! I'm not trying to "aspect-ize" any of the dependant project
classes, just my own project's.

Otherwise, cool plugin!

Geoff

"Mik Kersten" <Mik.Kersten@parc.com> wrote in message
news:as0uih$s10$1@rogue.oti.com...
> Hi Ron,
>
> I just responded to this issue and posted a work-around on the "Problem
with
> dependant projects" thread.
>
> Mik
>
> "Ron DiFrango" <ron.difrango@capitalone.com> wrote in message
> news:arvsc8$65a$1@rogue.oti.com...
> > I have two projects, one which relies on the other. I have an aspect
that
> > references code out of the other one and I can not get the aspect to
> > compile sucessfully. The error I get is :
> >
> > can't bind name: com.capitalone.risk.service.thread.ThreadService
> >
> > This class/package is in the other project that is reference in my
project
> > build path. Is aspectj not getting these values? To me it would appear
> > to be the case.
> >
>
>
Re: Project References [message #563208 is a reply to message #11691] Thu, 28 November 2002 00:12 Go to previous message
Eclipse UserFriend
Originally posted by: glongman.intelligentworks.nospam.com

oh hell, I went an fixed the problem myself. I could not get into Eclipse's
repository via anonymous CVS
So I don't have it in patch/diff form. I've attached the fixed file to this
bug:

http://bugs.eclipse.org/bugs/show_bug.cgi?id=24719

Cheers,

Geoff


"G Longman" <glongman@intelligentworks.nospam.com> wrote in message
news:as3ebl$a3v$1@rogue.oti.com...
> Its imperative that this project dependency thing be resolved...
>
> New to AspectJ and I work on a plugin with at least 10 imported plugin
> projects. (wait, let me count... WOW its actually 30!) The workaround
> suggested only works if the plugins are imported as source projects and
> that's no good. I have a fast box with lots of memory but the compile
times
> are enormous! I'm not trying to "aspect-ize" any of the dependant project
> classes, just my own project's.
>
> Otherwise, cool plugin!
>
> Geoff
>
> "Mik Kersten" <Mik.Kersten@parc.com> wrote in message
> news:as0uih$s10$1@rogue.oti.com...
> > Hi Ron,
> >
> > I just responded to this issue and posted a work-around on the "Problem
> with
> > dependant projects" thread.
> >
> > Mik
> >
> > "Ron DiFrango" <ron.difrango@capitalone.com> wrote in message
> > news:arvsc8$65a$1@rogue.oti.com...
> > > I have two projects, one which relies on the other. I have an aspect
> that
> > > references code out of the other one and I can not get the aspect to
> > > compile sucessfully. The error I get is :
> > >
> > > can't bind name: com.capitalone.risk.service.thread.ThreadService
> > >
> > > This class/package is in the other project that is reference in my
> project
> > > build path. Is aspectj not getting these values? To me it would
appear
> > > to be the case.
> > >
> >
> >
>
>
Re: Project References [message #563392 is a reply to message #11726] Wed, 04 December 2002 18:53 Go to previous message
Mik Kersten is currently offline Mik KerstenFriend
Messages: 287
Registered: July 2009
Senior Member
Thanks Geoff!

We'll incorporate this fix into the next release. We'll also work on making
CVS more accessible to contribution.

Mik

"G Longman" <glongman@intelligentworks.nospam.com> wrote in message
news:as3n93$ebh$1@rogue.oti.com...
> oh hell, I went an fixed the problem myself. I could not get into
Eclipse's
> repository via anonymous CVS
> So I don't have it in patch/diff form. I've attached the fixed file to
this
> bug:
>
> http://bugs.eclipse.org/bugs/show_bug.cgi?id=24719
>
> Cheers,
>
> Geoff
>
>
> "G Longman" <glongman@intelligentworks.nospam.com> wrote in message
> news:as3ebl$a3v$1@rogue.oti.com...
> > Its imperative that this project dependency thing be resolved...
> >
> > New to AspectJ and I work on a plugin with at least 10 imported plugin
> > projects. (wait, let me count... WOW its actually 30!) The workaround
> > suggested only works if the plugins are imported as source projects and
> > that's no good. I have a fast box with lots of memory but the compile
> times
> > are enormous! I'm not trying to "aspect-ize" any of the dependant
project
> > classes, just my own project's.
> >
> > Otherwise, cool plugin!
> >
> > Geoff
> >
> > "Mik Kersten" <Mik.Kersten@parc.com> wrote in message
> > news:as0uih$s10$1@rogue.oti.com...
> > > Hi Ron,
> > >
> > > I just responded to this issue and posted a work-around on the
"Problem
> > with
> > > dependant projects" thread.
> > >
> > > Mik
> > >
> > > "Ron DiFrango" <ron.difrango@capitalone.com> wrote in message
> > > news:arvsc8$65a$1@rogue.oti.com...
> > > > I have two projects, one which relies on the other. I have an
aspect
> > that
> > > > references code out of the other one and I can not get the aspect to
> > > > compile sucessfully. The error I get is :
> > > >
> > > > can't bind name: com.capitalone.risk.service.thread.ThreadService
> > > >
> > > > This class/package is in the other project that is reference in my
> > project
> > > > build path. Is aspectj not getting these values? To me it would
> appear
> > > > to be the case.
> > > >
> > >
> > >
> >
> >
>
>
Previous Topic:AspectJ-1.1beta1 support
Next Topic:New Aspect Wizard does not allow to create an Aspect
Goto Forum:
  


Current Time: Fri Apr 26 20:22:25 GMT 2024

Powered by FUDForum. Page generated in 0.03432 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top