Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-dev] is check for aspetjrt.jar necessary?

Juraj,

There is a opened bug for this: https://bugs.eclipse.org/bugs/show_bug.cgi?id=112830

Maybe we could discuss this there, since it is already opened. I think I could have done like you and have posted a message on the list first, but it wasn't the case :(

Eduardo

2005/10/21, Juraj Burian <jubu@xxxxxxxx>:
Hi,
we are using aspectJ in our projects together with maven2 for builds and
eclipse.
According to maven2 philosophy jars must have version suffix.
When aspectjrt.jar is renamed  to aspectjrt-1.5.0M4.jar following
warning is produced during m2 build:

[DEBUG] warning couldn't find aspectjrt.jar on classpath, checked:
c:\java\jdk1.5.0_05\jre\lib\rt.jar;C:\Documents and
Settings\jan.janecek\.m2\repository\aspectj\aspectjrt\1.5.0M4\aspectjrt- 1.5.0M4.jar
....

and in Eclipse warning window displayed (see attached picture) and build
process does not continue.
In my opinion is this behavior slightly incorrect.

Do you think that you are going to fix this problem? And if yes when
would it be fixed?

best regards
JuBu








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





Back to the top