Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/add-information-extraction-module into lp:~zorba-coders/zorba/zorba-experimental

2012-05-23 Thread Zorba Build Bot
The attempt to merge lp:~zorba-coders/zorba/add-information-extraction-module 
into lp:~zorba-coders/zorba/zorba-experimental failed. Below is the output from 
the failed tests.

experimental build started for 
lp:~zorba-coders/zorba/add-information-extraction-module. Check out 
http://add-information-extraction-module.zorba-xquery.com/ in half an hour or 
so. Logfile at 
http://zorbatest.lambda.nu:8080/remotequeue/experimental/add-information-extraction-module.log
 .


-- 
https://code.launchpad.net/~zorba-coders/zorba/add-information-extraction-module/+merge/106837
Your team Zorba Coders is requested to review the proposed merge of 
lp:~zorba-coders/zorba/add-information-extraction-module into 
lp:~zorba-coders/zorba/zorba-experimental.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/add-information-extraction-module into lp:~zorba-coders/zorba/zorba-experimental

2012-05-23 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/add-information-extraction-module 
into lp:~zorba-coders/zorba/zorba-experimental has been updated.

Status: Approved = Needs review

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/add-information-extraction-module/+merge/106837
-- 
https://code.launchpad.net/~zorba-coders/zorba/add-information-extraction-module/+merge/106837
Your team Zorba Coders is requested to review the proposed merge of 
lp:~zorba-coders/zorba/add-information-extraction-module into 
lp:~zorba-coders/zorba/zorba-experimental.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~paul-lucas/zorba/bug-1002867 into lp:zorba

2012-05-23 Thread David Graf
Review: Approve


-- 
https://code.launchpad.net/~paul-lucas/zorba/bug-1002867/+merge/106855
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/xmlbeans-home-search into lp:zorba/schema-tools-module

2012-05-23 Thread Chris Hillery
Chris Hillery has proposed merging lp:~zorba-coders/zorba/xmlbeans-home-search 
into lp:zorba/schema-tools-module.

Requested reviews:
  Zorba Coders (zorba-coders)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/xmlbeans-home-search/+merge/106967
-- 
https://code.launchpad.net/~zorba-coders/zorba/xmlbeans-home-search/+merge/106967
Your team Zorba Coders is requested to review the proposed merge of 
lp:~zorba-coders/zorba/xmlbeans-home-search into lp:zorba/schema-tools-module.
=== modified file 'CMakeLists.txt'
--- CMakeLists.txt	2012-04-30 09:56:55 +
+++ CMakeLists.txt	2012-05-23 09:15:22 +
@@ -25,15 +25,14 @@
   IF (JNI_FOUND)
 INCLUDE_DIRECTORIES (${zorba_util-jvm_module_INCLUDE_DIRS})
 
-IF (WIN32)
-  SET (XMLBEANS_PATH $ENV{XMLBEANS_HOME}\\lib)
-  FIND_FILE( XMLBEANS_JAR NAMES xmlbeans.jar xbean.jar
-	PATHS ${XMLBEANS_PATH} )
-  MESSAGE (STATUS xmlbeans.jar looking path:  ${XMLBEANS_PATH} )
-ELSE (WIN32)
-  FIND_FILE( XMLBEANS_JAR NAMES xmlbeans.jar xbean.jar
-	PATHS /usr/share/java/ /usr/share/java/xmlbeans/ )
-ENDIF (WIN32)
+SET (XMLBEANS_PATHS)
+IF (NOT WIN32)
+  SET (XMLBEANS_PATHS /usr/share/java /usr/share/java/xmlbeans)
+ENDIF (NOT WIN32)
+FIND_FILE(XMLBEANS_JAR NAMES xmlbeans.jar xbean.jar
+  PATHS $ENV{XMLBEANS_HOME} ${XMLBEANS_PATHS}
+  PATH_SUFFIXES lib build/lib)
+
 IF( EXISTS ${XMLBEANS_JAR} )
   
   MESSAGE (STATUS xmlbeans.jar found at:  ${XMLBEANS_JAR} )

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/xmlbeans-home-search into lp:zorba/schema-tools-module

2012-05-23 Thread Chris Hillery
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/xmlbeans-home-search/+merge/106967
Your team Zorba Coders is subscribed to branch lp:zorba/schema-tools-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/xmlbeans-home-search into lp:zorba/schema-tools-module

2012-05-23 Thread William Candillon
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/xmlbeans-home-search/+merge/106967
Your team Zorba Coders is subscribed to branch lp:zorba/schema-tools-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/xmlbeans-home-search into lp:zorba/schema-tools-module

2012-05-23 Thread William Candillon
The proposal to merge lp:~zorba-coders/zorba/xmlbeans-home-search into 
lp:zorba/schema-tools-module has been updated.

Status: Needs review = Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/xmlbeans-home-search/+merge/106967
-- 
https://code.launchpad.net/~zorba-coders/zorba/xmlbeans-home-search/+merge/106967
Your team Zorba Coders is subscribed to branch lp:zorba/schema-tools-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/xmlbeans-home-search into lp:zorba/schema-tools-module

2012-05-23 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/xmlbeans-home-search-2012-05-23T09-29-44.512Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/xmlbeans-home-search/+merge/106967
Your team Zorba Coders is subscribed to branch lp:zorba/schema-tools-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/xmlbeans-home-search into lp:zorba/schema-tools-module

2012-05-23 Thread Zorba Build Bot
Validation queue job xmlbeans-home-search-2012-05-23T09-29-44.512Z is finished. 
The final status was:

All tests succeeded!
-- 
https://code.launchpad.net/~zorba-coders/zorba/xmlbeans-home-search/+merge/106967
Your team Zorba Coders is subscribed to branch lp:zorba/schema-tools-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/xmlbeans-home-search into lp:zorba/schema-tools-module

2012-05-23 Thread noreply
The proposal to merge lp:~zorba-coders/zorba/xmlbeans-home-search into 
lp:zorba/schema-tools-module has been updated.

Status: Approved = Merged

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/xmlbeans-home-search/+merge/106967
-- 
https://code.launchpad.net/~zorba-coders/zorba/xmlbeans-home-search/+merge/106967
Your team Zorba Coders is subscribed to branch lp:zorba/schema-tools-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~paul-lucas/zorba/bug-1002867 into lp:zorba

2012-05-23 Thread Paul J. Lucas
The proposal to merge lp:~paul-lucas/zorba/bug-1002867 into lp:zorba has been 
updated.

Status: Needs review = Approved

For more details, see:
https://code.launchpad.net/~paul-lucas/zorba/bug-1002867/+merge/106855
-- 
https://code.launchpad.net/~paul-lucas/zorba/bug-1002867/+merge/106855
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~paul-lucas/zorba/bug-1002867 into lp:zorba

2012-05-23 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/bug-1002867-2012-05-23T13-42-01.572Z/log.html
-- 
https://code.launchpad.net/~paul-lucas/zorba/bug-1002867/+merge/106855
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~paul-lucas/zorba/bug-1002867 into lp:zorba

2012-05-23 Thread Zorba Build Bot
Validation queue job bug-1002867-2012-05-23T13-42-01.572Z is finished. The 
final status was:

All tests succeeded!
-- 
https://code.launchpad.net/~paul-lucas/zorba/bug-1002867/+merge/106855
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~paul-lucas/zorba/bug-1002867 into lp:zorba

2012-05-23 Thread noreply
The proposal to merge lp:~paul-lucas/zorba/bug-1002867 into lp:zorba has been 
updated.

Status: Approved = Merged

For more details, see:
https://code.launchpad.net/~paul-lucas/zorba/bug-1002867/+merge/106855
-- 
https://code.launchpad.net/~paul-lucas/zorba/bug-1002867/+merge/106855
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Bug 866922] Re: PHP: no pecl extension

2012-05-23 Thread William Candillon
Unfortunately we don't plan to distribute the XQuery PHP bindings via PECL.
Installation instructions are available at 
http://www.zorba-xquery.com/html/entry/2011/12/27/PHP_Meets_XQuery

** Changed in: zorba
   Status: In Progress = Won't Fix

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

Title:
  PHP: no pecl extension

Status in Zorba - The XQuery Processor:
  Won't Fix

Bug description:
  Running sudo pecl install zorba in Ubuntu 10.04 x64 with PHP5.3 returns the 
following:
  
  Failed to download pecl/zorba within preferred state beta, latest release 
is version 0.9.9, stability alpha, use channel://pecl.php.net/zorba-0.9.9 
to install
  install failed
  ---

  
  So, I then ran sudo pecl install channel://pecl.php.net/zorba-0.9.9 and got 
the following error:
  -
  Could not download from http://pecl.php.net/get/zorba-0.9.9.tgz;, cannot 
download pecl/zorba (File http://pecl.php.net:80/get/zorba-0.9.9.tgz not 
valid (received: HTTP/1.1 404 Not Found
  ))
  Error: cannot download pecl/zorba
  Download failed
  install failed
  --

  
  Searching the PECL site for 'zorba' didn't return anything. I found some 
sketchy package here: http://svn.php.net/viewvc/pecl/xquery/trunk/

  It would be very nice if I could tell my users to simply run pecl install 
zorba to get the PHP module.
  Do you have any plans to bring the php module up on the pecl site?

  Thank you!

  Victor

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

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1002867 into lp:zorba

2012-05-23 Thread Matthias Brantner
Matthias Brantner has proposed merging lp:~zorba-coders/zorba/bug-1002867 into 
lp:zorba.

Requested reviews:
  Matthias Brantner (matthias-brantner)
  Paul J. Lucas (paul-lucas)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1002867/+merge/107061

updated change log to reflect bug #1002867 (resulting base64 in http-client is 
wrong)
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1002867/+merge/107061
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'ChangeLog'
--- ChangeLog	2012-05-21 20:43:31 +
+++ ChangeLog	2012-05-23 16:17:22 +
@@ -33,6 +33,7 @@
 Bug Fixes/Other Changes:
   * Fixed bug #867170 (Variables declared in Prolog are Overwritten inside the query)
   * Fixed bug #1001463 (type not available during computation of function caching)
+  * Fixed bug #1002867 (resulting base64 in http-client is wrong)
   * Fixed bugs #905028 (Allow to set base URI to undefined)
   * Fixed bugs #931501 and #866987 (improved error messages for fn:format-number()
   * fn:format-number raises FODF1310 instead of XTDE1310

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1002867 into lp:zorba

2012-05-23 Thread Matthias Brantner
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1002867/+merge/107061
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1002867 into lp:zorba

2012-05-23 Thread Paul J. Lucas
The proposal to merge lp:~zorba-coders/zorba/bug-1002867 into lp:zorba has been 
updated.

Status: Needs review = Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1002867/+merge/107061
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1002867/+merge/107061
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1002867 into lp:zorba

2012-05-23 Thread Zorba Build Bot
Validation queue job bug-1002867-2012-05-23T16-24-09.182Z is finished. The 
final status was:

All tests succeeded!
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1002867/+merge/107061
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug1003635 into lp:zorba

2012-05-23 Thread Rodolfo Ochoa
Rodolfo Ochoa has proposed merging lp:~zorba-coders/zorba/bug1003635 into 
lp:zorba.

Requested reviews:
  Chris Hillery (ceejatec)
  Juan Zacarias (juan457)
Related bugs:
  Bug #1003635 in Zorba: CURL libraries for windows don't have SSL support
  https://bugs.launchpad.net/zorba/+bug/1003635

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug1003635/+merge/107117

This is a very small change, but we need to include libcurl with SSL Support 
and all related files...
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug1003635/+merge/107117
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'cmake_modules/Windows/FindCURL.cmake'
--- cmake_modules/Windows/FindCURL.cmake	2012-05-03 12:31:51 +
+++ cmake_modules/Windows/FindCURL.cmake	2012-05-23 20:55:24 +
@@ -40,6 +40,7 @@
 FIND_PACKAGE_DLL_WIN32 (${FOUND_LOCATION} libeay32)
 FIND_PACKAGE_DLL_WIN32 (${FOUND_LOCATION} openldap)
 FIND_PACKAGE_DLL_WIN32 (${FOUND_LOCATION} ssleay32)
+FIND_PACKAGE_DLL_WIN32 (${FOUND_LOCATION} libsasl)
 
   ELSE (EXISTS ${FOUND_LOCATION}/curl.exe)
 
@@ -51,7 +52,7 @@
 # find additional DLL's
 FIND_DLL_WIN32 (libeay32.dll)
 FIND_DLL_WIN32 (ssleay32.dll)
-#FIND_DLL_WIN32 (libsasl.dll)
+FIND_DLL_WIN32 (libsasl.dll)
 
   ENDIF (EXISTS ${FOUND_LOCATION}/curl.exe)
 

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug1003635 into lp:zorba

2012-05-23 Thread Rodolfo Ochoa
Required dll comes from OpenLDAP library, is attached on:
https://bugs.launchpad.net/zorba/+bug/1003635
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug1003635/+merge/107117
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug1003635 into lp:zorba

2012-05-23 Thread Rodolfo Ochoa
libcurl library with SSL suppor comes from libcurl site,
download section, win32, msvc with ssl support:
http://curl.haxx.se/download/libcurl-7.19.3-win32-ssl-msvc.zip

-- 
https://code.launchpad.net/~zorba-coders/zorba/bug1003635/+merge/107117
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug1003635 into lp:zorba

2012-05-23 Thread Chris Hillery
Will this cause the build to fail, or skip http-client, if libsasl isn't there?

Is it possible to make the build succeed and http-client work (without 
https/ldap/etc capability) if these other libs don't exist?

I'm just worried about people trying to build Zorba that either can't or don't 
want to get SSL libs.
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug1003635/+merge/107117
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Bug 1003635] Re: CURL libraries for windows don't have SSL support

2012-05-23 Thread Rodolfo Ochoa
You will need this dll

** Branch linked: lp:~zorba-coders/zorba/bug1003635

** Attachment added: libsasl.dll
   
https://bugs.launchpad.net/zorba/+bug/1003635/+attachment/3160066/+files/libsasl.dll

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

Title:
  CURL libraries for windows don't have SSL support

Status in Zorba - The XQuery Processor:
  New

Bug description:
  Any http:request to any https site will fail

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

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug1003635 into lp:zorba

2012-05-23 Thread Juan Zacarias
Review: Approve

It works correctly on Windows and for the installer
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug1003635/+merge/107117
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp