Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Re: ArrayIndexOutOfBoundsException in AjTypeConstants.java:62

I tried the following with both noinline and inline, but doesnt seem to
make a difference:

<iajc sourceRoots="${java.src.dir}"
            incremental="true"
            destdir="${java.classes.dir}"
            debug="on" deprecation="off" X="noinline"
            >
            <classpath >
                <path refid="project.class.path"/>
                <pathelement  path="${aspectjrt.jar}"/>
            </classpath>
        </iajc>

--- Rajesh Honnawarkar <rajeshh_98@xxxxxxxxx> wrote:
> Yes, I have logged a defect:
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=37952
> 
> Rajesh 
> 
> 
> --- Rajesh Honnawarkar <rajeshh_98@xxxxxxxxx> wrote:
> > Hi All,
> > I have been trying to run our code we developed using AspectJ 1.0.6
> > about
> > 8 months back, with the 1.1 rc2 release..and now with the 1.1.0
> release.
> > 
> ...
> 
> __________________________________
> Do you Yahoo!?
> Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
> http://calendar.yahoo.com
> 


__________________________________
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com


Back to the top