X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=src%2Fsite%2Fxhtml%2Fpitfalls.xhtml;h=a29abba090e06d334316a8213145b17516bfdda1;hb=f286f6e2e7b2ef518853320e5438c06c2f681a53;hp=9b868001aa6c16b811c727f264ce8764d7fd2044;hpb=347236c3cea0f204cefd860c605d9f086e674e8b;p=hibernate4-maven-plugin diff --git a/src/site/xhtml/pitfalls.xhtml b/src/site/xhtml/pitfalls.xhtml index 9b868001..a29abba0 100644 --- a/src/site/xhtml/pitfalls.xhtml +++ b/src/site/xhtml/pitfalls.xhtml @@ -4,6 +4,7 @@ +

Known Pitfalls (FAQ)

Annotated classes in dependencies are not found.

hibernate4-maven-plugin by default scans dependencies in the scope @@ -184,19 +185,12 @@ mvn hibernate4:export -Dhibernate.export.force=true If you are working under Windows and get the error-message No annotated classes found in directory C:\projects\X Y Z\path-to-project\target\classes, but you are really sure, that there are annotated classes in that - directory, you should try to rename your folders, so that their names - do not contain any whitespaces. -

-

- So fare, I got to bug-reports considering this. - In both cases, removing all whitespaces from the path solved the error. - In both cases, I was not able to reproduce the bug on my development - system, which is running under linux. + directory, you are expiriencing a bug, in the scannotation-library, that + was closed in version 1.1.0 of the hibernate-maven-plugin.

- Hence, I assume, this is a sublte bug in the way, the java-version for - Windows is handling paths, that contain whitespaces. + You should consider to upgrade to that version of the plugin.