-
bi-platform-plugin-services build error
Hello,
I'm attempting to build the 3.0.0.RC2 tag of the bi-platform-v2. Everything auto-compiles fine through eclipse, but when I attempt to run dev_build.dev_rebuild, I get the following error:
BUILD FAILED
C:\Documents and Settings\Shaharyar\My Documents\workspace\workspace pentaho bi\bi-platform-build\dev_build.xml:96: The following error occurred while executing this line:
C:\Documents and Settings\Shaharyar\My Documents\workspace\workspace pentaho bi\bi-platform-build\dev_build.xml:130: The following error occurred while executing this line:
C:\Documents and Settings\Shaharyar\My Documents\workspace\workspace pentaho bi\bi-platform-plugin-services\build.xml:42: Error running C:\Program Files\Java\jdk1.6.0_14\bin\javac.exe compiler
Total time: 1 minute
I'm not sure why it errors. The java bin is correctly set in the path, and I am able to run javac in the command prompt. Does anyone know what could be causing the error, or if there is anyway to debug this?
-
When I run dev_build.compile, I get the following error messages:
init:
compile.pre:
compile.compile:
[javac] Compiling 70 source files to C:\Documents and Settings\Shaharyar\My Documents\workspace\workspace pentaho bi\tomcat-pci-test\biserver-ce\tomcat\webapps\pentaho\WEB-INF\classes
[javac] C:\Documents and Settings\Shaharyar\My Documents\workspace\workspace pentaho bi\bi-platform-plugin-services\cache\src\org\pentaho\platform\plugin\ser vices\cache\CacheManager.java:28: package org.apache.commons.logging does not exist
[javac] import org.apache.commons.logging.Log;
[javac] ^
[javac] C:\Documents and Settings\Shaharyar\My Documents\workspace\workspace pentaho bi\bi-platform-plugin-services\cache\src\org\pentaho\platform\plugin\ser vices\cache\CacheManager.java:29: package org.apache.commons.logging does not exist
[javac] import org.apache.commons.logging.LogFactory;
[javac] ^
[javac] C:\Documents and Settings\Shaharyar\My Documents\workspace\workspace pentaho bi\bi-platform-plugin-services\cache\src\org\pentaho\platform\plugin\ser vices\cache\CacheManager.java:30: package org.dom4j does not exist
[javac] import org.dom4j.Element;
[javac] ^
[javac] C:\Documents and Settings\Shaharyar\My Documents\workspace\workspace pentaho bi\bi-platform-plugin-services\cache\src\org\pentaho\platform\plugin\ser vices\cache\CacheManager.java:31: package org.hibernate.cache does not exist
[javac] import org.hibernate.cache.Cache;
[javac] ^
[javac] C:\Documents and Settings\Shaharyar\My Documents\workspace\workspace pentaho bi\bi-platform-plugin-services\cache\src\org\pentaho\platform\plugin\ser vices\cache\CacheManager.java:32: package org.hibernate.cache does not exist
[javac] import org.hibernate.cache.CacheException;
[javac] ^
[javac] C:\Documents and Settings\Shaharyar\My Documents\workspace\workspace pentaho bi\bi-platform-plugin-services\cache\src\org\pentaho\platform\plugin\ser vices\cache\CacheManager.java:33: package org.hibernate.cache does not exist
[javac] import org.hibernate.cache.CacheProvider;
[javac] ^
[javac] C:\Documents and Settings\Shaharyar\My Documents\workspace\workspace pentaho bi\bi-platform-plugin-services\cache\src\org\pentaho\platform\plugin\ser vices\cache\CacheManager.java:122: cannot find symbol
[javac] symbol : class Log
[javac] location: class org.pentaho.platform.plugin.services.cache.CacheMa nager
[javac] protected static final Log logger = LogFactory.getLog(CacheManager.class);
[javac] ^
[javac] C:\Documents and Settings\Shaharyar\My Documents\workspace\workspace pentaho bi\bi-platform-plugin-services\cache\src\org\pentaho\platform\plugin\ser vices\cache\CacheManager.java:124: cannot find symbol
[javac] symbol : class CacheProvider
[javac] location: class org.pentaho.platform.plugin.services.cache.CacheMa nager
[javac] private CacheProvider cacheProvider;
[javac] ^
However, eclipse is able to auto-compile it, and therefore, does not show any existing errors. Is there anything I can do to solve this issue?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules