File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
org.mybatis.generator.eclipse.doc/html-src/eclipseui Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -271,8 +271,7 @@ <h3>Ant Build</h3>
271
271
< li > Select the "Classpath" tab, then add the HSQLDB driver to "User Entries"</ li >
272
272
< li > Press the "Run" button</ li >
273
273
< li > After MyBatis Generator runs, you should see a "BUILD SUCCESSFUL" message.
274
- You may see build warnings related to log4j if it is not installed in your Eclipse
275
- distribution. You can safely ignore these warnings.
274
+ You may see build warnings related to logging. You can safely ignore these warnings.
276
275
</ li >
277
276
< li > Verify that the workspace errors are gone.</ li >
278
277
</ ol >
Original file line number Diff line number Diff line change @@ -43,6 +43,18 @@ following projects:
43
43
- org.mybatis.generator.eclipse.ui
44
44
- org.mybatis.generator.eclipse.ui.tests
45
45
46
+ ### Libraries
47
+
48
+ Optional dependencies are in the "lib" directory of the org.mybatis.generator.core project. They should be upgraded
49
+ periodically.
50
+
51
+ We use this strategy rather then relying on Eclipse's distributions of these libraries for the following reasons:
52
+
53
+ - Eclipse doesn't distribute every library we need
54
+ - The Eclipse versions are often very down level
55
+ - We don't want the packages declared as dependencies for the final artifact
56
+
57
+
46
58
### Update Java Execution Environment
47
59
48
60
Eclipse may throw warnings about the plugin execution environment being lower than a plugin dependency.
You can’t perform that action at this time.
0 commit comments