wenbin151 / idempiere-plugin-scaffold

This project creates an iDempiere plugin skeleton

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick reference

iDempiere Plugin Generator

This project creates an iDempiere plugin skeleton. Current iDempiere Version 8.2.

Examples

Prerequisites

  • Java 11, commands java and javac.
  • Set IDEMPIERE_REPOSITORY env variable

Commands

Command Description
./plugin-scaffold Creates a new plugin
./plugin-scaffold clean Restart the scaffold configuration

To use .\plugin-scaffold.bat for windows.

Plugin Documentation

Components

The new plugin will have three components:

  • The New iDempiere Plugin
  • iDempiere Unit Test Fragment
  • iDempiere Target Platform

And a build.sh script to compile it.

Prerequisites

  • Java 11, commands java and javac.
  • Set IDEMPIERE_REPOSITORY env variable

Commands

Compile plugin and run tests:

./build

Use the parameter debug for debug mode example:

./build debug

Use .\build.bat for windows.

iDempiere Plugin Target Platform

A target platform is necessary to compile a iDempiere plugin. This is a smart target platform. Current iDempiere Version 8.2.

The scaffold is going to provide you a target platform and a way to compile it in your new plugin.

For more information go to https://github.com/ingeint/idempiere-target-platform-plugin

iDempiere Plugin Deployer

This tool allows you connect to iDempiere's OSGI platform and deploy a plugin, it's useful for continuous integration platforms.

For more information go to https://github.com/ingeint/idempiere-plugin-deployer

About

This project creates an iDempiere plugin skeleton


Languages

Language:Java 98.6%Language:Shell 0.8%Language:Batchfile 0.5%Language:Makefile 0.1%