Skip to main content

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

Hi,

Doesn't really answer your question but...

Last year I worked with J2ME and AspectJ 1.06 like you and had no problems,
although I did have to use the -preprocess mode...  I would then compile the
intermediate .java files using WTK to create the necessary .class files and
then finally the .prc file for the mobile device..  did you also do it this
way?

I'm also interested in using AspectJ with J2ME so would disappointed if it
did not work in 1.1 and future versions.

Cheers
Neil


----- Original Message ----- 
From: "Ayla Débora" <ayladebora@xxxxxxxxxx>
To: <aspectj-users@xxxxxxxxxxx>
Sent: Wednesday, June 18, 2003 8:51 PM
Subject: [aspectj-users] AspectJ 1.1 and J2ME


> Hi,
>
> is anybody working with AspectJ 1.1 and J2ME?
> Is it really possible to use both? With AspectJ 1.0.6 I could do that, but
> avoiding certain pointcut definitions (using cflow, for example).
> Now, when I'm compiling using "ajc", even with a simple aspect with just a
> "before" advice related to a simple pointcut, it requires classes from
J2SE
> like "java.io.Serializable" and "java.lang.Cloneable", but just when I
> include the option:
>
> -bootclasspath d:\WTK104\lib\midpapi
>
> which is necessary for providing code for J2ME devices.
>
> Thanks in advance,
>   Ayla
>
>
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/aspectj-users



Back to the top