[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1188048 into lp:zorba/html-module

2013-10-18 Thread Zorba Build Bot
Validation queue result for 
https://code.launchpad.net/~zorba-coders/zorba/bug-1188048/+merge/191730

Stage "TestZorbaUbuntu" failed.
19 tests failed (8576 total tests run).

Check test results at 
http://jenkins.lambda.nu/job/TestZorbaUbuntu/392/testReport/ to view the 
results.
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1188048/+merge/191730
Your team Zorba Coders is subscribed to branch lp:zorba/html-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/bug-1188048 into lp:zorba/html-module

2013-10-18 Thread Chris Hillery
Luis - need to update the implementation of the non-core http-client module 
(and possibly tests) for the new URI of the html module, and link that proposal 
to this one.
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1188048/+merge/191730
Your team Zorba Coders is subscribed to branch lp:zorba/html-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/bug-1188048 into lp:zorba/html-module

2013-10-18 Thread Zorba Build Bot
Validation queue starting for the following merge proposals:
https://code.launchpad.net/~zorba-coders/zorba/bug-1188048/+merge/191730

Progress dashboard at http://jenkins.lambda.nu/view/ValidationQueue
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1188048/+merge/191730
Your team Zorba Coders is subscribed to branch lp:zorba/html-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/bug-1188048 into lp:zorba/html-module

2013-10-18 Thread Chris Hillery
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1188048/+merge/191730
Your team Zorba Coders is subscribed to branch lp:zorba/html-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/bug-1188048 into lp:zorba/html-module

2013-10-17 Thread Luis Rodriguez Gonzalez
The proposal to merge lp:~zorba-coders/zorba/bug-1188048 into 
lp:zorba/html-module has been updated.

Commit Message changed to:

Changes for Zorba 3.0 for HTML module

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1188048/+merge/191730
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1188048/+merge/191730
Your team Zorba Coders is subscribed to branch lp:zorba/html-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/bug-1188048 into lp:zorba/html-module

2013-10-17 Thread Luis Rodriguez Gonzalez
Luis Rodriguez Gonzalez has proposed merging lp:~zorba-coders/zorba/bug-1188048 
into lp:zorba/html-module.

Requested reviews:
  Luis Rodriguez Gonzalez (kuraru)
  Chris Hillery (ceejatec)
Related bugs:
  Bug #1188048 in Zorba: "Update non-core module "html""
  https://bugs.launchpad.net/zorba/+bug/1188048

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1188048/+merge/191730
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1188048/+merge/191730
Your team Zorba Coders is subscribed to branch lp:zorba/html-module.
=== modified file 'src/CMakeLists.txt'
--- src/CMakeLists.txt	2013-03-28 01:02:11 +
+++ src/CMakeLists.txt	2013-10-17 21:45:52 +
@@ -29,8 +29,8 @@
 INCLUDE_DIRECTORIES (${LIBTIDY_INCLUDE_DIR})
 INCLUDE_DIRECTORIES ("html.xq.src")
 DECLARE_ZORBA_SCHEMA (FILE "html-options.xsd"
-  URI "http://www.zorba-xquery.com/modules/converters/html-options";)
-DECLARE_ZORBA_MODULE (URI "http://www.zorba-xquery.com/modules/converters/html"; VERSION 1.0 FILE "html.xq" LINK_LIBRARIES "${LIBTIDY_LIBRARIES}")
+  URI "http://zorba.io/modules/html-options";)
+DECLARE_ZORBA_MODULE (URI "http://zorba.io/modules/html"; VERSION 1.0 FILE "html.xq" LINK_LIBRARIES "${LIBTIDY_LIBRARIES}")
 ADD_TEST_DIRECTORY ("${PROJECT_SOURCE_DIR}/test")
 
 ADD_TEST(zorba_html_module/link_crawler_test_for_compilation "${ZORBA_EXE}" -f -q "${PROJECT_SOURCE_DIR}/test/Queries/link_crawler2.xq2" --compile-only)

=== modified file 'src/html-options.xsd'
--- src/html-options.xsd	2012-08-04 02:18:50 +
+++ src/html-options.xsd	2013-10-17 21:45:52 +
@@ -1,6 +1,6 @@
 http://www.w3.org/2001/XMLSchema"; 
-  xmlns:ho="http://www.zorba-xquery.com/modules/converters/html-options"; 
-  targetNamespace="http://www.zorba-xquery.com/modules/converters/html-options"; 
+  xmlns:ho="http://zorba.io/modules/html-options"; 
+  targetNamespace="http://zorba.io/modules/html-options"; 
   elementFormDefault="qualified" attributeFormDefault="unqualified"
   >
 

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1188048 into lp:zorba/html-module

2013-10-17 Thread Luis Rodriguez Gonzalez
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1188048/+merge/191730
Your team Zorba Coders is subscribed to branch lp:zorba/html-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