Menu

Tree [b17f72] master /
 History

HTTPS access


File Date Author Commit
 additional 2016-11-15 Andreas Kuhtz Andreas Kuhtz [ce1d0f] Added Eclipse formatter On/Off tags configuration.
 bidibwizard 2018-04-14 Andreas Kuhtz Andreas Kuhtz [54d980] [maven-release-plugin] prepare for next develop...
 bidibwizard-common 2018-04-14 Andreas Kuhtz Andreas Kuhtz [54d980] [maven-release-plugin] prepare for next develop...
 bidibwizard-installer 2018-04-14 Andreas Kuhtz Andreas Kuhtz [54d980] [maven-release-plugin] prepare for next develop...
 bidibwizard-migration 2018-04-14 Andreas Kuhtz Andreas Kuhtz [54d980] [maven-release-plugin] prepare for next develop...
 bidibwizard-spy 2018-04-14 Andreas Kuhtz Andreas Kuhtz [54d980] [maven-release-plugin] prepare for next develop...
 etc 2013-02-05 André Schenk André Schenk [6f32e7] automatically format XML and Java files
 installer-custom 2018-04-14 Andreas Kuhtz Andreas Kuhtz [54d980] [maven-release-plugin] prepare for next develop...
 logs 2014-06-05 André Schenk André Schenk [b09a9e] set eol-style to native
 release 2018-03-28 Andreas Kuhtz Andreas Kuhtz [09aefb] Adjusted location of repo for release.
 .gitignore 2016-02-11 Andreas Kuhtz Andreas Kuhtz [277a04] [#230] Added test that shows how fraction is ca...
 Anleitung_SVN_GiT.txt 2014-06-05 André Schenk André Schenk [b09a9e] set eol-style to native
 pom.xml 2018-04-14 Andreas Kuhtz Andreas Kuhtz [b17f72] Change version of jbidibc to 1.10-SNAPSHOT
 readme.txt 2016-03-10 Andreas Kuhtz Andreas Kuhtz [e74e08] Updated readme.txt to show how to prepare eclip...

Read Me

Preparation to build
====================

A working Maven 3 installation is required.

Build
=====

!!! Linux 64-bit !!!
If the build fails in the launch4j part:
Installing lib32z1 lib32ncurses5 lib32bz2-1.0 (has been ia32-libs in older Ubuntu versions) solves the issue. 
See https://github.com/lukaszlenart/launch4j-maven-plugin/issues/4


Run the maven build in the bibid directory: 'mvn install' (or to rebuild all: 'mvn clean install').

The installer artifact is located unter 'bidibwizard-installer/target'.

Local testing
=============

After the maven build has completed successfully the unpackaged installation is located under 'bidibwizard-installer/target/staging'. For testing 
purposes you can start the BiDiBWizard with the following command line: java -jar bidibwizard-<version>.jar


Eclipse
=======

Use latest Eclipse (Mars SR1 or newer, m2e tools are included).

Start Eclipse with clean workspace (m2e support added by default) if you don't use the same workspace for jbidibc! 

* Prepare:

Install TestNG Plugin
http://testng.org/doc/download.html

Configure Maven installation in Eclipse:
Window > Preferences > Maven > Installations > Add ... and select your local maven installation to use. 
Click Finish button in the dialog and check the new maven installation. Press Apply. 
Verify under Maven > User Settings that the correct user settings (settings.xml) and local maven repository location is used if you have 
changed the default settings.

* Import project:
! The maven installation steps must be executed before importing projects !

Import the maven project: File -> Import -> Maven > Existing Maven Projects -> 
Root directory > Select the bidib directory > Select the projects -> Finish

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.