Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » Aspect Eclipse Tool Development
Aspect Eclipse Tool Development [message #31652] Mon, 01 March 2004 19:45 Go to next message
Eclipse UserFriend
Originally posted by: samantyogesh.hotmail.com

Hi,
I am a beginner to the AJDT developers forum and I need a head start
at a basic eclipse view development of Aspects. I need to parse a Aspect
source file and display the pointcuts as tree nodes wrapped with some other
specific information. Can someone help me with the source classes that I
need to lookup from the AJDT plugin that can throw light on developing the
above functionality.
Apologise for the ignorance and hoping that someone can help me out.

Regards,
Yoge
Re: Aspect Eclipse Tool Development [message #31688 is a reply to message #31652] Mon, 01 March 2004 23:46 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: newsserver_mails.bodden.de

Yoge maundered in <c203l7$rcq$1@eclipse.org>

> Hi,
> I am a beginner to the AJDT developers forum and I need a head
> start at a basic eclipse view development of Aspects. I need to parse
> a Aspect source file and display the pointcuts as tree nodes wrapped
> with some other specific information.
Basically the outline view should do about what you need.
org.eclipse.ajdt.internal.ui.editor.AspectJContentOutlinePag e
should be helpful.

Eric

--
------------------------------------------------------------ -----
Eric Bodden
ICQ UIN: 12656220
Website: http://www.bodden.de
PGP key available
Re: Aspect Eclipse Tool Development [message #32629 is a reply to message #31688] Thu, 08 April 2004 14:13 Go to previous message
Eclipse UserFriend
Originally posted by: kleyman.zahav.net.il

"Eric Bodden" <newsserver_mails@bodden.de> wrote in message
news:c20hsn$baj$1@eclipse.org...
> Yoge maundered in <c203l7$rcq$1@eclipse.org>
>
> > Hi,
> > I am a beginner to the AJDT developers forum and I need a head
> > start at a basic eclipse view development of Aspects. I need to parse
> > a Aspect source file and display the pointcuts as tree nodes wrapped
> > with some other specific information.
> Basically the outline view should do about what you need.
> org.eclipse.ajdt.internal.ui.editor.AspectJContentOutlinePag e
> should be helpful.
>
> Eric
>
> --
> ------------------------------------------------------------ -----
> Eric Bodden

Hi
I have almost the same problem. I need to parse an AspectJ source file,
although I don't need to provide any view of its contents.
Actually I need functionality which is similar to that provided
for Java by AST module in JDT.
The class mentioned in the previous post must be helpful, but I can't find
its source.
I found it in a jar, but there is no source for it. In the CVS I see the
"editor" directory,
but it seems to be empty.
In addition, I'm not sure what I will need to use this functionality. For
instance, what versions of
AJDT and Eclipse to install and whether I need to take sources from the CVS.

Thanks,
Michael.
Re: Aspect Eclipse Tool Development [message #576076 is a reply to message #31652] Mon, 01 March 2004 23:46 Go to previous message
Eric Bodden is currently offline Eric BoddenFriend
Messages: 32
Registered: July 2009
Member
Yoge maundered in <c203l7$rcq$1@eclipse.org>

> Hi,
> I am a beginner to the AJDT developers forum and I need a head
> start at a basic eclipse view development of Aspects. I need to parse
> a Aspect source file and display the pointcuts as tree nodes wrapped
> with some other specific information.
Basically the outline view should do about what you need.
org.eclipse.ajdt.internal.ui.editor.AspectJContentOutlinePag e
should be helpful.

Eric

--
------------------------------------------------------------ -----
Eric Bodden
ICQ UIN: 12656220
Website: http://www.bodden.de
PGP key available
Re: Aspect Eclipse Tool Development [message #577053 is a reply to message #31688] Thu, 08 April 2004 14:13 Go to previous message
Eclipse UserFriend
Originally posted by: kleyman.zahav.net.il

"Eric Bodden" <newsserver_mails@bodden.de> wrote in message
news:c20hsn$baj$1@eclipse.org...
> Yoge maundered in <c203l7$rcq$1@eclipse.org>
>
> > Hi,
> > I am a beginner to the AJDT developers forum and I need a head
> > start at a basic eclipse view development of Aspects. I need to parse
> > a Aspect source file and display the pointcuts as tree nodes wrapped
> > with some other specific information.
> Basically the outline view should do about what you need.
> org.eclipse.ajdt.internal.ui.editor.AspectJContentOutlinePag e
> should be helpful.
>
> Eric
>
> --
> ------------------------------------------------------------ -----
> Eric Bodden

Hi
I have almost the same problem. I need to parse an AspectJ source file,
although I don't need to provide any view of its contents.
Actually I need functionality which is similar to that provided
for Java by AST module in JDT.
The class mentioned in the previous post must be helpful, but I can't find
its source.
I found it in a jar, but there is no source for it. In the CVS I see the
"editor" directory,
but it seems to be empty.
In addition, I'm not sure what I will need to use this functionality. For
instance, what versions of
AJDT and Eclipse to install and whether I need to take sources from the CVS.

Thanks,
Michael.
Previous Topic:Visualization across projects
Next Topic:Problems using AJDT v1.1.4 with Eclipse 3.0 M7
Goto Forum:
  


Current Time: Wed Apr 24 15:40:50 GMT 2024

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

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

Back to the top