Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-users] Re: [aspectj-users] aspectj and J2ME

Title: Message
Dale,
 
JAD works in most cases, but (see the thread titled "iajc ANT Task") in some instances the de-compiler does not properly de-compile aspected code.  In my case it was with the exception handlers.  I have searched the net for other de-compilers and in my case none of them worked properly.

Thanks,

Ron DiFrango

-----Original Message-----
From: Dale Asberry [mailto:lists@xxxxxxxxxxxxxxx]
Sent: Monday, September 08, 2003 10:51 AM
To: aspectj-users@xxxxxxxxxxx
Subject: [aspectj-users] Re: [aspectj-users] aspectj and J2ME

Would using JAD (JAva Disassembler) help with these -preprocess issues with AspectJ 1.1?

-------Original Message-------
> From: neil loughran <n.loughran@xxxxxxxxxxxxxxx>
> Subject: Re: [aspectj-users] aspectj and J2ME
> Sent: 08 Sep 2003 09:24:13
>
> Hi Ivana,
>
> You can indeed use J2ME and AspectJ. You ill need to use the -preprocess
> switch with the ajc command and then use something like Sun Wireless Toolkit
> to generate the .prc file for usage on the target device. But I'm fairly
> sure that AspectJ 1.1 doesn't yet have the preprocess option
>
> There were a few mails in the past relating to this, however I find it
> difficult to search the aspectj user archives as there is no search engine
> (which brings me to another point! Why isn't there one?! ;-) )
>
> after some clicking I found this...
>
> http://dev.eclipse.org/mhonarc/lists/aspectj-users/msg00675.html
>
> Hope this helps
> Cheers
> Neil

************************************************************************** The information transmitted herewith is sensitive information intended only for use by the individual or entity to which it is addressed. If the reader of this message is not the intended recipient, you are hereby notified that any review, retransmission, dissemination, distribution, copying or other use of, or taking of any action in reliance upon this information is strictly prohibited. If you have received this communication in error, please contact the sender and delete the material from your computer.


Back to the top