Re: [abc-users] Compiling bytecode files

From: Amjad Nusayr <anusayr_at_cs.nmsu.edu>
Date: Sun, 24 Feb 2008 13:30:24 -0700

Thanks Eric,

Amjad

Eric Bodden wrote:
> Hi, Amjad.
>
> You can print abc's command line option using the "-help" option. This
> will tell you:
>
> -inpath <dir list> Use class files found in the directories in
> <dir list> as source.
>
> So if you type...
>
> java abc.main.Main -sourceroots aspects -inpath classesToWeave -d out
>
> ... this will take all aspects in "aspects", weave them into all
> classes in "classesToWeave" and put the output into "out".
>
> Eric
>
> On 24/02/2008, Amjad Nusayr <anusayr_at_cs.nmsu.edu> wrote:
>
>> Hi
>> Can anybody tell me how to compile bytecode file with my aj file using abc?
>> Here is what I got. I have created my AspectJ file (asp1.aj) and have a
>> .class file (HopeItWorks.class), although I have the source code for the
>> java file but I want to know if I can use the .class file instead, to be
>> more specific I want to know how the command line will look like.
>> I already know to compile to two source code files.
>>
>>
>> Thanks
>>
>> Amjad Nusayr
>>
>>
>>
>>
>
>
>
Received on Sun Feb 24 2008 - 20:30:31 GMT

This archive was generated by hypermail 2.2.0 : Sun Feb 24 2008 - 22:30:11 GMT