This project is currently inactive
-JAVA SE Development Kit 7 -Apache ANT -Git
An IDE, preferrably NetBeans IDE 8.
git clone git://git.code.sf.net/p/maltcmsui/code maltcmsui-code
git clone ssh://[email protected]/p/maltcmsui/code maltcmsui-code
or git clone https://[email protected]/p/maltcmsui/code maltcmsui-code
git submodule init
git submodule update
git submodule update --remote
Maui requires Apache Ant to compile and package the application.
ant build-all
Within the 'maui/' directory, call
ant build
to compile Maui and the dependent project omics-base. If you want to build the complete distribution with installers and documentation, call
ant prepare-release
Within the 'maui-ext/' directory, call
ant build
to compile Maui-Ext and the dependent projects omics-base and maui. If you want to build the complete distribution with installers and documentation, call
ant prepare-release
Within the 'proteus/' directory, call
ant build
to compile Proteus and the dependent project omics-base. If you want to build the complete distribution with installers and documentation, call
ant prepare-release