Libero Mfg Plugin Installation in iDempiere

Updated Code and Installation

https://github.com/pshepetko/org.idempiere.mfg - see installation instructions in readme. Please use the above link for updated instructions. The rest of this page is quite old. I am keeping for reference

OLD Introduction

OLD How the iDempiere Mfg Plugin came to Exist

OLD iDempiere Libero Mfg Plugin Installation Description

OLD iDempiere Libero Mfg Plugin Installation - Ideal Process

OLD iDempiere Libero Mfg Plugin Installation - from Development Environment

OLD iDempiere Libero Mfg Plugin Installation - From Fork That Includes WebUI Forms

Previously, Eugene Author and Peter Shepetko released a fork of Redhuan's Libero Mfg plugin. The most significant aspect of this fork is its inclusion of the WebUI versions of Libero forms. This means you can use most of Libero Mfg from the WebUI. Repository: https://bitbucket.org/pshepetko/org.libero.mfg62 There is no ready-made plugin jar that will work with java 1.6. Below are the details and steps associated with getting it up and running in a Java 1.6 environment. Step 1 - Download the code Step 2 - Import the project Step 3 - Update the code to use 1.6 If you are like me, your servers run Java version 1.6. Please be aware that Eugene's code is configured to use 1.7. I had to do the following things: Execution Environment - Update Class Path Settings Libero Mfg Plugin Installation in iDempiere - update class path setting.png Step 4 - Run it in your IDE and Test Step 5 - Export the code as a plugin for a production server Step 6 - Deploy this jar on a production server using the Felix console.