[Zorba-coders] [Merge] lp:~zorba-coders/zorba/update3.0_reflection into lp:zorba

2013-10-07 Thread Juan Zacarias
Juan Zacarias has proposed merging lp:~zorba-coders/zorba/update3.0_reflection 
into lp:zorba.

Commit message:
Update reflection module to zorba 3.0

Requested reviews:
  Chris Hillery (ceejatec)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/update3.0_reflection/+merge/189737

Update reflection module to zorba 3.0
-- 
https://code.launchpad.net/~zorba-coders/zorba/update3.0_reflection/+merge/189737
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'doc/zorba/xqdoc/images/modules.svg'
--- doc/zorba/xqdoc/images/modules.svg	2013-09-30 19:49:06 +
+++ doc/zorba/xqdoc/images/modules.svg	2013-10-07 23:27:33 +
@@ -1096,14 +1096,14 @@
 
 
 8
-http://www.zorba-xquery.com/modules/reflection";>
+http://zorba.io/modules/reflection";>
 
 reflection
 
 
 
 79->8
-http://zorba.io/modules/data-cleaning/conversion, TO: http://www.zorba-xquery.com/modules/reflection";>
+http://zorba.io/modules/data-cleaning/conversion, TO: http://zorba.io/modules/reflection";>
 
 
 

=== modified file 'doc/zorba/xqdoc/images/modules_new.svg'
--- doc/zorba/xqdoc/images/modules_new.svg	2013-10-06 23:04:13 +
+++ doc/zorba/xqdoc/images/modules_new.svg	2013-10-07 23:27:33 +
@@ -1102,16 +1102,30 @@
 
 
 7
+<<< TREE
 http://www.zorba-xquery.com/modules/reflection";>
 
 reflection
+===
+http://zorba.io/modules/reflection";>
+
+reflection
+>>> MERGE-SOURCE
 
 
+<<< TREE
 
 60->7
 http://zorba.io/modules/data-cleaning/conversion, TO: http://www.zorba-xquery.com/modules/reflection";>
 
 
+===
+
+58->7
+http://zorba.io/modules/data-cleaning/conversion, TO: http://zorba.io/modules/reflection";>
+
+
+>>> MERGE-SOURCE
 
 
 

=== modified file 'modules/CMakeLists.txt'
--- modules/CMakeLists.txt	2013-10-03 08:28:18 +
+++ modules/CMakeLists.txt	2013-10-07 23:27:33 +
@@ -29,6 +29,7 @@
 ADD_SUBDIRECTORY(w3c)
 ADD_SUBDIRECTORY(xml)
 ADD_SUBDIRECTORY(zorba-query)
+ADD_SUBDIRECTORY(reflection)
 
 
 # Add external module projects - any subdirectories of a directory

=== modified file 'modules/com/zorba-xquery/www/modules/CMakeLists.txt'
--- modules/com/zorba-xquery/www/modules/CMakeLists.txt	2013-10-01 03:34:33 +
+++ modules/com/zorba-xquery/www/modules/CMakeLists.txt	2013-10-07 23:27:33 +
@@ -17,8 +17,6 @@
   URI "http://www.zorba-xquery.com/modules/datetime";)
 DECLARE_ZORBA_MODULE(FILE fetch.xq VERSION 2.0
   URI "http://www.zorba-xquery.com/modules/fetch";)
-DECLARE_ZORBA_MODULE(FILE reflection.xq VERSION 2.0
-  URI "http://www.zorba-xquery.com/modules/reflection";)
 DECLARE_ZORBA_MODULE(FILE uri.xq VERSION 1.0
   URI "http://www.zorba-xquery.com/modules/uri";)
 DECLARE_ZORBA_MODULE(FILE xqdoc.xq VERSION 2.0

=== added directory 'modules/reflection'
=== added file 'modules/reflection/CMakeLists.txt'
--- modules/reflection/CMakeLists.txt	1970-01-01 00:00:00 +
+++ modules/reflection/CMakeLists.txt	2013-10-07 23:27:33 +
@@ -0,0 +1,2 @@
+DECLARE_ZORBA_MODULE(FILE reflection.xq VERSION 2.0
+  URI "http://zorba.io/modules/reflection";)
\ No newline at end of file

=== renamed file 'modules/com/zorba-xquery/www/modules/reflection.xq' => 'modules/reflection/reflection.xq'
--- modules/com/zorba-xquery/www/modules/reflection.xq	2013-09-26 23:15:11 +
+++ modules/reflection/reflection.xq	2013-10-07 23:27:33 +
@@ -27,7 +27,7 @@
  :
  :)
 
-module namespace reflection = "http://www.zorba-xquery.com/modules/reflection";;
+module namespace reflection = "http://zorba.io/modules/reflection";;
 
 declare namespace an = "http://zorba.io/annotations";;
 

=== modified file 'src/api/staticcontextimpl.cpp'
--- src/api/staticcontextimpl.cpp	2013-09-26 09:38:51 +
+++ src/api/staticcontextimpl.cpp	2013-10-07 23:27:33 +
@@ -1612,7 +1612,7 @@
 
   // prolog
   lOut
-<< "import module namespace ref = 'http://www.zorba-xquery.com/modules/reflection';"
+<< "import module namespace ref = 'http://zorba.io/modules/reflection';"
 << std::endl;
 
   lOut << "declare variable $xxx-func-name as xs:QName external;" << std::endl;

=== modified file 'src/context/static_context.cpp'
--- src/context/static_context.cpp	2013-10-03 04:14:17 +
+++ src/context/static_context.cpp	2013-10-07 23:27:33 +
@@ -440,7 +440,7 @@
 
 const char*
 static_context::ZORBA_REFLECTION_FN_NS =
-"http://www.zorba-xquery.com/modules/reflection";;
+"http://zorba.io/modules/reflection";;
 
 const char*
 static_context::ZORBA_UTIL_FN_NS =

=== modified file 'src/runtime/spec/mappings.xml'
--- src/runtime/spec/mappings.xml	2013-10-01 22:39:42 +
+++ src/runtime/spec/mappings.xml	2013-10-07 23:27:33 +
@@ -98,7 +98,7 @@
  define="ZORBA_SCTX_FN_NS" 
  prefix="fn-zorba-sctx"/>
 
-http://www.zorba-xquery.com/modules/reflection";
+http://zorba.io/modules/reflection";
  define="ZORBA_REFLECTION_FN_NS"
  prefix="fn-zorba-reflection"/>
 

=== modified file 'test/extern/extern-func-1.xq'
--- test/ex

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/update3.0_reflection into lp:zorba

2013-10-09 Thread Zorba Build Bot
Validation queue starting for the following merge proposals:
https://code.launchpad.net/~zorba-coders/zorba/update3.0_reflection/+merge/189737

Progress dashboard at http://jenkins.lambda.nu/view/ValidationQueue
-- 
https://code.launchpad.net/~zorba-coders/zorba/update3.0_reflection/+merge/189737
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/update3.0_reflection into lp:zorba

2013-10-09 Thread Zorba Build Bot
Validation queue result for 
https://code.launchpad.net/~zorba-coders/zorba/update3.0_reflection/+merge/189737

Stage "TestZorbaUbuntu" failed.
8 tests failed (8573 total tests run).

Check test results at 
http://jenkins.lambda.nu/job/TestZorbaUbuntu/366/testReport/ to view the 
results.
-- 
https://code.launchpad.net/~zorba-coders/zorba/update3.0_reflection/+merge/189737
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/update3.0_reflection into lp:zorba

2013-10-16 Thread Zorba Build Bot
Validation queue starting for the following merge proposals:
https://code.launchpad.net/~zorba-coders/zorba/update3.0_reflection/+merge/189737

Progress dashboard at http://jenkins.lambda.nu/view/ValidationQueue
-- 
https://code.launchpad.net/~zorba-coders/zorba/update3.0_reflection/+merge/189737
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/update3.0_reflection into lp:zorba

2013-10-16 Thread Chris Hillery
The proposal to merge lp:~zorba-coders/zorba/update3.0_reflection into lp:zorba 
has been updated.

Description changed to:

https://code.launchpad.net/~zorba-coders/zorba/data-cleaning_reflection-changes/+merge/191467

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/update3.0_reflection/+merge/189737
-- 
https://code.launchpad.net/~zorba-coders/zorba/update3.0_reflection/+merge/189737
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/update3.0_reflection into lp:zorba

2013-10-16 Thread Zorba Build Bot
Validation queue starting for the following merge proposals:
https://code.launchpad.net/~zorba-coders/zorba/update3.0_reflection/+merge/189737
https://code.launchpad.net/~zorba-coders/zorba/data-cleaning_reflection-changes/+merge/191467

Progress dashboard at http://jenkins.lambda.nu/view/ValidationQueue
-- 
https://code.launchpad.net/~zorba-coders/zorba/update3.0_reflection/+merge/189737
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/update3.0_reflection into lp:zorba

2013-10-16 Thread Zorba Build Bot
Validation queue result for 
https://code.launchpad.net/~zorba-coders/zorba/update3.0_reflection/+merge/189737

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

Check test results at 
http://jenkins.lambda.nu/job/TestZorbaUbuntu/385/testReport/ to view the 
results.
-- 
https://code.launchpad.net/~zorba-coders/zorba/update3.0_reflection/+merge/189737
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/update3.0_reflection into lp:zorba

2013-10-16 Thread Zorba Build Bot
Validation queue result for 
https://code.launchpad.net/~zorba-coders/zorba/update3.0_reflection/+merge/189737

Stage "BuildZorbaUbuntu" failed.

Check compiler output at 
http://jenkins.lambda.nu/job/BuildZorbaUbuntu/435/parsed_console to view the 
results.
-- 
https://code.launchpad.net/~zorba-coders/zorba/update3.0_reflection/+merge/189737
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/update3.0_reflection into lp:zorba

2013-10-16 Thread noreply
The proposal to merge lp:~zorba-coders/zorba/update3.0_reflection into lp:zorba 
has been updated.

Status: Needs review => Merged

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/update3.0_reflection/+merge/189737
-- 
https://code.launchpad.net/~zorba-coders/zorba/update3.0_reflection/+merge/189737
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/update3.0_reflection into lp:zorba

2013-10-16 Thread Zorba Build Bot
Validation queue starting for the following merge proposals:
https://code.launchpad.net/~zorba-coders/zorba/update3.0_reflection/+merge/189737
https://code.launchpad.net/~zorba-coders/zorba/data-cleaning_reflection-changes/+merge/191467

Progress dashboard at http://jenkins.lambda.nu/view/ValidationQueue
-- 
https://code.launchpad.net/~zorba-coders/zorba/update3.0_reflection/+merge/189737
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/update3.0_reflection into lp:zorba

2013-10-16 Thread Zorba Build Bot
Validation queue succeeded - proposal merged!
-- 
https://code.launchpad.net/~zorba-coders/zorba/update3.0_reflection/+merge/189737
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/update3.0_reflection into lp:zorba

2013-10-09 Thread Chris Hillery
Juan - need to add a secondary merge proposal to update the non-core 
data-cleaning module to use the new reflection URI.
-- 
https://code.launchpad.net/~zorba-coders/zorba/update3.0_reflection/+merge/189737
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/update3.0_reflection into lp:zorba

2013-10-16 Thread Juan Zacarias
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/update3.0_reflection/+merge/189737
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/update3.0_reflection into lp:zorba

2013-10-16 Thread Chris Hillery
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/update3.0_reflection/+merge/189737
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/update3.0_reflection into lp:zorba

2013-10-16 Thread Chris Hillery
Review: Needs Fixing

Found a couple minor things to update, will push shortly.
-- 
https://code.launchpad.net/~zorba-coders/zorba/update3.0_reflection/+merge/189737
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/update3.0_reflection into lp:zorba

2013-10-16 Thread Chris Hillery
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/update3.0_reflection/+merge/189737
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