it shows a lot of error when build all, am using eclipse Version: Oxygen.3a Release (4.7.3a) in win 10 and following
http://wiki.idempiere.org/en/Install_Development_Prerequisites. but still not success some error are the following
Warning: The environment variable HOME is not set. The following directory will be used to store the Git
user global configuration and to define the default location to store repositories: 'C:\Users\abdulqadir'. If this is
not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and
EGit might behave differently since they see different configuration options.
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.
===================================
java.io.FileNotFoundException: C:\Users\abdulqadir\.hgrc (The system cannot find the file specified)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at com.vectrace.MercurialEclipse.utils.IniFile.load(IniFile.java:223)
at com.vectrace.MercurialEclipse.utils.IniFile.<init>(IniFile.java:102)
at com.vectrace.MercurialEclipse.team.MercurialUtilities.readUsernameFromIni(MercurialUtilities.java:313)
at com.vectrace.MercurialEclipse.team.MercurialUtilities.getDefaultUserName(MercurialUtilities.java:285)
at com.vectrace.MercurialEclipse.preferences.PreferenceInitializer$1.run(PreferenceInitializer.java:153)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:56)
===============================