Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-dev] AspectJ compiler facade?

The official compiler API is
  org.aspectj.tools.ajc.Main.main(String[])

Wes

Lendvai Attila wrote:
hi,

i'm working on an Ant replacement based on BeanShell. i just started
working on the AspectJCompiler task, but the Ant task i'm looking at is
way too complex...

is there a facade for the compiler?

if no, then is there any other way to start the compiler then the way
it's done in the Ant task?

thanks in advance,

- 101
_______________________________________________
aspectj-dev mailing list
aspectj-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/aspectj-dev




Back to the top