Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » Eclipse 3.2M6
Eclipse 3.2M6 [message #63557] Mon, 03 April 2006 14:53 Go to next message
Matt Chapman is currently offline Matt ChapmanFriend
Messages: 429
Registered: July 2009
Senior Member
Support for Eclipse 3.2M6 is now available with the latest development
build of AJDT (build id 1.4.0.20060403091136 or later). This is available
via the 3.2 dev Update Site:

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

or as a zip file from the downloads page:

http://www.eclipse.org/ajdt/downloads/

Please report any bugs as usual.

Thanks,

Matt.
Re: Eclipse 3.2M6 [message #63923 is a reply to message #63557] Wed, 05 April 2006 16:06 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: vranganath.sbcglobal.net

Hi,

I had raised this issue earlier (bug report #131012) -- "AspectJ Tool"
menu is missing in the pop-up menu for projects in the Package Explorer in
3.2M5a. This persists in 3.2M6 as well. Can others confirm this
behavior? If confirmed, it would be great if the AJDT team could address
this as "__generated_src" folder is created for every project in the
workspace. If others are able to view the menu then any suggestions about
how to fix this anomaly?

- Venkatesh Prasad Ranganath

On Mon, 03 Apr 2006 14:53:40 +0000, Matt Chapman wrote:

> Support for Eclipse 3.2M6 is now available with the latest development
> build of AJDT (build id 1.4.0.20060403091136 or later). This is available
> via the 3.2 dev Update Site:
>
> http://download.eclipse.org/technology/ajdt/32/dev/update
>
> or as a zip file from the downloads page:
>
> http://www.eclipse.org/ajdt/downloads/
>
> Please report any bugs as usual.
>
> Thanks,
>
> Matt.
Re: Eclipse 3.2M6 [message #63993 is a reply to message #63923] Thu, 06 April 2006 07:56 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: hawkinsh.uk.ibm.com

Hi Venkatesh,

I have Eclipse 3.2M6 with AJDT build 1.4.0.20060403091136. When I right
click on both a java project and an aspectj project there is an "AspectJ
Tools" entry on the context menu. The only other time this entry appears
on the context menu is when a class or aspect is selected in an AspectJ
project. I believe this is the expected behaviour. Your post was a little
unclear - what are you selecting in the package explorer when you expect
to see the "AspectJ Tools" context menu entry? Also, I'm not sure I
understand your reference to "_generated_src" folder.

Thanks, Helen
Re: Eclipse 3.2M6 [message #64016 is a reply to message #63993] Thu, 06 April 2006 18:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: vranganath.sbcglobal.net

On Thu, 06 Apr 2006 07:56:08 +0000, Helen Hawkins wrote:

> Hi Venkatesh,
>
> I have Eclipse 3.2M6 with AJDT build 1.4.0.20060403091136. When I right
> click on both a java project and an aspectj project there is an "AspectJ
> Tools" entry on the context menu. The only other time this entry appears
> on the context menu is when a class or aspect is selected in an AspectJ
> project. I believe this is the expected behaviour. Your post was a little
> unclear - what are you selecting in the package explorer when you expect
> to see the "AspectJ Tools" context menu entry?

I'm selecting the project in the package explorer. Even more interesting is
that all aspectj related properties are visible when I view the properties
of a Java project.

> Also, I'm not sure I
> understand your reference to "_generated_src" folder.

AspectJ related sources are configured to be dumped into __generated_src
folder. Interestingly, all Java projects have this folder. I'm guessing
this and the above issue is because "aspectj" nature is enabled on these
projects. The question is how do disable it without having access to
"AspectJ Tools" menu?

--

Venkatesh Prasad Ranganath,
Dept. Computing and Information Science,
Kansas State University, US.
web: http://www.cis.ksu.edu/~rvprasad
Re: Eclipse 3.2M6 [message #64039 is a reply to message #64016] Thu, 06 April 2006 20:19 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: eclipse.codex.NOSPAM.de

On Thu, 06 Apr 2006 13:30:29 -0500, Venkatesh Prasad Ranganath
<vranganath@sbcglobal.net> wrote:

>On Thu, 06 Apr 2006 07:56:08 +0000, Helen Hawkins wrote:
>
>> Hi Venkatesh,
>>
>> I have Eclipse 3.2M6 with AJDT build 1.4.0.20060403091136. When I right
>> click on both a java project and an aspectj project there is an "AspectJ
>> Tools" entry on the context menu. The only other time this entry appears
>> on the context menu is when a class or aspect is selected in an AspectJ
>> project. I believe this is the expected behaviour. Your post was a little
>> unclear - what are you selecting in the package explorer when you expect
>> to see the "AspectJ Tools" context menu entry?
>
>I'm selecting the project in the package explorer. Even more interesting is
>that all aspectj related properties are visible when I view the properties
>of a Java project.
>
>> Also, I'm not sure I
>> understand your reference to "_generated_src" folder.
>
>AspectJ related sources are configured to be dumped into __generated_src
>folder. Interestingly, all Java projects have this folder. I'm guessing
>this and the above issue is because "aspectj" nature is enabled on these
>projects. The question is how do disable it without having access to
>"AspectJ Tools" menu?

Do you have WTP installed? Maybe you ran into
https://bugs.eclipse.org/bugs/show_bug.cgi?id=130571

Michael
Re: Eclipse 3.2M6 [message #64062 is a reply to message #64039] Thu, 06 April 2006 21:52 Go to previous message
Eclipse UserFriend
Originally posted by: vranganath.sbcglobal.net

On Thu, 06 Apr 2006 15:19:10 -0500, Michael Baehr wrote:

> On Thu, 06 Apr 2006 13:30:29 -0500, Venkatesh Prasad Ranganath
> <vranganath@sbcglobal.net> wrote:
>
>>On Thu, 06 Apr 2006 07:56:08 +0000, Helen Hawkins wrote:
>>
>>> Hi Venkatesh,
>>>
>>> I have Eclipse 3.2M6 with AJDT build 1.4.0.20060403091136. When I right
>>> click on both a java project and an aspectj project there is an "AspectJ
>>> Tools" entry on the context menu. The only other time this entry appears
>>> on the context menu is when a class or aspect is selected in an AspectJ
>>> project. I believe this is the expected behaviour. Your post was a little
>>> unclear - what are you selecting in the package explorer when you expect
>>> to see the "AspectJ Tools" context menu entry?
>>
>>I'm selecting the project in the package explorer. Even more interesting is
>>that all aspectj related properties are visible when I view the properties
>>of a Java project.
>>
>>> Also, I'm not sure I
>>> understand your reference to "_generated_src" folder.
>>
>>AspectJ related sources are configured to be dumped into __generated_src
>>folder. Interestingly, all Java projects have this folder. I'm guessing
>>this and the above issue is because "aspectj" nature is enabled on these
>>projects. The question is how do disable it without having access to
>>"AspectJ Tools" menu?
>
> Do you have WTP installed? Maybe you ran into
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=130571

I believe that's it.

Thanks

--

Venkatesh Prasad Ranganath,
Dept. Computing and Information Science,
Kansas State University, US.
web: http://www.cis.ksu.edu/~rvprasad
Re: Eclipse 3.2M6 [message #593145 is a reply to message #63557] Wed, 05 April 2006 16:06 Go to previous message
Eclipse UserFriend
Originally posted by: vranganath.sbcglobal.net

Hi,

I had raised this issue earlier (bug report #131012) -- "AspectJ Tool"
menu is missing in the pop-up menu for projects in the Package Explorer in
3.2M5a. This persists in 3.2M6 as well. Can others confirm this
behavior? If confirmed, it would be great if the AJDT team could address
this as "__generated_src" folder is created for every project in the
workspace. If others are able to view the menu then any suggestions about
how to fix this anomaly?

- Venkatesh Prasad Ranganath

On Mon, 03 Apr 2006 14:53:40 +0000, Matt Chapman wrote:

> Support for Eclipse 3.2M6 is now available with the latest development
> build of AJDT (build id 1.4.0.20060403091136 or later). This is available
> via the 3.2 dev Update Site:
>
> http://download.eclipse.org/technology/ajdt/32/dev/update
>
> or as a zip file from the downloads page:
>
> http://www.eclipse.org/ajdt/downloads/
>
> Please report any bugs as usual.
>
> Thanks,
>
> Matt.
Re: Eclipse 3.2M6 [message #593189 is a reply to message #63923] Thu, 06 April 2006 07:56 Go to previous message
Eclipse UserFriend
Originally posted by: hawkinsh.uk.ibm.com

Hi Venkatesh,

I have Eclipse 3.2M6 with AJDT build 1.4.0.20060403091136. When I right
click on both a java project and an aspectj project there is an "AspectJ
Tools" entry on the context menu. The only other time this entry appears
on the context menu is when a class or aspect is selected in an AspectJ
project. I believe this is the expected behaviour. Your post was a little
unclear - what are you selecting in the package explorer when you expect
to see the "AspectJ Tools" context menu entry? Also, I'm not sure I
understand your reference to "_generated_src" folder.

Thanks, Helen
Re: Eclipse 3.2M6 [message #593201 is a reply to message #63993] Thu, 06 April 2006 18:30 Go to previous message
Eclipse UserFriend
Originally posted by: vranganath.sbcglobal.net

On Thu, 06 Apr 2006 07:56:08 +0000, Helen Hawkins wrote:

> Hi Venkatesh,
>
> I have Eclipse 3.2M6 with AJDT build 1.4.0.20060403091136. When I right
> click on both a java project and an aspectj project there is an "AspectJ
> Tools" entry on the context menu. The only other time this entry appears
> on the context menu is when a class or aspect is selected in an AspectJ
> project. I believe this is the expected behaviour. Your post was a little
> unclear - what are you selecting in the package explorer when you expect
> to see the "AspectJ Tools" context menu entry?

I'm selecting the project in the package explorer. Even more interesting is
that all aspectj related properties are visible when I view the properties
of a Java project.

> Also, I'm not sure I
> understand your reference to "_generated_src" folder.

AspectJ related sources are configured to be dumped into __generated_src
folder. Interestingly, all Java projects have this folder. I'm guessing
this and the above issue is because "aspectj" nature is enabled on these
projects. The question is how do disable it without having access to
"AspectJ Tools" menu?

--

Venkatesh Prasad Ranganath,
Dept. Computing and Information Science,
Kansas State University, US.
web: http://www.cis.ksu.edu/~rvprasad
Re: Eclipse 3.2M6 [message #593210 is a reply to message #64016] Thu, 06 April 2006 20:19 Go to previous message
Michael Baehr is currently offline Michael BaehrFriend
Messages: 5
Registered: July 2009
Junior Member
On Thu, 06 Apr 2006 13:30:29 -0500, Venkatesh Prasad Ranganath
<vranganath@sbcglobal.net> wrote:

>On Thu, 06 Apr 2006 07:56:08 +0000, Helen Hawkins wrote:
>
>> Hi Venkatesh,
>>
>> I have Eclipse 3.2M6 with AJDT build 1.4.0.20060403091136. When I right
>> click on both a java project and an aspectj project there is an "AspectJ
>> Tools" entry on the context menu. The only other time this entry appears
>> on the context menu is when a class or aspect is selected in an AspectJ
>> project. I believe this is the expected behaviour. Your post was a little
>> unclear - what are you selecting in the package explorer when you expect
>> to see the "AspectJ Tools" context menu entry?
>
>I'm selecting the project in the package explorer. Even more interesting is
>that all aspectj related properties are visible when I view the properties
>of a Java project.
>
>> Also, I'm not sure I
>> understand your reference to "_generated_src" folder.
>
>AspectJ related sources are configured to be dumped into __generated_src
>folder. Interestingly, all Java projects have this folder. I'm guessing
>this and the above issue is because "aspectj" nature is enabled on these
>projects. The question is how do disable it without having access to
>"AspectJ Tools" menu?

Do you have WTP installed? Maybe you ran into
https://bugs.eclipse.org/bugs/show_bug.cgi?id=130571

Michael
Re: Eclipse 3.2M6 [message #593220 is a reply to message #64039] Thu, 06 April 2006 21:52 Go to previous message
Eclipse UserFriend
Originally posted by: vranganath.sbcglobal.net

On Thu, 06 Apr 2006 15:19:10 -0500, Michael Baehr wrote:

> On Thu, 06 Apr 2006 13:30:29 -0500, Venkatesh Prasad Ranganath
> <vranganath@sbcglobal.net> wrote:
>
>>On Thu, 06 Apr 2006 07:56:08 +0000, Helen Hawkins wrote:
>>
>>> Hi Venkatesh,
>>>
>>> I have Eclipse 3.2M6 with AJDT build 1.4.0.20060403091136. When I right
>>> click on both a java project and an aspectj project there is an "AspectJ
>>> Tools" entry on the context menu. The only other time this entry appears
>>> on the context menu is when a class or aspect is selected in an AspectJ
>>> project. I believe this is the expected behaviour. Your post was a little
>>> unclear - what are you selecting in the package explorer when you expect
>>> to see the "AspectJ Tools" context menu entry?
>>
>>I'm selecting the project in the package explorer. Even more interesting is
>>that all aspectj related properties are visible when I view the properties
>>of a Java project.
>>
>>> Also, I'm not sure I
>>> understand your reference to "_generated_src" folder.
>>
>>AspectJ related sources are configured to be dumped into __generated_src
>>folder. Interestingly, all Java projects have this folder. I'm guessing
>>this and the above issue is because "aspectj" nature is enabled on these
>>projects. The question is how do disable it without having access to
>>"AspectJ Tools" menu?
>
> Do you have WTP installed? Maybe you ran into
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=130571

I believe that's it.

Thanks

--

Venkatesh Prasad Ranganath,
Dept. Computing and Information Science,
Kansas State University, US.
web: http://www.cis.ksu.edu/~rvprasad
Previous Topic:RAD 6.0 (eclipse 3.0) with / AJDT 1.2.1 & AspectJ 1.5.1
Next Topic:AJDT 1.3.1 Release Candidate
Goto Forum:
  


Current Time: Tue Apr 16 13:14:27 GMT 2024

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

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

Back to the top