Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » calling aspectj compiler programmatically
calling aspectj compiler programmatically [message #593521] Mon, 01 May 2006 22:04
Andrew Eisenberg is currently offline Andrew EisenbergFriend
Messages: 77
Registered: July 2009
Member
Hi,

I am writing an eclipse plugin and I would like to call the AspectJ compiler as
part of the build process.

The previous part of my build process generates some java files and an lst file
that contains all of the generated java files.

In previous versions of AspectJ, I was able to do this successfully by using
this statement to call the compiler:

Ajde.getDefault().getBuildManager().build(lstFileName);

However, now I would like to start allowing for some Java 5 syntax like
annotations, but the calling the compiler in this manner doesn't seem to
recognize anything Java 5-specific.

I am using Eclipse3.2M5a and AJDT version 1.4.0.20060301124547.

Any ideas on how I can perform the compilation would be appreciated.

thanks,
--andrew
Previous Topic:AJDT New Feature: Eclipse Product Export Wizard
Next Topic:Eclipse 3.2RC2
Goto Forum:
  


Current Time: Thu Apr 25 20:25:11 GMT 2024

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

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

Back to the top