Compiler classpath is not being picked up in IvyIDE project [message #759867] |
Wed, 30 November 2011 12:02  |
Eclipse User |
|
|
|
Hello
I am using IvyIDE plugin with Eclipse.
Eclipse itself successfully picks up Ivy-dependent libraries, no compiler errors appears in project view. But WindowBuilder PRO refuses to build the design, complaining to unresolved imports.
In particular, if fails on Apache Commons logging:
Internal Error
WindowBuilder encountered unexpected internal error.
This could be caused by a WindowBuilder bug or by a misconfiguration issue, conflict, partial update, etc.
java.lang.NoClassDefFoundError: org/apache/commons/logging/Log
Stack trace:
java.lang.ClassNotFoundException: org.apache.commons.logging.Log
at org.eclipse.wb.internal.core.utils.reflect.ProjectClassLoader.findClass(ProjectClassLoader.java:382)
at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
...
Omitting all such imports and calls with "hide" tags would be pretty boring work.
Any other way ? Thank you.
[Updated on: Wed, 30 November 2011 12:03] by Moderator Report message to a moderator
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03472 seconds