Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » Plugin and Fragment with AspectJ
Plugin and Fragment with AspectJ [message #40981] Wed, 29 September 2004 12:04 Go to next message
Eclipse UserFriend
Originally posted by: wdr.isogmbh.de

Hallo,

i have developed a plugin for eclipse 3.0 and a fragment for that plugin.
All works fine.
After i converted the plugin to an aspectj project i get the following
messages in the problems view.

The project cannot be built until its prerequisite plugin is built.
Cleaning and building all projects is recommended

How can I use my fragment when my plugin is an aspectj project?

Thanks for help.
Re: Plugin and Fragment with AspectJ [message #41043 is a reply to message #40981] Wed, 29 September 2004 16:03 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: hawkinsh.uk.ibm.com

thomas wrote:

> Hallo,

> i have developed a plugin for eclipse 3.0 and a fragment for that plugin.
> All works fine.
> After i converted the plugin to an aspectj project i get the following
> messages in the problems view.

> The project cannot be built until its prerequisite plugin is built.
> Cleaning and building all projects is recommended

> How can I use my fragment when my plugin is an aspectj project?

> Thanks for help.

Could you let me know which version of AJDT you're using? There has been
quite a lot of work in the area of project dependencies recently and I was
wondering if you've picked up these changes.

Thanks, Helen
Re: Plugin and Fragment with AspectJ [message #41074 is a reply to message #40981] Wed, 29 September 2004 20:44 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: andrew.hammer.h2-reactor.com

Thomas,
Try adding an AspectJ nature to the fragment. I've received the same
error with AJDT 1.1.12 when downloading the AJDT source. There are regular
plugins that depend on AspectJ plugins. When I made these dependant plugins
AspectJ plugins, the problem was resolved.

Andrew Hammer

"thomas" <wdr@isogmbh.de> wrote in message news:cje8d7$j73$1@eclipse.org...
> Hallo,
>
> i have developed a plugin for eclipse 3.0 and a fragment for that plugin.
> All works fine.
> After i converted the plugin to an aspectj project i get the following
> messages in the problems view.
>
> The project cannot be built until its prerequisite plugin is built.
> Cleaning and building all projects is recommended
>
> How can I use my fragment when my plugin is an aspectj project?
>
> Thanks for help.
>
Re: Plugin and Fragment with AspectJ [message #41106 is a reply to message #41043] Thu, 30 September 2004 10:43 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: wdr.isogmbh.de

I am using AJDT 1.1.11

Helen Hawkins wrote:
> Could you let me know which version of AJDT you're using? There has been
> quite a lot of work in the area of project dependencies recently and I was
> wondering if you've picked up these changes.

> Thanks, Helen
Re: Plugin and Fragment with AspectJ [message #41167 is a reply to message #41106] Thu, 30 September 2004 13:32 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: hawkinsh.uk.ibm.com

thomas wrote:

> I am using AJDT 1.1.11

If possible, would you be able to upgrade your version of AJDT to the
latest development build? (the fixes to the project dependencies area have
been added since the 1.1.12 release). This can be done by creating a new
update site location with the following url:

http://download.eclipse.org/technology/ajdt/30/dev/update

I believe your problem should be fixed in this version (when you upgrade
your version of AJDT its probably worth ensuring that you have no editors
showing - there has been some renaming of the ajdt plugins since the
1.1.12 release).

If this is not convenient for you, then could you try adding AJ nature to
your feature plugin and see if this helps?

Thanks, Helen
Re: Plugin and Fragment with AspectJ [message #41291 is a reply to message #41167] Fri, 01 October 2004 08:09 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: thierryDOTmonneyATurbanetDOTch.dummy.net

Helen Hawkins wrote:
> If possible, would you be able to upgrade your version of AJDT to the
> latest development build? (the fixes to the project dependencies area have
> been added since the 1.1.12 release). This can be done by creating a new
> update site location with the following url:
>
> http://download.eclipse.org/technology/ajdt/30/dev/update

Hi !

I tried to put this url in the find/install wizard, but there is no feature showing ! I see the
AspectJ feature under the remote site on the "Update sites to visit" page, but then nothing on the
"Search results page"...

I am using version 3.1M2 on winxp...

Am I doing something wrong ?

Thanks.

Thierry
Re: Plugin and Fragment with AspectJ [message #41322 is a reply to message #41291] Fri, 01 October 2004 09:43 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mchapman.uk.ibm.com

On Fri, 01 Oct 2004 10:09:06 +0200, Thierry Monney wrote:
> I tried to put this url in the find/install wizard, but there is no feature showing ! I see the
> AspectJ feature under the remote site on the "Update sites to visit" page, but then nothing on the
> "Search results page"...
>
> I am using version 3.1M2 on winxp...
>
> Am I doing something wrong ?

No, I think the issue is with the update site. We haven't done it
deliberately, but I think it's unhappy with your Eclipse version. We hit a
problem where the feature wouldn't show up with Eclipse 3.0.1 (only
Eclipse 3.0.0). We've fixed that, and I'll investigate the problem with
3.1 builds. In the meantime would you be able to try with Eclipse 3.0.0 or
3.0.1? AJDT is likely to be more stable with those versions of Eclipse
anyway. (It is quite time consuming trying to keep up with all the Eclipse
milestone builds, although of course it is useful to know if there are any
problems there.)

Regards,

Matt.
Re: Plugin and Fragment with AspectJ [message #41352 is a reply to message #41322] Fri, 01 October 2004 11:48 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: thierryDOTmonneyATurbanetDOTch.dummy.net

Matt Chapman wrote:
> On Fri, 01 Oct 2004 10:09:06 +0200, Thierry Monney wrote:

> In the meantime would you be able to try with Eclipse 3.0.0 or
> 3.0.1?

Now the update works for both 3.0.1 and 3.1M2.


> AJDT is likely to be more stable with those versions of Eclipse
> anyway. (It is quite time consuming trying to keep up with all the Eclipse
> milestone builds, although of course it is useful to know if there are any
> problems there.)

I understand... We cannot expect you to give us a release for each nightly build of Eclipse ;-)

>
> Regards,
>
> Matt.
>

Thank you for the quick answer !

Thierry.
Re: Plugin and Fragment with AspectJ [message #42974 is a reply to message #41167] Mon, 18 October 2004 07:09 Go to previous message
Eclipse UserFriend
Originally posted by: wdr.isogmbh.de

Helen Hawkins wrote:
> If possible, would you be able to upgrade your version of AJDT to the
> latest development build? (the fixes to the project dependencies area have
> been added since the 1.1.12 release).

I have upgraded my version to AJDT 1.1.12 and now all works fine.

Thanks Thomas
Re: Plugin and Fragment with AspectJ [message #583302 is a reply to message #40981] Wed, 29 September 2004 16:03 Go to previous message
Eclipse UserFriend
Originally posted by: hawkinsh.uk.ibm.com

thomas wrote:

> Hallo,

> i have developed a plugin for eclipse 3.0 and a fragment for that plugin.
> All works fine.
> After i converted the plugin to an aspectj project i get the following
> messages in the problems view.

> The project cannot be built until its prerequisite plugin is built.
> Cleaning and building all projects is recommended

> How can I use my fragment when my plugin is an aspectj project?

> Thanks for help.

Could you let me know which version of AJDT you're using? There has been
quite a lot of work in the area of project dependencies recently and I was
wondering if you've picked up these changes.

Thanks, Helen
Re: Plugin and Fragment with AspectJ [message #583318 is a reply to message #40981] Wed, 29 September 2004 20:44 Go to previous message
Eclipse UserFriend
Originally posted by: andrew.hammer.h2-reactor.com

Thomas,
Try adding an AspectJ nature to the fragment. I've received the same
error with AJDT 1.1.12 when downloading the AJDT source. There are regular
plugins that depend on AspectJ plugins. When I made these dependant plugins
AspectJ plugins, the problem was resolved.

Andrew Hammer

"thomas" <wdr@isogmbh.de> wrote in message news:cje8d7$j73$1@eclipse.org...
> Hallo,
>
> i have developed a plugin for eclipse 3.0 and a fragment for that plugin.
> All works fine.
> After i converted the plugin to an aspectj project i get the following
> messages in the problems view.
>
> The project cannot be built until its prerequisite plugin is built.
> Cleaning and building all projects is recommended
>
> How can I use my fragment when my plugin is an aspectj project?
>
> Thanks for help.
>
Re: Plugin and Fragment with AspectJ [message #583331 is a reply to message #41043] Thu, 30 September 2004 10:43 Go to previous message
thomas is currently offline thomasFriend
Messages: 6
Registered: July 2009
Junior Member
I am using AJDT 1.1.11

Helen Hawkins wrote:
> Could you let me know which version of AJDT you're using? There has been
> quite a lot of work in the area of project dependencies recently and I was
> wondering if you've picked up these changes.

> Thanks, Helen
Re: Plugin and Fragment with AspectJ [message #583362 is a reply to message #41106] Thu, 30 September 2004 13:32 Go to previous message
Eclipse UserFriend
Originally posted by: hawkinsh.uk.ibm.com

thomas wrote:

> I am using AJDT 1.1.11

If possible, would you be able to upgrade your version of AJDT to the
latest development build? (the fixes to the project dependencies area have
been added since the 1.1.12 release). This can be done by creating a new
update site location with the following url:

http://download.eclipse.org/technology/ajdt/30/dev/update

I believe your problem should be fixed in this version (when you upgrade
your version of AJDT its probably worth ensuring that you have no editors
showing - there has been some renaming of the ajdt plugins since the
1.1.12 release).

If this is not convenient for you, then could you try adding AJ nature to
your feature plugin and see if this helps?

Thanks, Helen
Re: Plugin and Fragment with AspectJ [message #583413 is a reply to message #41167] Fri, 01 October 2004 08:09 Go to previous message
Thierry Monney is currently offline Thierry MonneyFriend
Messages: 10
Registered: July 2009
Junior Member
Helen Hawkins wrote:
> If possible, would you be able to upgrade your version of AJDT to the
> latest development build? (the fixes to the project dependencies area have
> been added since the 1.1.12 release). This can be done by creating a new
> update site location with the following url:
>
> http://download.eclipse.org/technology/ajdt/30/dev/update

Hi !

I tried to put this url in the find/install wizard, but there is no feature showing ! I see the
AspectJ feature under the remote site on the "Update sites to visit" page, but then nothing on the
"Search results page"...

I am using version 3.1M2 on winxp...

Am I doing something wrong ?

Thanks.

Thierry
Re: Plugin and Fragment with AspectJ [message #583429 is a reply to message #41291] Fri, 01 October 2004 09:43 Go to previous message
Matt Chapman is currently offline Matt ChapmanFriend
Messages: 429
Registered: July 2009
Senior Member
On Fri, 01 Oct 2004 10:09:06 +0200, Thierry Monney wrote:
> I tried to put this url in the find/install wizard, but there is no feature showing ! I see the
> AspectJ feature under the remote site on the "Update sites to visit" page, but then nothing on the
> "Search results page"...
>
> I am using version 3.1M2 on winxp...
>
> Am I doing something wrong ?

No, I think the issue is with the update site. We haven't done it
deliberately, but I think it's unhappy with your Eclipse version. We hit a
problem where the feature wouldn't show up with Eclipse 3.0.1 (only
Eclipse 3.0.0). We've fixed that, and I'll investigate the problem with
3.1 builds. In the meantime would you be able to try with Eclipse 3.0.0 or
3.0.1? AJDT is likely to be more stable with those versions of Eclipse
anyway. (It is quite time consuming trying to keep up with all the Eclipse
milestone builds, although of course it is useful to know if there are any
problems there.)

Regards,

Matt.
Re: Plugin and Fragment with AspectJ [message #583442 is a reply to message #41322] Fri, 01 October 2004 11:48 Go to previous message
Thierry Monney is currently offline Thierry MonneyFriend
Messages: 10
Registered: July 2009
Junior Member
Matt Chapman wrote:
> On Fri, 01 Oct 2004 10:09:06 +0200, Thierry Monney wrote:

> In the meantime would you be able to try with Eclipse 3.0.0 or
> 3.0.1?

Now the update works for both 3.0.1 and 3.1M2.


> AJDT is likely to be more stable with those versions of Eclipse
> anyway. (It is quite time consuming trying to keep up with all the Eclipse
> milestone builds, although of course it is useful to know if there are any
> problems there.)

I understand... We cannot expect you to give us a release for each nightly build of Eclipse ;-)

>
> Regards,
>
> Matt.
>

Thank you for the quick answer !

Thierry.
Re: Plugin and Fragment with AspectJ [message #584269 is a reply to message #41167] Mon, 18 October 2004 07:09 Go to previous message
Thomas is currently offline ThomasFriend
Messages: 151
Registered: July 2009
Senior Member
Helen Hawkins wrote:
> If possible, would you be able to upgrade your version of AJDT to the
> latest development build? (the fixes to the project dependencies area have
> been added since the 1.1.12 release).

I have upgraded my version to AJDT 1.1.12 and now all works fine.

Thanks Thomas
Previous Topic:CodeAssist auto activation does not work.
Next Topic:AJDT 1.2.0M1 released
Goto Forum:
  


Current Time: Mon Sep 23 07:58:11 GMT 2024

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

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

Back to the top