Projekt-Dokumentation (Aktueller Stand von juplo.de) hinzugefĆ¼gt
[website] / dist / hibernate4-maven-plugin-1.0.4 / debugging.html
1 <!DOCTYPE html>
2 <!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2014-06-02 -->
3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <!-- Current: debugging.html -->
4 <!-- Active: index.html -->
5 <!-- Path: [index.html, debugging.html] -->
6 <!-- Skiplist: [index.html, configuration.html, export-mojo.html, debugging.html, skip.html, force.html, pitfalls.html] -->
7 <html>
8   <head>
9     <title>juplo - Hibernate 4 Maven Plugin - Enable Debug-Output</title>
10     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
11     <link rel="canonical" href="http://juplo.de/hibernate4-maven-plugin/debugging.html"/>
12     <meta name="viewport" content="width=device-width, initial-scale=1" />
13     <link rel="stylesheet" type="text/css" href="/css/base.css" />
14     <style type="text/css">
15       @import '/css/screen.css' screen;
16     </style>
17     <script src="/js/base.js"></script>
18     <!--[if IE 8]>
19       <link rel="stylesheet" type="text/css" href="/css/ie8.css" />
20       <script src="/js/ie8.js"></script>
21     <![endif]-->
22     <!--[if IE 7]>
23       <script src="/js/ie7.js"></script>
24     <![endif]-->
25     <!--[if lt IE 7]>
26       <script src="/js/ie6.js"></script>
27     <![endif]-->
28         <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
29   </head>
30   <body class="menu" onload="prettyPrint()">
31     <div id="page" class="cf">
32       <header id="header">
33         <h1 id="logo"><a href="/" title="Home" class="l">juplo</a></h1>
34         <span id="slogan"><strong>Java</strong> bits from nerds for nerds</span>
35         <hr class="h" />
36       </header>
37       <div id="breadcrumb">
38         <strong class="b title">You are here:</strong>
39         <ol class="b">
40           <li class="b"><a class="b" href="/">Home</a></li>
41           <li class="b"><a class="b" href="/projects.html">Projects</a></li>
42                       <li class="b"><a class="b" href="./index.html">Hibernate 4 Maven Plugin</a></li>
43                         <li class="b"><strong class="b">Enable Debug-Output</strong></li>
44                   </ol>
45         <a class="hide" href="#navigation">Jump to navigation</a>
46         <hr class="b" />
47       </div>
48       <main class="content cf">
49         <article id="content" class="main">
50           <header><h1>Enable Debug-Output</h1></header>
51           
52  
53  
54   
55 <p>
56   If you are new to <tt>hibernate4-maven-plugin</tt>, in many cases, the
57   {Configuration-Method-Precedence} may be the source of configuration
58   errors.
59   To solve this problem, you should run maven with the debugging output
60   enabled.
61   For example, by executing:
62   </p>
63   
64 <div>
65 <pre class="prettyprint linenums lang-html">
66 mvn -X compile hibernate4:export</pre></div>
67   
68 <p>
69   (The <tt>compile</tt> might be necessary, because <tt>hibernate4-maven-plugin</tt>
70   has to scan the compiled classes for annotations!)
71   </p>
72   
73 <p>
74   Unlike the majority of the maven-plugins, <tt>hibernate4-maven-plugin</tt> was
75   designed to give a good many hints, when debugging is enabled.
76   Because, if you do not know, what went wrong, you can't fix it!
77   </p>
78   
79 <p>
80   <b>But be warned:</b> <tt>hibernate4-maven-plugin</tt> tends to be very chatty ;)
81   </p>
82  
83
84         </article>
85         <div class="marginal">
86           <nav id="nav">
87             <hr class="n" />
88             <a id="navigation"></a>
89             <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
90             <h2 class="nav menu">Section-Menu</h2>
91             <ul id="menu">
92               <li class="m blog"><a href="/blog/" class="m">Blog</a></li>
93               <li class="m projects"><a href="/projects.html" class="m selected">Projects</a></li>
94               <li class="m about"><a href="/about.html" class="m">About</a></li>
95             </ul>
96             <h2 class="nav submenu">
97               <span class="s">Submenu for section</span>
98               <a class="s selected" href="/projects.html">Projects</a>
99             </h2>
100             <ul id="submenu" class="s">
101                                                               <li class="s sub">
102                                           <a class="s selected" href="./index.html">Hibernate 4 Maven Plugin</a>
103                                         <ul class="s active">
104                                                                                                                                                                                                                                                           <li class="s">
105                     <a href="configuration.html" class="s" title="Configuration Examples">Configuration Examples</a>
106                 </li>
107                                                                                                                   <li class="s">
108                     <a href="export-mojo.html" class="s" title="Parameter Documentation">Parameter Documentation</a>
109                 </li>
110                                                                                                                         <li class="s">
111               <strong class="s">Enable Debug-Output</strong>
112                 </li>
113                                                                                                                   <li class="s">
114                     <a href="skip.html" class="s" title="Skipping Execution">Skipping Execution</a>
115                 </li>
116                                                                                                                   <li class="s">
117                     <a href="force.html" class="s" title="Force Exceution">Force Exceution</a>
118                 </li>
119                                                                                                                   <li class="s">
120                     <a href="pitfalls.html" class="s" title="Known Pitfalls (FAQ)">Known Pitfalls (FAQ)</a>
121                 </li>
122                                                                                                                                                                                                                                                                                                                                                   <li class="s sub">
123                     <a href="project-info.html" class="s" title="Project Information">Project Information</a>
124                 </li>
125                                                                                                                                                                                                   <li class="s sub">
126                     <a href="project-reports.html" class="s" title="Project Reports">Project Reports</a>
127                 </li>
128                                                                                               </ul>
129                   </li>
130                                           </ul>
131             <hr class="n" />
132           </nav>
133           <aside class="m">
134             <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
135               <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
136             </a>
137           </aside>
138         </div>
139       </main>
140       <footer id="footer">
141         <hr class="f" />
142         <ul id="footerlinks">
143           <li class="f" id="copyright">&#xa9; <strong>mo</strong>             2014
144       </li>
145           <li class="f"><a class="f" href="/impressum.html">Impressum</a></li>
146           <li class="f about"><a class="f" href="/about.html">About</a></li>
147         </ul>
148       </footer>
149     </div>
150         <script type="text/javascript"><!--//--><![CDATA[//><!--
151       var _gaq = _gaq || [];
152       _gaq.push(['_setAccount', 'UA-571104-3']);
153       _gaq.push(['_trackPageview']);
154       (function() {
155         var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
156         ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
157         var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
158       })();
159     //--><!]]>
160     </script>
161       </body>
162 </html>