Hello guys. I'm working on a Vagrantfile for iDempiere to build up a VM from scratch with one command. I've made progress so far following the instructions on the wiki, but I can't seem to get the build working. The commands I'm using are here:
sudo apt-get update
sudo apt-get install -y openjdk-7-jdk postgresql mercurial unzip
mkdir /opt/idempiere
mkdir /opt/buckminster
cat << EOL > /home/vagrant/idempiere_env_vars
export BUCKMINSTER_HOME=/opt/buckminster
export IDEMP_SOURCE=/opt/idempiere-source
export PATH=$PATH:/opt/director:$BUCKMINSTER_HOME
EOL
source /home/vagrant/idempiere_env_vars
cd /tmp
wget "
http://eclipse.mirror.rafal.ca/tools/buckminster/products/director_latest.zip"
cd /opt
unzip /tmp/director_latest.zip
export PATH=$PATH:/opt/director
cd $BUCKMINSTER_HOME
director -r
http://download.eclipse.org/tools/buckminster/headless-3.7/ -d $BUCKMINSTER_HOME -p Buckminster -i org.eclipse.buckminster.cmdline.product
export PATH=$PATH:$BUCKMINSTER_HOME
buckminster install
http://download.eclipse.org/tools/buckminster/headless-3.7/ org.eclipse.buckminster.core.headless.feature
buckminster install
http://download.eclipse.org/tools/buckminster/headless-3.7/ org.eclipse.buckminster.pde.headless.feature
buckminster install
http://download.eclipse.org/tools/buckminster/headless-3.7/ org.eclipse.buckminster.maven.headless.feature
hg clone
https://bitbucket.org/idempiere/idempiere $IDEMP_SOURCE
cd $IDEMP_SOURCE
# checkout 2.1 branch
hg pull && hp update release-2.1
cd $BUCKMINSTER_HOME
buckminster -data $IDEMP_SOURCE importtargetdefinition -A "$IDEMP_SOURCE/org.adempiere.sdk-feature/build-target-platform.target"
buckminster -L DEBUG -consoleLog -data $IDEMP_SOURCE import "$IDEMP_SOURCE/org.adempiere.sdk-feature/adempiere.cquery"
buckminster -L DEBUG -consoleLog -data $IDEMP_SOURCE build -t buckminster -L DEBUG -consoleLog -data $IDEMP_SOURCE perform \
-D 'qualifier.replacement.*=generator:buildTimestamp' \
-D "generator.buildTimestamp.format='v'yyyyMMdd-HHmm" \
-D 'target.os=*' \
-D '
target.ws=*' \
-D 'target.arch=*' \
'org.adempiere.server:eclipse.feature#site.p2'
buckminster -L DEBUG -consoleLog -data $IDEMP_SOURCE perform \
-D 'qualifier.replacement.*=generator:buildTimestamp' \
-D "generator.buildTimestamp.format='v'yyyyMMdd-HHmm" \
-D 'target.os=linux' \
-D '
target.ws=gtk' \
-D 'target.arch=x86_64' \
-D product.features=org.idempiere.eclipse.platform.feature.group \
-D product.profile=DefaultProfile \
-D
product.id=org.adempiere.server.product \
'org.adempiere.server:eclipse.feature#create.product.zip'
It works up until the step "buckminster -L DEBUG -consoleLog -data $IDEMP_SOURCE build -t". At that point, I get the following errors. Can anyone point me to where I'm making a mistake?
Thanks!
Here is the output of the build command:
!SESSION 2015-08-31 13:05:50.163 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.7.0_79
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments: -L DEBUG build -t
Command-line arguments: -L DEBUG -consoleLog -data /opt/idempiere-source build -t
!ENTRY org.eclipse.buckminster.runtime 0 293 2015-08-31 13:05:51.511
!MESSAGE build '-t'
build '-t'
!ENTRY org.eclipse.buckminster.core 0 293 2015-08-31 13:05:54.481
!MESSAGE Target platform provided by class org.eclipse.buckminster.pde.internal.PDETargetPlatform
Target platform provided by class org.eclipse.buckminster.pde.internal.PDETargetPlatform
!ENTRY org.eclipse.buckminster.runtime 1 293 2015-08-31 13:05:54.643
!MESSAGE Resetting target platform Target Platform
INFO: Resetting target platform Target Platform
!ENTRY org.eclipse.buckminster.core 0 293 2015-08-31 13:05:58.044
!MESSAGE Platform install location: /opt/buckminster
Platform install location: /opt/buckminster
Error: file /opt/idempiere-source/org.zkoss.zk.library: Project 'org.zkoss.zk.library' is missing required library: 'lib/timelinez-2.3.1_50.jar'
Error: file /opt/idempiere-source/org.zkoss.zk.library: Project 'org.zkoss.zk.library' is missing required library: 'lib/timeplotz-1.1_50.jar'
Error: file /opt/idempiere-source/org.zkoss.zk.library: Project 'org.zkoss.zk.library' is missing required library: 'lib/calendar-2.1.4.jar'
Error: file /opt/idempiere-source/org.zkoss.zk.library: Project 'org.zkoss.zk.library' is missing required library: 'lib/gmapsz-3.0.3.jar'
Error: file /opt/idempiere-source/org.zkoss.zk.library: Project 'org.zkoss.zk.library' is missing required library: 'lib/ckez-4.3.3.0.jar'
Error: file /opt/idempiere-source/org.zkoss.zk.library: Project 'org.zkoss.zk.library' is missing required library: 'lib/zk-7.0.3.jar'
Error: file /opt/idempiere-source/org.zkoss.zk.library: Project 'org.zkoss.zk.library' is missing required library: 'lib/zkbind-7.0.3.jar'
Error: file /opt/idempiere-source/org.zkoss.zk.library: Project 'org.zkoss.zk.library' is missing required library: 'lib/zkplus-7.0.3.jar'
Error: file /opt/idempiere-source/org.zkoss.zk.library: Project 'org.zkoss.zk.library' is missing required library: 'lib/zul-7.0.3.jar'
Error: file /opt/idempiere-source/org.zkoss.zk.library: Project 'org.zkoss.zk.library' is missing required library: 'lib/zweb-7.0.3.jar'
Error: file /opt/idempiere-source/org.zkoss.zk.library: Project 'org.zkoss.zk.library' is missing required library: 'lib/jython-2.5.3.jar'
Error: file /opt/idempiere-source/org.zkoss.zk.library: Project 'org.zkoss.zk.library' is missing required library: 'lib/jruby-complete-1.7.15.jar'
Error: file /opt/idempiere-source/org.zkoss.zk.library: Project 'org.zkoss.zk.library' is missing required library: 'lib/zcommon-7.0.3.jar'
Error: file /opt/idempiere-source/org.zkoss.zk.library: Project 'org.zkoss.zk.library' is missing required library: 'lib/zel-7.0.3.jar'
Error: file /opt/idempiere-source/org.zkoss.zk.library: Project 'org.zkoss.zk.library' is missing required library: 'lib/zhtml-7.0.3.jar'
Warning: file /opt/idempiere-source/org.adempiere.base/src/org/compiere/model/GridTab.java, line 44: The import org.adempiere.base.ServiceQuery is never used
Warning: file /opt/idempiere-source/org.adempiere.base/src/org/compiere/model/GridTab.java, line 45: The import org.adempiere.base.equinox.EquinoxExtensionLocator is never used
Warning: file /opt/idempiere-source/org.adempiere.server/src/main/servlet/org/adempiere/web/server/BasicVerifier.java, line 79: The method getRoles(String, String) from the type Login is deprecated
Warning: file /opt/idempiere-source/org.adempiere.report.jasper/src/org/adempiere/report/jasper/ReportStarter.java, line 51: The type JRExporter<I,IC,C,O> is deprecated
Warning: file /opt/idempiere-source/org.adempiere.report.jasper/src/org/adempiere/report/jasper/ReportStarter.java, line 52: The type JRExporterParameter is deprecated
Warning: file /opt/idempiere-source/org.adempiere.report.jasper/src/org/adempiere/report/jasper/ReportStarter.java, line 63: The type JRCsvExporterParameter is deprecated
Warning: file /opt/idempiere-source/org.adempiere.report.jasper/src/org/adempiere/report/jasper/ReportStarter.java, line 64: The type JRHtmlExporter is deprecated
Warning: file /opt/idempiere-source/org.adempiere.report.jasper/src/org/adempiere/report/jasper/ReportStarter.java, line 67: The type JRPrintServiceExporterParameter is deprecated
Warning: file /opt/idempiere-source/org.adempiere.report.jasper/src/org/adempiere/report/jasper/ReportStarter.java, line 658: The method setParameter(JRExporterParameter, Object) from the type JRAbstractExporter<PrintServiceReportConfiguration,PrintServiceExporterConfiguration,ExporterOutput,JRExporterContext> is deprecated
Warning: file /opt/idempiere-source/org.adempiere.report.jasper/src/org/adempiere/report/jasper/ReportStarter.java, line 658: The type JRExporterParameter is deprecated
Warning: file /opt/idempiere-source/org.adempiere.report.jasper/src/org/adempiere/report/jasper/ReportStarter.java, line 658: The field JRExporterParameter.JASPER_PRINT is deprecated
Warning: file /opt/idempiere-source/org.adempiere.report.jasper/src/org/adempiere/report/jasper/ReportStarter.java, line 659: The method setParameter(JRExporterParameter, Object) from the type JRAbstractExporter<PrintServiceReportConfiguration,PrintServiceExporterConfiguration,ExporterOutput,JRExporterContext> is deprecated
Warning: file /opt/idempiere-source/org.adempiere.report.jasper/src/org/adempiere/report/jasper/ReportStarter.java, line 659: The type JRPrintServiceExporterParameter is deprecated
Warning: file /opt/idempiere-source/org.adempiere.report.jasper/src/org/adempiere/report/jasper/ReportStarter.java, line 659: The field JRPrintServiceExporterParameter.PRINT_SERVICE is deprecated
Warning: file /opt/idempiere-source/org.adempiere.report.jasper/src/org/adempiere/report/jasper/ReportStarter.java, line 660: The method setParameter(JRExporterParameter, Object) from the type JRAbstractExporter<PrintServiceReportConfiguration,PrintServiceExporterConfiguration,ExporterOutput,JRExporterContext> is deprecated
Warning: file /opt/idempiere-source/org.adempiere.report.jasper/src/org/adempiere/report/jasper/ReportStarter.java, line 660: The type JRPrintServiceExporterParameter is deprecated
Warning: file /opt/idempiere-source/org.adempiere.report.jasper/src/org/adempiere/report/jasper/ReportStarter.java, line 660: The field JRPrintServiceExporterParameter.PRINT_SERVICE_ATTRIBUTE_SET is deprecated
Warning: file /opt/idempiere-source/org.adempiere.report.jasper/src/org/adempiere/report/jasper/ReportStarter.java, line 661: The method setParameter(JRExporterParameter, Object) from the type JRAbstractExporter<PrintServiceReportConfiguration,PrintServiceExporterConfiguration,ExporterOutput,JRExporterContext> is deprecated
Warning: file /opt/idempiere-source/org.adempiere.report.jasper/src/org/adempiere/report/jasper/ReportStarter.java, line 661: The type JRPrintServiceExporterParameter is deprecated
Warning: file /opt/idempiere-source/org.adempiere.report.jasper/src/org/adempiere/report/jasper/ReportStarter.java, line 661: The field JRPrintServiceExporterParameter.PRINT_REQUEST_ATTRIBUTE_SET is deprecated
Warning: file /opt/idempiere-source/org.adempiere.report.jasper/src/org/adempiere/report/jasper/ReportStarter.java, line 662: The method setParameter(JRExporterParameter, Object) from the type JRAbstractExporter<PrintServiceReportConfiguration,PrintServiceExporterConfiguration,ExporterOutput,JRExporterContext> is deprecated
Warning: file /opt/idempiere-source/org.adempiere.report.jasper/src/org/adempiere/report/jasper/ReportStarter.java, line 662: The type JRPrintServiceExporterParameter is deprecated
Warning: file /opt/idempiere-source/org.adempiere.report.jasper/src/org/adempiere/report/jasper/ReportStarter.java, line 662: The field JRPrintServiceExporterParameter.DISPLAY_PAGE_DIALOG is deprecated
Warning: file /opt/idempiere-source/org.adempiere.report.jasper/src/org/adempiere/report/jasper/ReportStarter.java, line 663: The method setParameter(JRExporterParameter, Object) from the type JRAbstractExporter<PrintServiceReportConfiguration,PrintServiceExporterConfiguration,ExporterOutput,JRExporterContext> is deprecated
Warning: file /opt/idempiere-source/org.adempiere.report.jasper/src/org/adempiere/report/jasper/ReportStarter.java, line 663: The type JRPrintServiceExporterParameter is deprecated
Warning: file /opt/idempiere-source/org.adempiere.report.jasper/src/org/adempiere/report/jasper/ReportStarter.java, line 663: The field JRPrintServiceExporterParameter.DISPLAY_PRINT_DIALOG is deprecated
Warning: file /opt/idempiere-source/org.adempiere.report.jasper/src/org/adempiere/report/jasper/ReportStarter.java, line 682: The method setParameter(JRExporterParameter, Object) from the type JRAbstractExporter<PdfReportConfiguration,PdfExporterConfiguration,OutputStreamExporterOutput,JRPdfExporterContext> is deprecated
Warning: file /opt/idempiere-source/org.adempiere.report.jasper/src/org/adempiere/report/jasper/ReportStarter.java, line 682: The type JRExporterParameter is deprecated
Warning: file /opt/idempiere-source/org.adempiere.report.jasper/src/org/adempiere/report/jasper/ReportStarter.java, line 682: The field JRExporterParameter.JASPER_PRINT is deprecated
Warning: file /opt/idempiere-source/org.adempiere.report.jasper/src/org/adempiere/report/jasper/ReportStarter.java, line 683: The method setParameter(JRExporterParameter, Object) from the type JRAbstractExporter<PdfReportConfiguration,PdfExporterConfiguration,OutputStreamExporterOutput,JRPdfExporterContext> is deprecated
Warning: file /opt/idempiere-source/org.adempiere.report.jasper/src/org/adempiere/report/jasper/ReportStarter.java, line 683: The type JRExporterParameter is deprecated
Warning: file /opt/idempiere-source/org.adempiere.report.jasper/src/org/adempiere/report/jasper/ReportStarter.java, line 683: The field JRExporterParameter.OUTPUT_FILE_NAME is deprecated
Warning: file /opt/idempiere-source/org.adempiere.report.jasper/src/org/adempiere/report/jasper/ReportStarter.java, line 722: The field JRCsvExporterParameter.FIELD_DELIMITER is deprecated
Warning: file /opt/idempiere-source/org.adempiere.report.jasper/src/org/adempiere/report/jasper/ReportStarter.java, line 727: The type JRHtmlExporter is deprecated
Warning: file /opt/idempiere-source/org.adempiere.report.jasper/src/org/adempiere/report/jasper/ReportStarter.java, line 727: The constructor JRHtmlExporter(JasperReportsContext) is deprecated
Warning: file /opt/idempiere-source/org.adempiere.report.jasper/src/org/adempiere/report/jasper/ReportStarter.java, line 736: The method setParameter(JRExporterParameter, Object) from the type JRExporter<capture#47-of ?,capture#48-of ?,capture#49-of ?,capture#50-of ?> is deprecated
Warning: file /opt/idempiere-source/org.adempiere.report.jasper/src/org/adempiere/report/jasper/ReportStarter.java, line 736: The type JRExporterParameter is deprecated
Warning: file /opt/idempiere-source/org.adempiere.report.jasper/src/org/adempiere/report/jasper/ReportStarter.java, line 736: The field JRExporterParameter.JASPER_PRINT is deprecated
Warning: file /opt/idempiere-source/org.adempiere.report.jasper/src/org/adempiere/report/jasper/ReportStarter.java, line 737: The method setParameter(JRExporterParameter, Object) from the type JRExporter<capture#51-of ?,capture#52-of ?,capture#53-of ?,capture#54-of ?> is deprecated
Warning: file /opt/idempiere-source/org.adempiere.report.jasper/src/org/adempiere/report/jasper/ReportStarter.java, line 737: The type JRExporterParameter is deprecated
Warning: file /opt/idempiere-source/org.adempiere.report.jasper/src/org/adempiere/report/jasper/ReportStarter.java, line 737: The field JRExporterParameter.OUTPUT_STREAM is deprecated
Warning: file /opt/idempiere-source/org.adempiere.report.jasper/src/org/adempiere/report/jasper/ReportStarter.java, line 711: The type JRExporter<?,?,?,?> is deprecated
Warning: file /opt/idempiere-source/org.adempiere.report.jasper/src/org/adempiere/report/jasper/ReportStarter.java, line 722: The method setParameter(JRExporterParameter, Object) from the type JRExporter<capture#23-of ?,capture#24-of ?,capture#25-of ?,capture#26-of ?> is deprecated
Warning: file /opt/idempiere-source/org.adempiere.report.jasper/src/org/adempiere/report/jasper/ReportStarter.java, line 722: The type JRCsvExporterParameter is deprecated
Warning: file /opt/idempiere-source/org.adempiere.ui.swing/src/org/compiere/grid/VSortTab.java, line 529: The method getSelectedValues() from the type JList<Object> is deprecated
Warning: file /opt/idempiere-source/org.adempiere.ui.swing/src/org/compiere/grid/VSortTab.java, line 529: The method getSelectedValues() from the type JList<Object> is deprecated
Warning: file /opt/idempiere-source/org.adempiere.ui.swing/src/org/compiere/grid/VSortTab.java, line 557: The method getSelectedValues() from the type JList<Object> is deprecated
Warning: file /opt/idempiere-source/org.adempiere.ui.swing/src/org/compiere/apps/Preference.java, line 547: The method setAutoCommit(Properties, boolean) from the type Env is deprecated
Warning: file /opt/idempiere-source/org.adempiere.ui.swing/src/org/compiere/apps/Preference.java, line 549: The method setAutoNew(Properties, boolean) from the type Env is deprecated
Warning: file /opt/idempiere-source/org.adempiere.ui.swing/src/org/compiere/apps/APanel.java, line 2031: The method getSelectedValues() from the type JList<Object> is deprecated
Warning: file /opt/idempiere-source/org.adempiere.ui.swing/src/org/adempiere/plaf/AdempiereTabbedPaneUI.java, line 1305: The method requestDefaultFocus() from the type JComponent is deprecated
Warning: file /opt/idempiere-source/org.adempiere.ui.swing/src/org/adempiere/plaf/AdempiereTabbedPaneUI.java, line 1402: The method findFocusOwner(Component) from the type SwingUtilities is deprecated
Warning: file /opt/idempiere-source/org.adempiere.report.jasper.swing/src/org/compiere/report/JasperReportViewer.java, line 128: The type JRExporterParameter is deprecated
Warning: file /opt/idempiere-source/org.adempiere.report.jasper.swing/src/org/compiere/report/JasperReportViewer.java, line 128: The field JRExporterParameter.JASPER_PRINT is deprecated
Warning: file /opt/idempiere-source/org.adempiere.report.jasper.swing/src/org/compiere/report/JasperReportViewer.java, line 20: The type JRExporterParameter is deprecated
Warning: file /opt/idempiere-source/org.adempiere.report.jasper.swing/src/org/compiere/report/JasperReportViewer.java, line 127: The method setParameter(JRExporterParameter, Object) from the type JRAbstractExporter<XlsReportConfiguration,XlsExporterConfiguration,OutputStreamExporterOutput,JRXlsExporterContext> is deprecated
Warning: file /opt/idempiere-source/org.adempiere.report.jasper.swing/src/org/compiere/report/JasperReportViewer.java, line 127: The type JRExporterParameter is deprecated
Warning: file /opt/idempiere-source/org.adempiere.report.jasper.swing/src/org/compiere/report/JasperReportViewer.java, line 127: The field JRExporterParameter.OUTPUT_FILE_NAME is deprecated
Warning: file /opt/idempiere-source/org.adempiere.report.jasper.swing/src/org/compiere/report/JasperReportViewer.java, line 128: The method setParameter(JRExporterParameter, Object) from the type JRAbstractExporter<XlsReportConfiguration,XlsExporterConfiguration,OutputStreamExporterOutput,JRXlsExporterContext> is deprecated
Error: file /opt/idempiere-source/org.zkoss.zk.library: The project cannot be built until build path errors are resolved
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 184: Package 'com.xhaus.modjy' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 185: Package 'com.ziclix.python.sql' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 186: Package 'com.ziclix.python.sql.connect' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 187: Package 'com.ziclix.python.sql.handler' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 188: Package 'com.ziclix.python.sql.pipe' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 189: Package 'com.ziclix.python.sql.pipe.csv' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 190: Package 'com.ziclix.python.sql.pipe.db' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 191: Package 'com.ziclix.python.sql.procedure' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 192: Package 'com.ziclix.python.sql.resource' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 193: Package 'com.ziclix.python.sql.util' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 196: Package 'javatests' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 197: Package 'jline' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 211: Package 'metainfo.mesg' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 212: Package 'metainfo.org.zkoss.util.media' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 213: Package 'metainfo.tld' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 214: Package 'metainfo.xel' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 215: Package 'metainfo.xml' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 216: Package 'metainfo.zk' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 231: Package 'org.jruby' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 232: Package 'org.jruby.anno' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 233: Package 'org.jruby.ast' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 234: Package 'org.jruby.ast.executable' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 235: Package 'org.jruby.ast.types' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 236: Package 'org.jruby.ast.util' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 237: Package 'org.jruby.ast.visitor' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 238: Package 'org.jruby.common' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 239: Package 'org.jruby.compiler' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 240: Package 'org.jruby.compiler.impl' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 241: Package 'org.jruby.compiler.util' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 242: Package 'org.jruby.environment' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 243: Package 'org.jruby.evaluator' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 244: Package 'org.jruby.exceptions' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 245: Package 'org.jruby.ext' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 246: Package 'org.jruby.ext.ffi' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 247: Package '
org.jruby.ext.ffi.io' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 248: Package 'org.jruby.ext.socket' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 249: Package 'org.jruby.gen' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 250: Package 'org.jruby.internal.runtime' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 251: Package 'org.jruby.internal.runtime.methods' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 252: Package 'org.jruby.java.addons' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 253: Package 'org.jruby.java.invokers' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 254: Package 'org.jruby.java.proxies' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 255: Package 'org.jruby.javasupport' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 256: Package 'org.jruby.javasupport.bsf' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 257: Package 'org.jruby.javasupport.proxy' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 258: Package 'org.jruby.javasupport.util' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 259: Package 'org.jruby.lexer.yacc' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 260: Package 'org.jruby.management' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 261: Package 'org.jruby.parser' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 262: Package 'org.jruby.platform' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 263: Package 'org.jruby.runtime' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 264: Package 'org.jruby.runtime.builtin' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 265: Package 'org.jruby.runtime.callback' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 266: Package 'org.jruby.runtime.callsite' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 267: Package 'org.jruby.runtime.component' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 268: Package 'org.jruby.runtime.invokedynamic' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 269: Package 'org.jruby.runtime.load' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 270: Package 'org.jruby.runtime.marshal' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 271: Package 'org.jruby.runtime.scope' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 272: Package 'org.jruby.util' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 273: Package 'org.jruby.util.collections' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 274: Package '
org.jruby.util.io' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 275: Package 'org.jruby.util.string' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 276: Package 'org.jruby.util.unsafe' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 324: Package 'org.python' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 325: Package 'org.python.antlr' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 326: Package 'org.python.antlr.adapter' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 327: Package 'org.python.antlr.ast' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 328: Package 'org.python.antlr.base' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 329: Package 'org.python.antlr.op' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 330: Package 'org.python.antlr.runtime' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 331: Package 'org.python.antlr.runtime.debug' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 332: Package 'org.python.antlr.runtime.misc' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 333: Package 'org.python.antlr.runtime.tree' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 334: Package 'org.python.apache.html.dom' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 335: Package 'org.python.apache.wml' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 336: Package 'org.python.apache.wml.dom' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 337: Package 'org.python.apache.xerces.dom' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 338: Package 'org.python.apache.xerces.dom.events' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 339: Package '
org.python.apache.xerces.dom3.as' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 340: Package 'org.python.apache.xerces.impl' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 341: Package 'org.python.apache.xerces.impl.dtd' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 342: Package 'org.python.apache.xerces.impl.dtd.models' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 343: Package 'org.python.apache.xerces.impl.dv' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 344: Package 'org.python.apache.xerces.impl.dv.dtd' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 345: Package 'org.python.apache.xerces.impl.dv.util' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 346: Package 'org.python.apache.xerces.impl.dv.xs' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 347: Package '
org.python.apache.xerces.impl.io' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 348: Package 'org.python.apache.xerces.impl.msg' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 349: Package 'org.python.apache.xerces.impl.validation' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 350: Package 'org.python.apache.xerces.impl.xpath' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 351: Package 'org.python.apache.xerces.impl.xpath.regex' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 352: Package 'org.python.apache.xerces.impl.xs' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 353: Package 'org.python.apache.xerces.impl.xs.identity' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 354: Package 'org.python.apache.xerces.impl.xs.models' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 355: Package 'org.python.apache.xerces.impl.xs.opti' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 356: Package 'org.python.apache.xerces.impl.xs.traversers' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 357: Package 'org.python.apache.xerces.impl.xs.util' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 358: Package 'org.python.apache.xerces.jaxp' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 359: Package 'org.python.apache.xerces.jaxp.datatype' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 360: Package 'org.python.apache.xerces.jaxp.validation' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 361: Package 'org.python.apache.xerces.parsers' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 362: Package 'org.python.apache.xerces.util' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 363: Package 'org.python.apache.xerces.xinclude' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 364: Package 'org.python.apache.xerces.xni' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 365: Package 'org.python.apache.xerces.xni.grammars' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 366: Package 'org.python.apache.xerces.xni.parser' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 367: Package 'org.python.apache.xerces.xpointer' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 368: Package 'org.python.apache.xerces.xs' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 369: Package 'org.python.apache.xerces.xs.datatypes' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 370: Package 'org.python.apache.xml.serialize' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 371: Package 'org.python.compiler' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 372: Package 'org.python.constantine' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 373: Package 'org.python.constantine.platform' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 374: Package 'org.python.constantine.platform.darwin' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 375: Package 'org.python.constantine.platform.fake' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 376: Package 'org.python.constantine.platform.freebsd' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 377: Package 'org.python.constantine.platform.linux' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 378: Package 'org.python.constantine.platform.openbsd' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 379: Package 'org.python.constantine.platform.sunos' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 380: Package 'org.python.core' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 381: Package 'org.python.core.adapter' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 382: Package '
org.python.core.io' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 383: Package 'org.python.core.packagecache' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 384: Package 'org.python.core.util' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 385: Package 'org.python.expose' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 386: Package 'org.python.modules' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 387: Package 'org.python.modules._collections' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 388: Package 'org.python.modules._csv' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 389: Package 'org.python.modules._functools' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 390: Package 'org.python.modules._weakref' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 391: Package 'org.python.modules.random' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 392: Package 'org.python.modules.sre' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 393: Package 'org.python.modules.thread' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 394: Package 'org.python.modules.time' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 395: Package 'org.python.modules.zipimport' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 396: Package 'org.python.objectweb.asm' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 397: Package 'org.python.objectweb.asm.commons' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 398: Package 'org.python.objectweb.asm.signature' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 399: Package 'org.python.objectweb.asm.util' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 400: Package 'org.python.posix' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 401: Package 'org.python.posix.util' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 402: Package 'org.python.tests' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 403: Package 'org.python.tests.identity' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 404: Package 'org.python.tests.inbred' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 405: Package 'org.python.tests.mro' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 406: Package 'org.python.tests.props' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 407: Package 'org.python.util' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 408: Package 'org.w3c.dom.html' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 409: Package 'org.zkforge.ckez' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 410: Package 'org.zkforge.json.simple' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 411: Package 'org.zkforge.json.simple.parser' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 412: Package 'org.zkforge.timeline' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 413: Package 'org.zkforge.timeline.data' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 414: Package 'org.zkforge.timeline.decorator' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 415: Package 'org.zkforge.timeline.event' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 416: Package 'org.zkforge.timeline.util' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 417: Package 'org.zkforge.timeplot' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 418: Package 'org.zkforge.timeplot.data' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 419: Package 'org.zkforge.timeplot.event' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 420: Package 'org.zkforge.timeplot.geometry' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 421: Package 'org.zkforge.timeplot.operator' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 422: Package 'org.zkoss' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 423: Package 'org.zkoss.bind' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 424: Package 'org.zkoss.bind.annotation' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 425: Package 'org.zkoss.bind.converter' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 426: Package 'org.zkoss.bind.converter.sys' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 427: Package 'org.zkoss.bind.impl' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 428: Package 'org.zkoss.bind.sys' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 429: Package 'org.zkoss.bind.sys.debugger' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 430: Package 'org.zkoss.bind.sys.debugger.impl' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 431: Package '
org.zkoss.bind.sys.debugger.impl.info' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 432: Package 'org.zkoss.bind.sys.tracker' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 433: Package 'org.zkoss.bind.tracker.impl' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 434: Package 'org.zkoss.bind.validator' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 435: Package 'org.zkoss.bind.xel' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 436: Package 'org.zkoss.bind.xel.zel' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 437: Package 'org.zkoss.calendar' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 438: Package 'org.zkoss.calendar.api' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 439: Package 'org.zkoss.calendar.event' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 440: Package 'org.zkoss.calendar.impl' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 441: Package 'org.zkoss.fsm' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 442: Package 'org.zkoss.gmaps' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 443: Package 'org.zkoss.gmaps.event' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 444: Package 'org.zkoss.html' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 445: Package 'org.zkoss.idom' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 446: Package 'org.zkoss.idom.impl' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 447: Package 'org.zkoss.idom.input' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 448: Package 'org.zkoss.idom.transform' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 449: Package 'org.zkoss.idom.util' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 450: Package 'org.zkoss.image' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 451: Package 'org.zkoss.image.encoder' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 452: Package '
org.zkoss.io' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 453: Package 'org.zkoss.json' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 454: Package 'org.zkoss.json.parser' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 455: Package 'org.zkoss.lang' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 456: Package 'org.zkoss.lang.reflect' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 457: Package 'org.zkoss.math' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 458: Package 'org.zkoss.mesg' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 459: Package 'org.zkoss.sound' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 460: Package 'org.zkoss.text' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 461: Package 'org.zkoss.util' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 462: Package 'org.zkoss.util.logging' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 212: Package 'org.zkoss.util.media' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 465: Package 'org.zkoss.util.resource.impl' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 466: Package 'org.zkoss.web' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 467: Package 'org.zkoss.web.fn' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 468: Package 'org.zkoss.web.init' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 469: Package 'org.zkoss.web.mesg' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 470: Package 'org.zkoss.web.portlet' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 471: Package 'org.zkoss.web.servlet' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 472: Package 'org.zkoss.web.servlet.dsp' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 473: Package 'org.zkoss.web.servlet.dsp.action' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 474: Package 'org.zkoss.web.servlet.dsp.action.html' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 475: Package 'org.zkoss.web.servlet.dsp.impl' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 476: Package 'org.zkoss.web.servlet.http' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 477: Package 'org.zkoss.web.servlet.xel' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 478: Package 'org.zkoss.web.theme' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 480: Package 'org.zkoss.xel' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 481: Package 'org.zkoss.xel.el' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 482: Package 'org.zkoss.xel.fn' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 483: Package 'org.zkoss.xel.taglib' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 484: Package 'org.zkoss.xel.util' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 485: Package 'org.zkoss.xel.zel' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 486: Package 'org.zkoss.xml' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 487: Package 'org.zkoss.zel' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 488: Package 'org.zkoss.zel.impl' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 489: Package 'org.zkoss.zel.impl.lang' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 490: Package 'org.zkoss.zel.impl.parser' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 491: Package 'org.zkoss.zel.impl.util' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 492: Package 'org.zkoss.zhtml' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 493: Package 'org.zkoss.zhtml.impl' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 494: Package 'org.zkoss.zk' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 495: Package '
org.zkoss.zk.au' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 496: Package 'org.zkoss.zk.au.http' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 497: Package 'org.zkoss.zk.au.out' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 498: Package 'org.zkoss.zk.device' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 499: Package 'org.zkoss.zk.fn' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 501: Package 'org.zkoss.zk.mesg' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 502: Package 'org.zkoss.zk.scripting' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 503: Package 'org.zkoss.zk.scripting.bsh' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 504: Package 'org.zkoss.zk.scripting.groovy' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 505: Package 'org.zkoss.zk.scripting.jruby' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 506: Package 'org.zkoss.zk.scripting.jython' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 507: Package 'org.zkoss.zk.scripting.rhino' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 508: Package 'org.zkoss.zk.scripting.util' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 509: Package 'org.zkoss.zk.ui' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 510: Package 'org.zkoss.zk.ui.annotation' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 511: Package 'org.zkoss.zk.ui.event' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 512: Package 'org.zkoss.zk.ui.event.impl' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 513: Package 'org.zkoss.zk.ui.ext' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 514: Package 'org.zkoss.zk.ui.ext.render' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 515: Package 'org.zkoss.zk.ui.http' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 516: Package 'org.zkoss.zk.ui.impl' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 517: Package 'org.zkoss.zk.ui.metainfo' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 518: Package 'org.zkoss.zk.ui.metainfo.impl' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 519: Package 'org.zkoss.zk.ui.select' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 520: Package 'org.zkoss.zk.ui.select.annotation' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 521: Package 'org.zkoss.zk.ui.select.impl' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 522: Package 'org.zkoss.zk.ui.sys' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 523: Package 'org.zkoss.zk.ui.util' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 524: Package 'org.zkoss.zk.xel' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 525: Package 'org.zkoss.zk.xel.impl' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 526: Package 'org.zkoss.zkplus' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 527: Package 'org.zkoss.zkplus.acegi' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 528: Package 'org.zkoss.zkplus.cdi' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 529: Package 'org.zkoss.zkplus.cluster' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 530: Package 'org.zkoss.zkplus.databind' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 531: Package 'org.zkoss.zkplus.embed' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 532: Package 'org.zkoss.zkplus.hibernate' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 533: Package 'org.zkoss.zkplus.jndi' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 534: Package 'org.zkoss.zkplus.jpa' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 535: Package 'org.zkoss.zkplus.liferay' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 536: Package 'org.zkoss.zkplus.seasar' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 537: Package 'org.zkoss.zkplus.spring' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 538: Package 'org.zkoss.zkplus.theme' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 539: Package 'org.zkoss.zkplus.util' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 540: Package 'org.zkoss.zul' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 541: Package 'org.zkoss.zul.event' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 542: Package 'org.zkoss.zul.ext' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 544: Package 'org.zkoss.zul.mesg' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 545: Package 'org.zkoss.zul.theme' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 466: Package 'web' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 547: Package 'web.aud' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 548: Package 'web.ckez.html' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 549: Package 'web.ckez.img' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 550: Package 'web.dsp.action.html' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 551: Package 'web.html' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 552: Package 'web.img' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 553: Package 'web.js.calendar' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 554: Package 'web.js.calendar.css' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 555: Package 'web.js.calendar.img' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 556: Package 'web.js.calendar.lang' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 557: Package 'web.js.calendar.mold' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 558: Package 'web.js.ckez' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 559: Package 'web.js.ckez.ext.CKeditor' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 560: Package 'web.js.ckez.ext.CKeditor.adapters' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 561: Package 'web.js.ckez.ext.CKeditor.lang' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 562: Package 'web.js.ckez.ext.CKeditor.plugins' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 563: Package 'web.js.ckez.ext.CKeditor.plugins.a11yhelp.dialogs' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 564: Package 'web.js.ckez.ext.CKeditor.plugins.a11yhelp.dialogs.lang' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 565: Package 'web.js.ckez.ext.CKeditor.plugins.about.dialogs' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 566: Package 'web.js.ckez.ext.CKeditor.plugins.clipboard.dialogs' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 567: Package 'web.js.ckez.ext.CKeditor.plugins.colordialog.dialogs' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 568: Package 'web.js.ckez.ext.CKeditor.plugins.dialog' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 569: Package 'web.js.ckez.ext.CKeditor.plugins.div.dialogs' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 570: Package 'web.js.ckez.ext.CKeditor.plugins.fakeobjects.images' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 571: Package 'web.js.ckez.ext.CKeditor.plugins.find.dialogs' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 572: Package 'web.js.ckez.ext.CKeditor.plugins.flash.dialogs' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 573: Package 'web.js.ckez.ext.CKeditor.plugins.flash.images' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 574: Package 'web.js.ckez.ext.CKeditor.plugins.forms.dialogs' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 575: Package 'web.js.ckez.ext.CKeditor.plugins.forms.images' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 576: Package 'web.js.ckez.ext.CKeditor.plugins.iframe.dialogs' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 577: Package 'web.js.ckez.ext.CKeditor.plugins.iframe.images' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 578: Package 'web.js.ckez.ext.CKeditor.plugins.image.dialogs' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 579: Package 'web.js.ckez.ext.CKeditor.plugins.image.images' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 580: Package 'web.js.ckez.ext.CKeditor.plugins.link.dialogs' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 581: Package 'web.js.ckez.ext.CKeditor.plugins.link.images' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 582: Package 'web.js.ckez.ext.CKeditor.plugins.liststyle.dialogs' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 583: Package 'web.js.ckez.ext.CKeditor.plugins.magicline.images' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 584: Package 'web.js.ckez.ext.CKeditor.plugins.pagebreak.images' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 585: Package 'web.js.ckez.ext.CKeditor.plugins.pastefromword.filter' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 586: Package 'web.js.ckez.ext.CKeditor.plugins.preview' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 587: Package 'web.js.ckez.ext.CKeditor.plugins.scayt' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 588: Package 'web.js.ckez.ext.CKeditor.plugins.scayt.dialogs' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 589: Package 'web.js.ckez.ext.CKeditor.plugins.showblocks.images' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 590: Package 'web.js.ckez.ext.CKeditor.plugins.smiley.dialogs' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 591: Package 'web.js.ckez.ext.CKeditor.plugins.smiley.images' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 592: Package 'web.js.ckez.ext.CKeditor.plugins.specialchar.dialogs' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 593: Package 'web.js.ckez.ext.CKeditor.plugins.specialchar.dialogs.lang' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 594: Package 'web.js.ckez.ext.CKeditor.plugins.table.dialogs' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 595: Package 'web.js.ckez.ext.CKeditor.plugins.tabletools.dialogs' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 596: Package 'web.js.ckez.ext.CKeditor.plugins.templates.dialogs' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 597: Package 'web.js.ckez.ext.CKeditor.plugins.templates.templates' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 598: Package 'web.js.ckez.ext.CKeditor.plugins.templates.templates.images' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 599: Package 'web.js.ckez.ext.CKeditor.plugins.wsc' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 600: Package 'web.js.ckez.ext.CKeditor.plugins.wsc.dialogs' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 601: Package 'web.js.ckez.ext.CKeditor.skins.moono' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 602: Package 'web.js.ckez.ext.CKeditor.skins.moono.images' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 603: Package 'web.js.gmaps' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 604: Package 'web.js.gmaps.css' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 605: Package 'web.js.gmaps.ext' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 606: Package 'web.js.timelinez' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 607: Package 'web.js.timelinez.css' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 608: Package 'web.js.timelinez.ext' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 609: Package 'web.js.timelinez.ext.timeline' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 610: Package 'web.js.timelinez.ext.timeline.images' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 611: Package 'web.js.timelinez.ext.timeline.scripts' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 612: Package 'web.js.timelinez.ext.timeline.scripts.ext' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 613: Package 'web.js.timelinez.ext.timeline.scripts.l10n.cs' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 614: Package '
web.js.timelinez.ext.timeline.scripts.l10n.de' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 615: Package 'web.js.timelinez.ext.timeline.scripts.l10n.en' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 616: Package '
web.js.timelinez.ext.timeline.scripts.l10n.es' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 617: Package '
web.js.timelinez.ext.timeline.scripts.l10n.fr' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 618: Package '
web.js.timelinez.ext.timeline.scripts.l10n.it' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 619: Package '
web.js.timelinez.ext.timeline.scripts.l10n.nl' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 620: Package '
web.js.timelinez.ext.timeline.scripts.l10n.ru' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 621: Package '
web.js.timelinez.ext.timeline.scripts.l10n.se' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 622: Package '
web.js.timelinez.ext.timeline.scripts.l10n.tr' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 623: Package '
web.js.timelinez.ext.timeline.scripts.l10n.vi' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 624: Package 'web.js.timelinez.ext.timeline.scripts.l10n.zh' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 625: Package 'web.js.timelinez.mold' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 626: Package 'web.js.timeplotz' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 627: Package 'web.js.timeplotz.css' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 628: Package 'web.js.timeplotz.ext.timeplot' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 629: Package 'web.js.timeplotz.ext.timeplot.images' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 630: Package 'web.js.timeplotz.ext.timeplot.locales.en' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 631: Package 'web.js.timeplotz.ext.timeplot.scripts' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 632: Package 'web.js.timeplotz.mold' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 633: Package 'web.js.zhtml' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 634: Package 'web.js.zk' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 635: Package 'web.js.zk.aaas' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 636: Package 'web.js.zk.canvas' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 637: Package 'web.js.zk.cpsp' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 638: Package 'web.js.zk.debug' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 639: Package 'web.js.zk.ext' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 640: Package 'web.js.zk.fmt' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 641: Package 'web.js.zk.gapi' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 642: Package 'web.js.zk.lang' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 643: Package 'web.js.zk.wgt' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 644: Package 'web.js.zk.xml' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 645: Package 'web.js.zk.zuml' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 646: Package 'web.js.zul' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 647: Package 'web.js.zul.box' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 648: Package 'web.js.zul.box.css' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 649: Package 'web.js.zul.box.less' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 650: Package 'web.js.zul.box.mold' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 651: Package 'web.js.zul.db' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 652: Package 'web.js.zul.db.css' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 653: Package 'web.js.zul.db.less' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 654: Package 'web.js.zul.db.mold' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 655: Package 'web.js.zul.fud' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 656: Package 'web.js.zul.grid' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 657: Package 'web.js.zul.grid.css' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 658: Package 'web.js.zul.grid.less' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 659: Package 'web.js.zul.grid.mold' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 660: Package 'web.js.zul.inp' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 661: Package 'web.js.zul.inp.css' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 662: Package 'web.js.zul.inp.less' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 663: Package 'web.js.zul.inp.mold' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 664: Package 'web.js.zul.lang' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 665: Package 'web.js.zul.layout' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 666: Package 'web.js.zul.layout.css' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 667: Package 'web.js.zul.layout.less' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 668: Package 'web.js.zul.layout.mold' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 669: Package 'web.js.zul.med' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 670: Package 'web.js.zul.med.mold' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 671: Package 'web.js.zul.menu' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 672: Package 'web.js.zul.menu.css' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 673: Package 'web.js.zul.menu.less' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 674: Package 'web.js.zul.menu.mold' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 675: Package 'web.js.zul.mesh' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 676: Package 'web.js.zul.mesh.css' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 677: Package 'web.js.zul.mesh.less' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 678: Package 'web.js.zul.mesh.mold' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 679: Package 'web.js.zul.sel' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 680: Package 'web.js.zul.sel.css' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 681: Package 'web.js.zul.sel.less' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 682: Package 'web.js.zul.sel.mold' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 683: Package 'web.js.zul.tab' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 684: Package 'web.js.zul.tab.css' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 685: Package 'web.js.zul.tab.less' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 686: Package 'web.js.zul.tab.mold' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 687: Package 'web.js.zul.utl' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 688: Package 'web.js.zul.utl.mold' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 689: Package 'web.js.zul.wgt' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 690: Package 'web.js.zul.wgt.css' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 691: Package 'web.js.zul.wgt.less' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 692: Package 'web.js.zul.wgt.mold' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 693: Package 'web.js.zul.wnd' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 694: Package 'web.js.zul.wnd.css' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 695: Package 'web.js.zul.wnd.less' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 696: Package 'web.js.zul.wnd.mold' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 697: Package 'web.zk' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 698: Package 'web.zk.img' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 699: Package 'web.zk.img.debug' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 700: Package 'web.zul.css' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 701: Package 'web.zul.html' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 702: Package 'web.zul.img' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 703: Package 'web.zul.img.button' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 704: Package 'web.zul.img.common' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 705: Package 'web.zul.img.errbox' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 706: Package 'web.zul.img.grid' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 707: Package 'web.zul.img.input' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 708: Package 'web.zul.img.layout' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 709: Package 'web.zul.img.menu' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 710: Package 'web.zul.img.misc' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 711: Package 'web.zul.img.msgbox' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 712: Package 'web.zul.img.paging' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 713: Package 'web.zul.img.popup' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 714: Package 'web.zul.img.slider' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 715: Package 'web.zul.img.splt' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 716: Package 'web.zul.img.tab' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 717: Package 'web.zul.img.tree' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 718: Package 'web.zul.img.wnd' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 719: Package 'web.zul.less' does not exist in this plug-in
Error: file /opt/idempiere-source/org.zkoss.zk.library/META-INF/MANIFEST.MF, line 720: Package 'web.zul.less.font' does not exist in this plug-in
Warning: file /opt/idempiere-source/org.zkoss.zk.library/build.properties, line 14: The file "lib/jython-2.5.3.jar" does not exist in the workspace
Warning: file /opt/idempiere-source/org.zkoss.zk.library/build.properties, line 15: The file "lib/zcommon-7.0.3.jar" does not exist in the workspace
Warning: file /opt/idempiere-source/org.zkoss.zk.library/build.properties, line 23: The file "lib/jruby-complete-1.7.15.jar" does not exist in the workspace
Warning: file /opt/idempiere-source/org.zkoss.zk.library/build.properties, line 24: The file "lib/ckez-4.3.3.0.jar" does not exist in the workspace
Warning: file /opt/idempiere-source/org.zkoss.zk.library/build.properties, line 25: The file "lib/gmapsz-3.0.3.jar" does not exist in the workspace
Warning: file /opt/idempiere-source/org.zkoss.zk.library/build.properties, line 26: The file "lib/calendar-2.1.4.jar" does not exist in the workspace
Warning: file /opt/idempiere-source/org.zkoss.zk.library/build.properties, line 27: The file "lib/timelinez-2.3.1_50.jar" does not exist in the workspace
Warning: file /opt/idempiere-source/org.zkoss.zk.library/build.properties, line 28: The file "lib/timeplotz-1.1_50.jar" does not exist in the workspace
Warning: file /opt/idempiere-source/org.zkoss.zk.library/build.properties, line 1: 'source.lib/jython-2.5.3.jar' build entry is missing
Warning: file /opt/idempiere-source/org.zkoss.zk.library/build.properties, line 16: The file "lib/zel-7.0.3.jar" does not exist in the workspace
Warning: file /opt/idempiere-source/org.zkoss.zk.library/build.properties, line 17: The file "lib/zhtml-7.0.3.jar" does not exist in the workspace
Warning: file /opt/idempiere-source/org.zkoss.zk.library/build.properties, line 18: The file "lib/zk-7.0.3.jar" does not exist in the workspace
Warning: file /opt/idempiere-source/org.zkoss.zk.library/build.properties, line 19: The file "lib/zkbind-7.0.3.jar" does not exist in the workspace
Warning: file /opt/idempiere-source/org.zkoss.zk.library/build.properties, line 20: The file "lib/zkplus-7.0.3.jar" does not exist in the workspace
Warning: file /opt/idempiere-source/org.zkoss.zk.library/build.properties, line 21: The file "lib/zul-7.0.3.jar" does not exist in the workspace
Warning: file /opt/idempiere-source/org.zkoss.zk.library/build.properties, line 22: The file "lib/zweb-7.0.3.jar" does not exist in the workspace
Warning: file /opt/idempiere-source/org.zkoss.zk.library/build.properties, line 1: 'source.lib/zcommon-7.0.3.jar' build entry is missing
Warning: file /opt/idempiere-source/org.zkoss.zk.library/build.properties, line 1: 'source.lib/zel-7.0.3.jar' build entry is missing
Warning: file /opt/idempiere-source/org.zkoss.zk.library/build.properties, line 1: 'source.lib/zhtml-7.0.3.jar' build entry is missing
Warning: file /opt/idempiere-source/org.zkoss.zk.library/build.properties, line 1: 'source.lib/zk-7.0.3.jar' build entry is missing
Warning: file /opt/idempiere-source/org.zkoss.zk.library/build.properties, line 1: 'source.lib/zkbind-7.0.3.jar' build entry is missing
Warning: file /opt/idempiere-source/org.zkoss.zk.library/build.properties, line 1: 'source.lib/zkplus-7.0.3.jar' build entry is missing
Warning: file /opt/idempiere-source/org.zkoss.zk.library/build.properties, line 1: 'source.lib/zul-7.0.3.jar' build entry is missing
Warning: file /opt/idempiere-source/org.zkoss.zk.library/build.properties, line 1: 'source.lib/zweb-7.0.3.jar' build entry is missing
Warning: file /opt/idempiere-source/org.zkoss.zk.library/build.properties, line 1: 'source.lib/jruby-complete-1.7.15.jar' build entry is missing
Warning: file /opt/idempiere-source/org.zkoss.zk.library/build.properties, line 1: 'source.lib/ckez-4.3.3.0.jar' build entry is missing
Warning: file /opt/idempiere-source/org.zkoss.zk.library/build.properties, line 1: 'source.lib/gmapsz-3.0.3.jar' build entry is missing
Warning: file /opt/idempiere-source/org.zkoss.zk.library/build.properties, line 1: 'source.lib/calendar-2.1.4.jar' build entry is missing
Warning: file /opt/idempiere-source/org.zkoss.zk.library/build.properties, line 1: 'source.lib/timelinez-2.3.1_50.jar' build entry is missing
Warning: file /opt/idempiere-source/org.zkoss.zk.library/build.properties, line 1: 'source.lib/timeplotz-1.1_50.jar' build entry is missing
Error: file /opt/idempiere-source/org.adempiere.ui.zk: The project was not built since it depends on org.zkoss.zk.library, which has build path errors
!ENTRY org.eclipse.buckminster.core 0 293 2015-08-31 13:06:45.353
!MESSAGE Doing full workspace refresh
Doing full workspace refresh
!ENTRY org.eclipse.buckminster.core 0 293 2015-08-31 13:06:45.477
!MESSAGE Waiting for jobs to end
Waiting for jobs to end