Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-users] aspectjrt.jar name

Title: RE: [aspectj-users] aspectjrt.jar name

Interestingly it seems to work even if we rename the JAR.  It just prints out a warning message that it couldn't find the JAR.  Why does it check for a JAR named aspectjrt.jar?

> -----Original Message-----
> From: Wes Isberg [mailto:wes@xxxxxxxxxxxxxx]
> Sent: Monday, July 28, 2003 5:10 PM
> To: aspectj-users@xxxxxxxxxxx
> Subject: Re: [aspectj-users] aspectjrt.jar name
>
>
> Right now, we do check for that name.
>
> There can be only one version of the AspectJ runtime classes in a
> namespace, so you couldn't run with a different version in any case.
> But the later version is upwards-binary-compatible with the earlier
> version, so you might be able to replace the Cactus library with
> the one from the AspectJ 1.1 distribution.
>
> Wes
>
> Volkmann, Mark wrote:
>
> > Does aspectjrt.jar have to be named that?  I'd like to rename it to
> > aspectjrt1.1.jar to avoid conflict with the version that
> Cactus uses, but
> > when I do that, ajc reports that it can't find the JAR.
> >
> >
> >
> **************************************************************
> *********************
> > WARNING:  All e-mail sent to and from this address will be
> received or
> > otherwise recorded by the A.G. Edwards corporate e-mail
> system and is
> > subject to archival, monitoring or review by, and/or disclosure to,
> > someone other than the recipient.
> >
> **************************************************************
> **********************
> >
>
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/aspectj-users
>



***********************************************************************************
WARNING: All e-mail sent to and from this address will be received or
otherwise recorded by the A.G. Edwards corporate e-mail system and is
subject to archival, monitoring or review by, and/or disclosure to,
someone other than the recipient.
************************************************************************************

Back to the top