Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-dev] Bug in AJDT with Eclipse?

Hi Dale,

It should have put it there, and I verified that the 1.1.3 AJDT does.  If
you can reproduce this problem with 1.1.3 could you please submit a bug
report?

https://bugs.eclipse.org/bugs/enter_bug.cgi?product=AJDT

Thanks,

Mik

--
http://kerstens.org/mik
 

> -----Original Message-----
> From: aspectj-dev-admin@xxxxxxxxxxx [mailto:aspectj-dev-admin@xxxxxxxxxxx]
> On Behalf Of R. Dale Asberry
> Sent: Saturday, July 19, 2003 9:40 AM
> To: aspectj-dev@xxxxxxxxxxx
> 
> Found the problem.  Apparently, the conversion didn't put the
> aspectjrt.jar
> into the runtime classpath when I created the new run command for the
> second
> project.
> 
> > -----Original Message-----
> > From: aspectj-dev-admin@xxxxxxxxxxx
> > [mailto:aspectj-dev-admin@xxxxxxxxxxx]On Behalf Of R. Dale Asberry
> > Sent: Saturday, July 19, 2003 11:32 AM
> > To: AspectJ Development
> > Subject: [aspectj-dev] Bug in AJDT with Eclipse?
> >
> >
> > I have two identical projects, save one difference: the first project
> was
> > created as an aspectj project and the second was converted to an aspectj
> > project.  When I compile the first project, the application runs
> > fine.  When
> > I compile the second project, the application comes back with
> > "java.lang.NoClassDefFoundError:
> org/aspectj/lang/NoAspectBoundException".
> >
> > _______________________________________________
> > aspectj-dev mailing list
> > aspectj-dev@xxxxxxxxxxx
> > http://dev.eclipse.org/mailman/listinfo/aspectj-dev
> >
> 
> _______________________________________________
> aspectj-dev mailing list
> aspectj-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/aspectj-dev



Back to the top