Hi,
I've generated a simple app using the simpleapp archetype. When
building (mvn install), the following error are logged:
[Reflections main WARN ] could not create Dir using
directory from url
file:/System/Library/Java/Extensions/libQTJNative.jnilib. skipping.
java.lang.RuntimeException: cannot use dir
/System/Library/Java/Extensions/libQTJNative.jnilib
at org.reflections.vfs.SystemDir.<init>(SystemDir.java:20)
....
[Reflections main ERROR] could not create Vfs.Dir from
url. ignoring the exception and continuing
org.reflections.ReflectionsException: could not create Vfs.Dir from
url, no matching UrlType was found
[file:/System/Library/Java/Extensions/libQTJNative.jnilib]
either use fromURL(final URL url, final List<UrlType> urlTypes) or use
the static setDefaultURLTypes(final List<UrlType> urlTypes) or
addDefaultURLTypes(UrlType urlType) with your specialized UrlType.
at org.reflections.vfs.Vfs.fromURL(Vfs.java:108)
....
22:00:46,999 [Reflections main WARN ] could not create
Dir using directory from url
file:/System/Library/Java/Extensions/QTJava.zip. skipping.
java.lang.RuntimeException: cannot use dir
/System/Library/Java/Extensions/QTJava.zip
at org.reflections.vfs.SystemDir.<init>(SystemDir.java:20)
....
22:00:47,000 [Reflections main ERROR] could not create
Vfs.Dir from url. ignoring the exception and continuing
org.reflections.ReflectionsException: could not create Vfs.Dir from
url, no matching UrlType was found
[file:/System/Library/Java/Extensions/QTJava.zip]
either use fromURL(final URL url, final List<UrlType> urlTypes) or use
the static setDefaultURLTypes(final List<UrlType> urlTypes) or
addDefaultURLTypes(UrlType urlType) with your specialized UrlType.
at org.reflections.vfs.Vfs.fromURL(Vfs.java:108)
....
and a few more.
The build succeeds and i can run the application, but having loads of
error messages during building is very confusing and disturbing.
Why am i getting these error? What can i do about it?
Btw, i'm using a Mac (if you didn't notice from the file paths ;-)).
Regards
Peter