Projekt-Dokumentation (Aktueller Stand von juplo.de) hinzugefĆ¼gt
[website] / dist / facebook-utils-2.5.0 / debugging.html
1 <!DOCTYPE html>
2 <!-- Generated by Apache Maven Doxia Site Renderer at Nov 10, 2015 -->
3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <!-- Current: debugging.html -->
4 <!-- Active: index.html -->
5 <!-- Path: $path -->
6 <!-- Skiplist: [index.html, getting-started.html] -->
7 <html>
8   <head>
9     <title>juplo - </title>
10     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
11     <link rel="canonical" href="http://www.juplo.de/facebook-utils/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/prettify.js"></script>
18     <!--[if lt IE 9]>
19       <script src="/js/html5shiv.js"></script>
20     <![endif]-->
21     <!--[if IE 8]>
22       <link rel="stylesheet" type="text/css" href="/css/ie8.css" />
23     <![endif]-->
24         <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
25   </head>
26   <body class="menu" onload="prettyPrint()">
27     <div id="page" class="cf">
28       <header id="header">
29         <h1 id="logo"><a href="/" title="Home" class="l">juplo</a></h1>
30         <span id="slogan"><strong>Java</strong> bits from nerds for nerds</span>
31         <hr class="h" />
32       </header>
33       <div id="breadcrumb">
34         <strong class="b title">You are here:</strong>
35         <ol class="b">
36           <li class="b"><a class="b" href="/">Home</a></li>
37           <li class="b"><a class="b" href="/projects.html">Projects</a></li>
38                       <li class="b"><a class="b" href="./index.html">Juplo - Facebook Utils</a></li>
39                         <li class="b"><strong class="b">$shortTitle</strong></li>
40                   </ol>
41         <a class="hide" href="#navigation">Jump to navigation</a>
42         <hr class="b" />
43       </div>
44       <main class="content cf">
45         <article id="content" class="main">
46           <header><h1>$shortTitle</h1></header>
47           
48  
49  
50   <p>
51   If you are new to <tt>hibernate-maven-plugin</tt>, in many cases, the
52   {Configuration-Method-Precedence} may be the source of configuration
53   errors.
54   To solve this problem, you should run maven with the debugging output
55   enabled.
56   For example, by executing:
57   </p>
58   <div class="prettyprint linenums lang-html"><pre>
59 mvn -X compile hibernate:export</pre></div>
60   <p>
61   (The <tt>compile</tt> might be necessary, because <tt>hibernate-maven-plugin</tt>
62   has to scan the compiled classes for annotations!)
63   </p>
64   <p>
65   Unlike the majority of the maven-plugins, <tt>hibernate-maven-plugin</tt> was
66   designed to give a good many hints, when debugging is enabled.
67   Because, if you do not know, what went wrong, you can't fix it!
68   </p>
69   <p>
70   <b>But be warned:</b> <tt>hibernate-maven-plugin</tt> tends to be very chatty ;)
71   </p>
72  
73
74         </article>
75         <div class="marginal">
76           <nav id="nav">
77             <hr class="n" />
78             <a id="navigation"></a>
79             <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
80             <h2 class="nav menu">Section-Menu</h2>
81             <ul id="menu">
82               <li class="m blog"><a href="/blog/" class="m">Blog</a></li>
83               <li class="m projects"><a href="/projects.html" class="m selected">Projects</a></li>
84               <li class="m about"><a href="/about.html" class="m">About</a></li>
85             </ul>
86             <h2 class="nav submenu">
87               <span class="s">Submenu for section</span>
88               <a class="s selected" href="/projects.html">Projects</a>
89             </h2>
90             <ul id="submenu" class="s">
91                                                               <li class="s sub off"><a class="s" href="/hibernate4-maven-plugin/">Hibernate 4 Maven Plugin</a></li>
92                                           </ul>
93             <hr class="n" />
94           </nav>
95           <aside class="m">
96             <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
97               <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
98             </a>
99           </aside>
100         </div>
101       </main>
102       <footer id="footer">
103         <hr class="f" />
104         <ul id="footerlinks">
105           <li class="f" id="copyright">&#xa9; <strong>mo</strong>             2015
106       </li>
107           <li class="f"><a class="f" href="/impressum.html">Impressum</a></li>
108           <li class="f about"><a class="f" href="/about.html">About</a></li>
109         </ul>
110       </footer>
111     </div>
112         <script type="text/javascript"><!--//--><![CDATA[//><!--
113       var _gaq = _gaq || [];
114       _gaq.push(['_setAccount', 'UA-571104-3']);
115       _gaq.push(['_trackPageview']);
116       (function() {
117         var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
118         ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
119         var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
120       })();
121     //--><!]]>
122     </script>
123       </body>
124 </html>