Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Bugzilla 170837 - Patch review request and question re: running tests

Hi,
 
I have submitted a patch for bugzilla 170837 which I am requesting be backported to release stream 2.1.2.
 
https://bugs.eclipse.org/bugs/show_bug.cgi?id=170837
 
I would appreciate it if someone would review this patch, and commit if the submission is satisfactory.
 
I tried to run the tests for this patch under the org.eclipse.birt.report.tests.viewer project, but could not get them to run.  It appears the problem is related to the org.eclipse.birt.tests.core project not running correctly. 
 
The last line that occurs when I try to run the tests by selecting Run As > Ant Build ... from the
org.eclipse.birt.report.tests.viewer build.xml file is:
 

BUILD FAILED

C:\projects\BIRT\212_build_workspace\org.eclipse.birt.report.tests.viewer\build.xml:143: The following error occurred while executing this line:

java.lang.NoClassDefFoundError: org/apache/bsf/BSFException

 

This refers to the build.xml file under the org.eclipse.birt.tests.core project.  I manually added the ant-apache-bsf.jar file to my Java Build Path for this project to no avail.

 

Does someone know what I need to do to run these tests?

 

Thanks for your help,

 

Susan

 
 
 

Back to the top