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 article explains how to configure the Idempiere Eclipse development environment under Windows, while providing a configured environment download. Please also refer to the first Green edition Idempiere environment, this article uses the same test environment to build eclipse. Http://www.cnblogs.com/zzyan/p/4124062.html
Green test Environment Download: http://pan.baidu.com/s/1nt81GHb
Development environment (Eclipse) Download: http://pan.baidu.com/s/1i37nV5z
After Eclipse is downloaded, the first time you open eclipse, you need to set up workspace and point directly to our Idempiere code folder idempiere_hgrepo_v2.1.
E:\idemDev\idempiere_hgrepo_v2.1
Installs two plugins for Eclipse, namely mercurial and Buckminster
After the installation is complete, create a new empty folder under the source folder TargetPlatform
Configure TargetPlatform in Eclipse
Preferences >> Plug-in Development >> Target Platform >> Add
Perform an import operation
;
After the import is complete, a lot of project appears on the left
The above error is because TORTOISEHG is not installed, need to install TORTOISEHG, otherwise rebulid will have a problem
After installing TORTOISEHG, set the mercurial command in preference to the Hg.exe path of the TORTOISEHG
If the build is unsuccessful due to a problem with the HG setting, perform a clean operation to select Auto Build all Items
After setting the HG, Clean/rebuild succeeds, but the system still has 5 errors, which is a bit of a character error. It should be the wrong coding.
In Eclipse, current is GBK, set it to UTF-8, and then restart Eclipse after Setup is finished
Start the PostgreSQL database
Since the Idempiere test environment is already installed on this machine, it is not necessary to import the database and try to run the system directly.
Idempiere Configuration
Run >> Run Configuration
Although there is a hint of error (coding problem), but can run normally, install.base test success.
We run Server.product, start the Idempiere server.
System displays normal boot
Access to Firefox, localhost:8080, can be accessed normally, indicating that the server section has been properly configured and can be accessed.
Run swingclient.product, start the swing client
Set server localhost, port 8443, connection OK
Can access the client normally, the client code is no problem
After testing the server side and the client, the development environment of the system is established, and code changes and project debugging can be done in eclipse.
Idempiere Usage Guide Windows Eclipse Development environment configuration and packaging download