Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-dev] ajc -perprocess

I'm afraid since about version 1.2 we have become a .class file transformer and there is no way to retrieve the source when using ajc.  You would have to use a decompiler if you need it.

Andy.

2008/10/2 tauseef rana <tauseefrana@xxxxxxxxx>
Hi,
I would like to merge an aspect (anAspect.java) into an application (anApplication.java) and to have the source file after weaving. It used to be supported in version 1.0 with switch -preprocess. I wonder if that is still supported or any other way of doing that in the latest verwion 1.6.1.

Tauseef

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



Back to the top