← Back to team overview

zorba-coders team mailing list archive

[Bug 955040] Re: XSL-FO module test added even if module is not built

 

Rodolfo,

With your change you introduced a bug:
http://bazaar.launchpad.net/~zorba-coders/zorba/data-formatting-module/revision/25.1.1

If ZORBA_WITH_FOP is used by user the data-formating modules is skiped.
But the intent of this flag is to force Zorba to have FOP, if some
dependency is not satisfied it should stop with an error. I'm assigning
this bug to you to fix this part.

** Changed in: zorba
     Assignee: Cezar Andrei (cezar-andrei) => Rodolfo Ochoa (rodolfo-ochoa)

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/955040

Title:
  XSL-FO module test added even if module is not built

Status in Zorba - The XQuery Processor:
  New

Bug description:
  Here is a CMake output:

  -- Looking for Java
  -- Looking for JNI
  -- Variable XSL_FOP_HOME not defined, trying defaults:  /usr/share/java/ /usr/share/java/fop/
  -- XSL-FOP HOME :/usr/share/java//usr/share/java/fop/
  -- fop.jar and all its dependecies not found skiping data-formating module
  -- 
  -- End modules
  -- Added 1 tests in /home/spungi/work/zorba/tmp/zorba_modules/data-formatting/test

  
  As you see the test for XSL-FO module is added even if the module is not built because not all dependencies were found.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/955040/+subscriptions


References