Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Outdated files causing problems for automated build and test process
Outdated files causing problems for automated build and test process [message #292422] Thu, 06 October 2005 08:22
Eclipse UserFriend
I'am now nearly finished with setting up an automated build and test
process using the PDE/RelEng build and test scripts. Unfortunately there
were lots of problems. The last two of these (among many others) were:

o The fragment "org.eclipe.ant.optional.junit" is not up to date. It
refers
to version 1.4.1 of org.apache.ant instead of to version 1.6.5 which
currently ships with eclipse. Therefore the fragment is simply ignored.
This will result in NoClassDefFoundError being thrown when trying to
run
a test using the library.xml included in the org.eclipse.test plugin.

The error is thrown when the following class is loaded:

org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultF ormatter

This class implements the interface junit.framework.TestListener, whose
class file is to be loaded through the above-mentioned fragment.

o JUNIT.XSL missing in eclipse-test-framework-XXX.zip

I'am wondering why this is the case. The build.properties in the CVS
includes the pattern *.xsl so that this file should have been included
in the zip file.
(Note: At least versions 3.1 and 3.2 M2 miss the file.)

Should I file a bug report? (Or, could anyone do this for me?)


Kind regards,

Stefan Mücke
Previous Topic:org.eclipse.ui.part
Next Topic:IDE.openEditor
Goto Forum:
  


Current Time: Tue Sep 16 14:29:59 EDT 2025

Powered by FUDForum. Page generated in 0.03484 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top