Difference between revisions of "Creating Installers from Eclipse"

From iDempiere en
(Formatting and an update)
m (add breadcrumb also to the end)
 
(3 intermediate revisions by the same user not shown)
Line 9: Line 9:
 
</font>
 
</font>
  
Please note this step is only necessary if you plan to create a release for iDempiere, or distribute installers based on your repository.
+
This step is not necessary after 6.1 - as before eclipse you generate the installers from command line as first step of this guide [[Setting up Eclipse]], also at [[Building iDempiere without Eclipse]]
  
== Creating Server installer ==
 
  
* Open Eclipse
 
* Right click on '''org.adempiere.server-feature'''
 
* Navigate to Buckminster > Invoke Action...
 
* In the popup dialog select the action '''create.product.zip'''
 
* Fill the "Properties file" field by using the "Workspace" button to navigate to the properties file in '''$IDEMPIERE_REPOSITORY/org.adempiere.server-feature''' that describes your target operating system and architecture:
 
** '''buckminster_linux_gtk_x86_64.properties''': installer for 64-bit Linux
 
** '''buckminster_linux_gtk_x86.properties''': installer for 32-bit Linux
 
** '''buckminster_macosx_x86.properties''': installer for MAC OS
 
** '''buckminster_win32_x86.properties''': installer for 32-bit Windows
 
** if your operating system / architecture is not listed create one by copying one of the files above and editing its contents
 
* Click on "OK" and Buckminster will compile the project using the file "buckminster.cspex"
 
* The new installer file will be '''$HOME/buckminster.output/org.adempiere.server_4.1.0-eclipse.feature/idempiereServer.gtk.linux.x86_64.zip''' (or the corresponding name for your OS and architecture)
 
 
== Creating Swing client installer ==
 
 
* Open Eclipse
 
* Right click on '''org.adempiere.ui.swing-feature'''
 
* Navigate to Buckminster > Invoke Action...
 
* In the popup dialog select the action '''create.product.zip'''
 
* Fill the "Properties file" field by using the "Workspace" button to navigate to the properties file in '''$IDEMPIERE_REPOSITORY/org.adempiere.ui.swing-feature''' that describes your target operating system and architecture:
 
** '''buckminster_linux_gtk_x86_64.properties''': installer for 64-bit Linux
 
** '''buckminster_linux_gtk_x86.properties''': installer for 32-bit Linux
 
** '''buckminster_macosx_x86.properties''': installer for MAC OS
 
** '''buckminster_win32_x86.properties''': installer for 32-bit Windows
 
** if your operating system / architecture is not listed create one by copying one of the files above and editing its contents
 
* Click on "OK" and Buckminster will compile the project using the file "buckminster.cspex"
 
* The new installer file will be '''$HOME/buckminster.output/org.adempiere.ui.swing_4.1.0-eclipse.feature/idempiereClient.gtk.linux.x86_64.zip''' (or the corresponding name for your OS and architecture)
 
  
 
''This tutorial is brought to you by [[User:CarlosRuiz|Carlos Ruiz]] from [http://globalqss.com GlobalQSS].  Feel free to improve directly or suggest using the Discussion tab.''
 
''This tutorial is brought to you by [[User:CarlosRuiz|Carlos Ruiz]] from [http://globalqss.com GlobalQSS].  Feel free to improve directly or suggest using the Discussion tab.''
Line 48: Line 20:
 
[[Category:Development‏‎]]
 
[[Category:Development‏‎]]
 
[[Category:Developer documentation]]
 
[[Category:Developer documentation]]
 +
 +
<!-- breadcrumb -->
 +
<font size=-2>
 +
&lArr;
 +
[[Installing_iDempiere|Table of Contents]] |
 +
[[Running iDempiere within Eclipse]] |
 +
Creating Installers from Eclipse |
 +
[[Building iDempiere without Eclipse]]
 +
&rArr;
 +
</font>

Latest revision as of 17:47, 25 November 2019

Table of Contents | Running iDempiere within Eclipse | Creating Installers from Eclipse | Building iDempiere without Eclipse

This step is not necessary after 6.1 - as before eclipse you generate the installers from command line as first step of this guide Setting up Eclipse, also at Building iDempiere without Eclipse


This tutorial is brought to you by Carlos Ruiz from GlobalQSS. Feel free to improve directly or suggest using the Discussion tab.

Table of Contents | Running iDempiere within Eclipse | Creating Installers from Eclipse | Building iDempiere without Eclipse

Cookies help us deliver our services. By using our services, you agree to our use of cookies.