Download Latest Version ojdbc7.jar (3.7 MB)
Email in envelope

Get an email when there's a new version of iDempiere

Name Modified Size InfoDownloads / Week
Parent folder
zcommon-sources.jar 2016-03-23 330.3 kB
zcommon_8.0.1.1.jar 2016-03-23 475.5 kB
zel-sources.jar 2016-03-23 192.3 kB
zel_8.0.1.1.jar 2016-03-23 239.5 kB
zhtml-sources.jar 2016-03-23 63.0 kB
zhtml_8.0.1.1.jar 2016-03-23 76.8 kB
zjavassist_8.0.1.1.jar 2016-03-23 730.2 kB
zk-sources.jar 2016-03-23 873.2 kB
zk_8.0.1.1.jar 2016-03-23 1.5 MB
zkbind-sources.jar 2016-03-23 282.5 kB
zkbind_8.0.1.1.jar 2016-03-23 445.8 kB
zkplus-sources.jar 2016-03-23 113.9 kB
zkplus_8.0.1.1.jar 2016-03-23 141.3 kB
zul-sources.jar 2016-03-23 543.7 kB
zul_8.0.1.1.jar 2016-03-23 2.1 MB
zweb-sources.jar 2016-03-23 148.8 kB
zweb_8.0.1.1.jar 2016-03-23 235.3 kB
Totals: 17 Items   8.5 MB 0
1. download osgi lib from https://sourceforge.net/projects/zk1/files/ZK/
example:https://sourceforge.net/projects/zk1/files/ZK/zk-8.0.1.1/zk-bin-osgi-8.0.1.1.tar.gz/download

2. download eclipse sdk if you don't have eclipse.
http://download.eclipse.org/eclipse/downloads/drops4/R-4.4.2-201502041700/#EclipseSDK

3. set shell varial:
ECLIPSE_ROOT=/mnt/data/programe/eclipse-luna
ROOT_REPOSITORY=/mnt/data/dev/project/me/repository/stuff/setup.idempiere/localRepository

4. create zk p2 folder
ROOT_REPOSITORY/zk-8.0.1.1
ROOT_REPOSITORY/zk-8.0.1.1/plugins

5. extract zk lib to plugins

6. rename zk lib to eclipse p2 standard

mv $ROOT_REPOSITORY/zk/plugins/zcommon.osgi.jar $ROOT_REPOSITORY/zk/plugins/zcommon_8.0.1.1.jar
mv $ROOT_REPOSITORY/zk/plugins/zel.osgi.jar $ROOT_REPOSITORY/zk/plugins/zel_8.0.1.1.jar
mv $ROOT_REPOSITORY/zk/plugins/zhtml.osgi.jar $ROOT_REPOSITORY/zk/plugins/zhtml_8.0.1.1.jar
mv $ROOT_REPOSITORY/zk/plugins/zk.osgi.jar $ROOT_REPOSITORY/zk/plugins/zk_8.0.1.1.jar
mv $ROOT_REPOSITORY/zk/plugins/zkbind.osgi.jar $ROOT_REPOSITORY/zk/plugins/zkbind_8.0.1.1.jar
mv $ROOT_REPOSITORY/zk/plugins/zkplus.osgi.jar $ROOT_REPOSITORY/zk/plugins/zkplus_8.0.1.1.jar
mv $ROOT_REPOSITORY/zk/plugins/zul.osgi.jar $ROOT_REPOSITORY/zk/plugins/zul_8.0.1.1.jar
mv $ROOT_REPOSITORY/zk/plugins/zweb.osgi.jar $ROOT_REPOSITORY/zk/plugins/zweb_8.0.1.1.jar
mv $ROOT_REPOSITORY/zk/plugins/zjavassist.jar $ROOT_REPOSITORY/zk/plugins/zjavassist_8.0.1.1.jar

7. run command to create p2 metadata

$ECLIPSE_ROOT/eclipse -application org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher -metadataRepository file:$ROOT_REPOSITORY/zk-8.0.1.1 -artifactRepository file:$ROOT_REPOSITORY/zk-8.0.1.1 -source $ROOT_REPOSITORY/zk-8.0.1.1 -publishArtifact

NOTE: edit version to newest
Source: create.zk.p2.readme, updated 2016-03-23