Created by Blues Blues, Qq32876341,blog http://www.cnblogs.com/zzyan/
Idempiere Official Chinese Wiki homepage http://wiki.idempiere.org/zh
Idempiere Chinese Community www.idempiere.org.cn
Idempiere Chinese Community QQ Group 65713012
This document explains how to configure the debug environment installation of the LIBEROMFG plug-in in Eclipse.
The environment configuration for this example can refer to my previous configuration Idempiere test environment and the Eclipse development environment post.
Http://www.cnblogs.com/zzyan/p/4124062.html
Http://www.cnblogs.com/zzyan/p/4124087.html
This example requires the use of the LIBEROMFG plug-in, the source address of the plugin is as follows (WMS is not used in this example, can not be installed, but can be loaded at once):
Https://bitbucket.org/red1/org.idempiere.liberomfg
Https://bitbucket.org/red1/org.idempiere.liberomfg_forms
Https://bitbucket.org/red1/org.idempiere.wms
Import operation in Eclipse, the above 3 plug-in source code to download to the local workspace address. I downloaded it all to E:\idemDev\idempiere_hgrepo_v2.1.
The second project is also imported into eclipse in the same way.
View workspace, still without the project, continue using import from exist project, select the two folders you just downloaded and add them to workspace
After adding these two items, you can see the two newly added items in the workspace project list:
In the configuration run, view plugin, you can see that new items can already be added to plugin.
Set its auto-start to true so that the project will be loaded automatically at startup
Try to run the project (you need to execute start-pg.bat to start up PostgreSQL).
Start time will be reported an error, continue to proceed, the project can run normally.
To enter the Idempiere Web client, you can see a menu in a more functional menus, indicating that the manufacturing plug-in normal installation.
Continue to run client side and add two plugins in plugin while running
After starting the client, you can see that the swing interface also adds an identical manufacturing menu
When we select MRP Info, we can see that the system interface is open correctly, which indicates that the plugin is working properly.
After the installation of the plug-in, we can test the MRP, specific reference to the second article, MRP test:
Http://www.cnblogs.com/zzyan/p/4146495.html
Idempiere User Guide mrp/production plug-in LIBEROMFG source installation