Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Intermediate java Files

The option to get preporcessed Java source files (-preprocess) 
is no longer avaialble in AspectJ1.1.

Why do you need these source files? If you really need them, your
best bet is to use a decompiler to create source files from 
compiled byte code.

-Ramnivas

--- Houssam FAKIH <fakih@xxxxxxxxxxxxx> wrote:
> Hi all,
> I'm using AspectJ 1.1b... I'm looking for the option that generate
> the 
> intermediate Java source files into which the AspectJ
> language extensions are woven.
> 
> Thanks,
> Houssam FAKIH
> 
> -- 
> "Le paradis touche les pieds des mères..."
> >>> http://houssam.fakih.free.fr
> 
> 
> 
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/aspectj-users


__________________________________________________
Do you Yahoo!?
Yahoo! Web Hosting - establish your business online
http://webhosting.yahoo.com


Back to the top