Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Removing warning about aspectjrt.jar not on classpath

You get the warning if "aspectjrt.jar" is not on the classpath.
If you have aspectjrt-1.2.jar, aspectjrt-1.1.1.jar or anything else, it
complains.  It seems to be specifically looking for a file with that
specific name.  Its very strange.  It compiles fine, but the warning
really throws people off.


Charlie



Wes Isberg said the following on 6/3/2004 12:31 PM:

Do you get the warning if aspectjrt-1.2.jar is on the classpath?

Wes

Carlos Sanchez wrote:

Hi,

Can this warning be removed?
"couldn't find aspectjrt.jar on classpath, checked:"

In the Maven repository the jar will be named aspectjrt-version.jar to allow
better version handling and the warning is a bit annoying.

Thanks


Carlos Sanchez
A Coruña, Spain

Oness Project
http://oness.sourceforge.net


_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/aspectj-users


_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/aspectj-users




Back to the top