You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by Andreas Delmelle <an...@telenet.be> on 2008/02/02 00:15:13 UTC

Failing transcoder test?

Hi people

Earlier tonight, I updated my local sandbox, and just noticed that  
the junit-transcoder test is failing, due to:
java.lang.NoClassDefFoundError: org/apache/fop/util/ColorProfileUtil

The class is definitely there, so I suspect it is referenced somehow  
(maybe indirectly) by the related test, but not included in the  
classpath (= not included in the transcoder.jar)

Am I missing something here, or does anyone else have this too?


Cheers

Andreas

Re: Failing transcoder test?

Posted by Jeremias Maerki <de...@jeremias-maerki.ch>.
Fixed. I didn't run the build after my changes yesterday.

On 02.02.2008 00:15:13 Andreas Delmelle wrote:
> 
> Hi people
> 
> Earlier tonight, I updated my local sandbox, and just noticed that  
> the junit-transcoder test is failing, due to:
> java.lang.NoClassDefFoundError: org/apache/fop/util/ColorProfileUtil
> 
> The class is definitely there, so I suspect it is referenced somehow  
> (maybe indirectly) by the related test, but not included in the  
> classpath (= not included in the transcoder.jar)
> 
> Am I missing something here, or does anyone else have this too?
> 
> 
> Cheers
> 
> Andreas




Jeremias Maerki