Hii Guys,
-- i strugle runing mybatis using eclipse plugin. i have customize plugin in MyBatis Gerator core beside default plugin from MyBatis generator it sefl (e.g CaseInsensitiveLikePlugin,ToStringPlugin,etc) , it mean, i build my own MyBatis Generator core, and i have my own jar that include my custom generator plugin. and then, i include this code bellow in xml configuration file: <plugin type="org.mybatis.generator.plugins.MyCustomPlugin"> <property name="targetProject" value="someDir"/> <property name="targetPackage" value="somePackage"/> </plugin> the problem is, mybatis generator eclipse plugin does't recognize my custom plugin in my jar that i've build. how can i make it happen? i tried to inlcude my own generator core jar in <classPathEntry> tag in xml configuration, but it not work. Regard, Thanks For Help You received this message because you are subscribed to the Google Groups "mybatis-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/mybatis-user/122a8be5-eea6-4478-b9cc-67d011e16c47o%40googlegroups.com. |
Try adding your JAR to the classpath in the Eclipse Run configuration (menu option Run->Run Configurations...) On Tue, Jun 9, 2020 at 12:38 PM M Huzaifah <[hidden email]> wrote:
You received this message because you are subscribed to the Google Groups "mybatis-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/mybatis-user/CAKpaNj6pxuwUU-P1j062LjGCbA3RYxTspU36vJmA-O7Rv3SXVw%40mail.gmail.com. |
Thank you Sir, it works now On Wed, Jun 10, 2020, 03:07 Jeff Butler <[hidden email]> wrote:
You received this message because you are subscribed to the Google Groups "mybatis-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/mybatis-user/CA%2B0qJZtK5rtePjmLfNsJFwiuYjQ98mS9MbWnP1oGi%3DYG%2BqX8sQ%40mail.gmail.com. |
Free forum by Nabble | Edit this page |