Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » Cannot create an aspect in Eclipse
Cannot create an aspect in Eclipse [message #37618] Thu, 24 June 2004 11:40 Go to next message
Eclipse UserFriend
Originally posted by: fintan.conway.esb.ie

Hi All,

I have downloaded the aspect12.jar and manually installed in Eclipse 3.0
RC2.

I am trying to follow the help that was installed, but I cannot add an
aspect. I have created the AspectJ project, but when I try File -> New ->
Aspect, there is NO option for Aspect.

What can I do?

Many thanks for your help,

Fintan
Re: Cannot create an aspect in Eclipse [message #37645 is a reply to message #37618] Thu, 24 June 2004 12:20 Go to previous messageGo to next message
George Harley is currently offline George HarleyFriend
Messages: 70
Registered: July 2009
Member
Hi Fintan,

To the best of my knowledge there is no version yet of AJDT that will
work in RC2. According to the AJDT download page
( http://dev.eclipse.org/viewcvs/indextech.cgi/~checkout~/org. eclipse.ajdt/download.html)

the most recent release of AJDT, 1.1.10, only works up to Eclipse 3.0
M9. Unless you absolutely must work on the latest Eclipse RC then that
is what I would recommend.

AJDT 1.1.11, which will work on Eclipse RC3, is due out any day now...

Best regards,
George

Fintan wrote:
> Hi All,
>
> I have downloaded the aspect12.jar and manually installed in Eclipse 3.0
> RC2.
>
> I am trying to follow the help that was installed, but I cannot add an
> aspect. I have created the AspectJ project, but when I try File -> New ->
> Aspect, there is NO option for Aspect.
>
> What can I do?
>
> Many thanks for your help,
>
> Fintan
>
>
>
Re: Cannot create an aspect in Eclipse [message #37683 is a reply to message #37645] Thu, 24 June 2004 13:47 Go to previous messageGo to next message
George Harley is currently offline George HarleyFriend
Messages: 70
Registered: July 2009
Member
Hi again,

Update on my previous note. I've double checked and apparently AJDT
1.1.10 *should* work alright on Eclipse 3.0. That'll teach me to post in
haste.

So, returning back to your original post Fintan, can you confirm that it
was AJDT 1.1.10 that you were using. You refer to "aspect12.jar" and I
am not terribly sure what that means...

Best regards,
George

George Harley wrote:

> Hi Fintan,
>
> To the best of my knowledge there is no version yet of AJDT that will
> work in RC2. According to the AJDT download page
> ( http://dev.eclipse.org/viewcvs/indextech.cgi/~checkout~/org. eclipse.ajdt/download.html)
>
> the most recent release of AJDT, 1.1.10, only works up to Eclipse 3.0
> M9. Unless you absolutely must work on the latest Eclipse RC then that
> is what I would recommend.
>
> AJDT 1.1.11, which will work on Eclipse RC3, is due out any day now...
>
> Best regards,
> George
>
> Fintan wrote:
>
>> Hi All,
>>
>> I have downloaded the aspect12.jar and manually installed in Eclipse 3.0
>> RC2.
>>
>> I am trying to follow the help that was installed, but I cannot add an
>> aspect. I have created the AspectJ project, but when I try File ->
>> New ->
>> Aspect, there is NO option for Aspect.
>>
>> What can I do?
>>
>> Many thanks for your help,
>>
>> Fintan
>>
>>
>>
Re: Cannot create an aspect in Eclipse [message #37771 is a reply to message #37683] Wed, 30 June 2004 00:21 Go to previous messageGo to next message
Alessandro Fragnani is currently offline Alessandro FragnaniFriend
Messages: 16
Registered: July 2009
Junior Member
Hi George and Fintan,

I´m having a problem with AJDT and Eclipse v3 RC 3 also. I have
downloaded usint the "Help / Software Update" option.

It appears to be installed fine. It appears on the "About Box", and the
"AspectJ Project" is on the "File / New / Project", but when I select it
and click next, I receive a error:

"The selected wizard could not be started. Reason: Plug-in
org.eclipse.ajdt.ui was unable to load class
org.eclipse.ajdt.internal.ui.wizards.AspectJProjectWizard"

On my plugins folder I have "org.eclipse.ajdt.ui_0.6.4" and
"org.eclipse.aspectj_1.1.4".

Any ideas?

Thanks in advance

Alessandro

George Harley wrote:

> Hi again,
>
> Update on my previous note. I've double checked and apparently AJDT
> 1.1.10 *should* work alright on Eclipse 3.0. That'll teach me to post in
> haste.
>
> So, returning back to your original post Fintan, can you confirm that it
> was AJDT 1.1.10 that you were using. You refer to "aspect12.jar" and I
> am not terribly sure what that means...
>
> Best regards,
> George
>
> George Harley wrote:
>
>> Hi Fintan,
>>
>> To the best of my knowledge there is no version yet of AJDT that will
>> work in RC2. According to the AJDT download page
>> ( http://dev.eclipse.org/viewcvs/indextech.cgi/~checkout~/org. eclipse.ajdt/download.html)
>>
>> the most recent release of AJDT, 1.1.10, only works up to Eclipse 3.0
>> M9. Unless you absolutely must work on the latest Eclipse RC then that
>> is what I would recommend.
>>
>> AJDT 1.1.11, which will work on Eclipse RC3, is due out any day now...
>>
>> Best regards,
>> George
>>
>> Fintan wrote:
>>
>>> Hi All,
>>>
>>> I have downloaded the aspect12.jar and manually installed in Eclipse 3.0
>>> RC2.
>>>
>>> I am trying to follow the help that was installed, but I cannot add an
>>> aspect. I have created the AspectJ project, but when I try File ->
>>> New ->
>>> Aspect, there is NO option for Aspect.
>>>
>>> What can I do?
>>>
>>> Many thanks for your help,
>>>
>>> Fintan
>>>
>>>
>>>
Re: Cannot create an aspect in Eclipse [message #37804 is a reply to message #37771] Wed, 30 June 2004 10:14 Go to previous message
George Harley is currently offline George HarleyFriend
Messages: 70
Registered: July 2009
Member
Hi Alessandro,

It sounds to me like you *might* have the wrong version of AJDT
installed in your Eclipse 3.0. If you have installed AJDT 1.1.10 then in
your plugins folder you should be seeing "org.eclipse.ajdt.ui_0.6.10"
and "org.eclipse.aspectj_1.1.10" rather than the entries you list in
your note. Please can you confirm the update site URL that you used when
installing. For AJDT 1.1.10 it should be

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

The list of all AJDT update site URLs is given in the project download
page here

http://dev.eclipse.org/viewcvs/indextech.cgi/~checkout~/org. eclipse.ajdt/download.html

Best regards,
George


Alessandro Fragnani wrote:
> Hi George and Fintan,
>
> I´m having a problem with AJDT and Eclipse v3 RC 3 also. I have
> downloaded usint the "Help / Software Update" option.
>
> It appears to be installed fine. It appears on the "About Box", and the
> "AspectJ Project" is on the "File / New / Project", but when I select it
> and click next, I receive a error:
>
> "The selected wizard could not be started. Reason: Plug-in
> org.eclipse.ajdt.ui was unable to load class
> org.eclipse.ajdt.internal.ui.wizards.AspectJProjectWizard"
>
> On my plugins folder I have "org.eclipse.ajdt.ui_0.6.4" and
> "org.eclipse.aspectj_1.1.4".
>
> Any ideas?
>
> Thanks in advance
>
> Alessandro
>
> George Harley wrote:
>
>> Hi again,
>>
>> Update on my previous note. I've double checked and apparently AJDT
>> 1.1.10 *should* work alright on Eclipse 3.0. That'll teach me to post
>> in haste.
>>
>> So, returning back to your original post Fintan, can you confirm that
>> it was AJDT 1.1.10 that you were using. You refer to "aspect12.jar"
>> and I am not terribly sure what that means...
>>
>> Best regards,
>> George
>>
>> George Harley wrote:
>>
>>> Hi Fintan,
>>>
>>> To the best of my knowledge there is no version yet of AJDT that will
>>> work in RC2. According to the AJDT download page
>>> ( http://dev.eclipse.org/viewcvs/indextech.cgi/~checkout~/org. eclipse.ajdt/download.html)
>>>
>>> the most recent release of AJDT, 1.1.10, only works up to Eclipse 3.0
>>> M9. Unless you absolutely must work on the latest Eclipse RC then
>>> that is what I would recommend.
>>>
>>> AJDT 1.1.11, which will work on Eclipse RC3, is due out any day now...
>>>
>>> Best regards,
>>> George
>>>
>>> Fintan wrote:
>>>
>>>> Hi All,
>>>>
>>>> I have downloaded the aspect12.jar and manually installed in Eclipse
>>>> 3.0
>>>> RC2.
>>>>
>>>> I am trying to follow the help that was installed, but I cannot add an
>>>> aspect. I have created the AspectJ project, but when I try File ->
>>>> New ->
>>>> Aspect, there is NO option for Aspect.
>>>>
>>>> What can I do?
>>>>
>>>> Many thanks for your help,
>>>>
>>>> Fintan
>>>>
>>>>
>>>>
Re: Cannot create an aspect in Eclipse [message #580912 is a reply to message #37618] Thu, 24 June 2004 12:20 Go to previous message
George Harley is currently offline George HarleyFriend
Messages: 70
Registered: July 2009
Member
Hi Fintan,

To the best of my knowledge there is no version yet of AJDT that will
work in RC2. According to the AJDT download page
( http://dev.eclipse.org/viewcvs/indextech.cgi/~checkout~/org. eclipse.ajdt/download.html)

the most recent release of AJDT, 1.1.10, only works up to Eclipse 3.0
M9. Unless you absolutely must work on the latest Eclipse RC then that
is what I would recommend.

AJDT 1.1.11, which will work on Eclipse RC3, is due out any day now...

Best regards,
George

Fintan wrote:
> Hi All,
>
> I have downloaded the aspect12.jar and manually installed in Eclipse 3.0
> RC2.
>
> I am trying to follow the help that was installed, but I cannot add an
> aspect. I have created the AspectJ project, but when I try File -> New ->
> Aspect, there is NO option for Aspect.
>
> What can I do?
>
> Many thanks for your help,
>
> Fintan
>
>
>
Re: Cannot create an aspect in Eclipse [message #580927 is a reply to message #37645] Thu, 24 June 2004 13:47 Go to previous message
George Harley is currently offline George HarleyFriend
Messages: 70
Registered: July 2009
Member
Hi again,

Update on my previous note. I've double checked and apparently AJDT
1.1.10 *should* work alright on Eclipse 3.0. That'll teach me to post in
haste.

So, returning back to your original post Fintan, can you confirm that it
was AJDT 1.1.10 that you were using. You refer to "aspect12.jar" and I
am not terribly sure what that means...

Best regards,
George

George Harley wrote:

> Hi Fintan,
>
> To the best of my knowledge there is no version yet of AJDT that will
> work in RC2. According to the AJDT download page
> ( http://dev.eclipse.org/viewcvs/indextech.cgi/~checkout~/org. eclipse.ajdt/download.html)
>
> the most recent release of AJDT, 1.1.10, only works up to Eclipse 3.0
> M9. Unless you absolutely must work on the latest Eclipse RC then that
> is what I would recommend.
>
> AJDT 1.1.11, which will work on Eclipse RC3, is due out any day now...
>
> Best regards,
> George
>
> Fintan wrote:
>
>> Hi All,
>>
>> I have downloaded the aspect12.jar and manually installed in Eclipse 3.0
>> RC2.
>>
>> I am trying to follow the help that was installed, but I cannot add an
>> aspect. I have created the AspectJ project, but when I try File ->
>> New ->
>> Aspect, there is NO option for Aspect.
>>
>> What can I do?
>>
>> Many thanks for your help,
>>
>> Fintan
>>
>>
>>
Re: Cannot create an aspect in Eclipse [message #581004 is a reply to message #37683] Wed, 30 June 2004 00:21 Go to previous message
Alessandro Fragnani is currently offline Alessandro FragnaniFriend
Messages: 16
Registered: July 2009
Junior Member
Hi George and Fintan,

I´m having a problem with AJDT and Eclipse v3 RC 3 also. I have
downloaded usint the "Help / Software Update" option.

It appears to be installed fine. It appears on the "About Box", and the
"AspectJ Project" is on the "File / New / Project", but when I select it
and click next, I receive a error:

"The selected wizard could not be started. Reason: Plug-in
org.eclipse.ajdt.ui was unable to load class
org.eclipse.ajdt.internal.ui.wizards.AspectJProjectWizard"

On my plugins folder I have "org.eclipse.ajdt.ui_0.6.4" and
"org.eclipse.aspectj_1.1.4".

Any ideas?

Thanks in advance

Alessandro

George Harley wrote:

> Hi again,
>
> Update on my previous note. I've double checked and apparently AJDT
> 1.1.10 *should* work alright on Eclipse 3.0. That'll teach me to post in
> haste.
>
> So, returning back to your original post Fintan, can you confirm that it
> was AJDT 1.1.10 that you were using. You refer to "aspect12.jar" and I
> am not terribly sure what that means...
>
> Best regards,
> George
>
> George Harley wrote:
>
>> Hi Fintan,
>>
>> To the best of my knowledge there is no version yet of AJDT that will
>> work in RC2. According to the AJDT download page
>> ( http://dev.eclipse.org/viewcvs/indextech.cgi/~checkout~/org. eclipse.ajdt/download.html)
>>
>> the most recent release of AJDT, 1.1.10, only works up to Eclipse 3.0
>> M9. Unless you absolutely must work on the latest Eclipse RC then that
>> is what I would recommend.
>>
>> AJDT 1.1.11, which will work on Eclipse RC3, is due out any day now...
>>
>> Best regards,
>> George
>>
>> Fintan wrote:
>>
>>> Hi All,
>>>
>>> I have downloaded the aspect12.jar and manually installed in Eclipse 3.0
>>> RC2.
>>>
>>> I am trying to follow the help that was installed, but I cannot add an
>>> aspect. I have created the AspectJ project, but when I try File ->
>>> New ->
>>> Aspect, there is NO option for Aspect.
>>>
>>> What can I do?
>>>
>>> Many thanks for your help,
>>>
>>> Fintan
>>>
>>>
>>>
Re: Cannot create an aspect in Eclipse [message #581026 is a reply to message #37771] Wed, 30 June 2004 10:14 Go to previous message
George Harley is currently offline George HarleyFriend
Messages: 70
Registered: July 2009
Member
Hi Alessandro,

It sounds to me like you *might* have the wrong version of AJDT
installed in your Eclipse 3.0. If you have installed AJDT 1.1.10 then in
your plugins folder you should be seeing "org.eclipse.ajdt.ui_0.6.10"
and "org.eclipse.aspectj_1.1.10" rather than the entries you list in
your note. Please can you confirm the update site URL that you used when
installing. For AJDT 1.1.10 it should be

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

The list of all AJDT update site URLs is given in the project download
page here

http://dev.eclipse.org/viewcvs/indextech.cgi/~checkout~/org. eclipse.ajdt/download.html

Best regards,
George


Alessandro Fragnani wrote:
> Hi George and Fintan,
>
> I´m having a problem with AJDT and Eclipse v3 RC 3 also. I have
> downloaded usint the "Help / Software Update" option.
>
> It appears to be installed fine. It appears on the "About Box", and the
> "AspectJ Project" is on the "File / New / Project", but when I select it
> and click next, I receive a error:
>
> "The selected wizard could not be started. Reason: Plug-in
> org.eclipse.ajdt.ui was unable to load class
> org.eclipse.ajdt.internal.ui.wizards.AspectJProjectWizard"
>
> On my plugins folder I have "org.eclipse.ajdt.ui_0.6.4" and
> "org.eclipse.aspectj_1.1.4".
>
> Any ideas?
>
> Thanks in advance
>
> Alessandro
>
> George Harley wrote:
>
>> Hi again,
>>
>> Update on my previous note. I've double checked and apparently AJDT
>> 1.1.10 *should* work alright on Eclipse 3.0. That'll teach me to post
>> in haste.
>>
>> So, returning back to your original post Fintan, can you confirm that
>> it was AJDT 1.1.10 that you were using. You refer to "aspect12.jar"
>> and I am not terribly sure what that means...
>>
>> Best regards,
>> George
>>
>> George Harley wrote:
>>
>>> Hi Fintan,
>>>
>>> To the best of my knowledge there is no version yet of AJDT that will
>>> work in RC2. According to the AJDT download page
>>> ( http://dev.eclipse.org/viewcvs/indextech.cgi/~checkout~/org. eclipse.ajdt/download.html)
>>>
>>> the most recent release of AJDT, 1.1.10, only works up to Eclipse 3.0
>>> M9. Unless you absolutely must work on the latest Eclipse RC then
>>> that is what I would recommend.
>>>
>>> AJDT 1.1.11, which will work on Eclipse RC3, is due out any day now...
>>>
>>> Best regards,
>>> George
>>>
>>> Fintan wrote:
>>>
>>>> Hi All,
>>>>
>>>> I have downloaded the aspect12.jar and manually installed in Eclipse
>>>> 3.0
>>>> RC2.
>>>>
>>>> I am trying to follow the help that was installed, but I cannot add an
>>>> aspect. I have created the AspectJ project, but when I try File ->
>>>> New ->
>>>> Aspect, there is NO option for Aspect.
>>>>
>>>> What can I do?
>>>>
>>>> Many thanks for your help,
>>>>
>>>> Fintan
>>>>
>>>>
>>>>
Previous Topic:Anyone at Java One?
Next Topic:AJDT 1.1.10 Samples problem with Eclipse 3.0
Goto Forum:
  


Current Time: Tue Mar 19 06:49:11 GMT 2024

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

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

Back to the top