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

2012-03-16 Thread Chris Hillery
Review: Needs Fixing

It looks like you didn't fix the indentation of calls to init_val() in 
zorbacmdproperties_base.h, and in fact it looks like you moved a number of 
other instances of calls to that method onto the ends of earlier lines of code 
in zorba_properties.h. It's just not good readability. To be clear, I'm talking 
about lines like this:

   if (*argv == NULL) { result = "No value given for --classpath option"; 
break; }init_val (*argv, theClasspath, d);

There's no reason to have that call to init_val() hanging out over there. I 
count 9 places where this is done, most of which were put that way with this 
change.


You also didn't rename the class "IStream". Rodolfo reported that that class 
name conflicted with a Windows class, making the code not compile on Windows. 
It's not clear to me if this is one of the changes for "optimizing XQJ" you 
mentioned, but if it actually causes a compilation failure it must be changed.
-- 
https://code.launchpad.net/~zorba-coders/zorba/module-schema-tools/+merge/97978
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/module-schema-tools into lp:zorba

2012-03-16 Thread Matthias Brantner
Review: Needs Fixing

- I think you reverted the changes that have been made in 
modules/ExternalModules.conf.
- The file src/system/zorba_properties.h also contains changes that have been 
reverted. For example,

1058-"--no-copy-optim\napply the no-copy optimization (1=enabled (default), 
0=off)\n\n"
1059-"--serialize-only-query\nserialize-only-query (<0=unknown (default), 
1=enabled, 0=off)\n\n"
1060+"--no-copy-optim\nno copy optim (1=enabled (default), 0=off)\n\n"
1061+"--serialize-only-query\nserialize-only query (1=true, 0=false 
(default))\n\n"
-- 
https://code.launchpad.net/~zorba-coders/zorba/module-schema-tools/+merge/97978
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 957580] [NEW] stream read failure in StringToCodepointsIteartor

2012-03-16 Thread Matthias Brantner
Public bug reported:

Executing the following query raises an '[zerr:ZOSE0003]: stream read
failure' error in the StringToCodepointsIterator.

let $n := myValue
let $v := fn:serialize(
  $n/child::node(),
  http://www.w3.org/2010/xslt-xquery-serialization";>



  )
return fn:string-to-codepoints($v)

** Affects: zorba
 Importance: High
 Assignee: Paul J. Lucas (paul-lucas)
 Status: New

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

Title:
  stream read failure in StringToCodepointsIteartor

Status in Zorba - The XQuery Processor:
  New

Bug description:
  Executing the following query raises an '[zerr:ZOSE0003]: stream read
  failure' error in the StringToCodepointsIterator.

  let $n := myValue
  let $v := fn:serialize(
$n/child::node(),
http://www.w3.org/2010/xslt-xquery-serialization";>
  
  
  
)
  return fn:string-to-codepoints($v)

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/957580/+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] [Bug 957580] Re: stream read failure in StringToCodepointsIteartor

2012-03-16 Thread Matthias Brantner
In order to reproduce the error, the branch at lp:~zorba-
coders/zorba/bug-957580 must be used. There was another problem in the
iterator which is already fixed in this branch.

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

Title:
  stream read failure in StringToCodepointsIteartor

Status in Zorba - The XQuery Processor:
  New

Bug description:
  Executing the following query raises an '[zerr:ZOSE0003]: stream read
  failure' error in the StringToCodepointsIterator.

  let $n := myValue
  let $v := fn:serialize(
$n/child::node(),
http://www.w3.org/2010/xslt-xquery-serialization";>
  
  
  
)
  return fn:string-to-codepoints($v)

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/957580/+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/bug955040 into lp:zorba

2012-03-16 Thread Chris Hillery
Review: Needs Fixing

This proposal should be targeted at lp:zorba/data-formatting-module, not 
lp:zorba.
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug955040/+merge/98006
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 955040] Re: XSL-FO module test added even if module is not built

2012-03-16 Thread Rodolfo Ochoa
** Changed in: zorba
   Status: New => In Progress

-- 
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:
  In Progress

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

-- 
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 955040] Re: XSL-FO module test added even if module is not built

2012-03-16 Thread Rodolfo Ochoa
ZORBA_WITH_FOP variable was checked in an upper level to avoid Java
checking, if this feature is not enabled there is no case on checking
for Java.

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

-- 
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

-- 
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:~nbrinza/zorba/parse-fragment into lp:zorba

2012-03-16 Thread noreply
The proposal to merge lp:~nbrinza/zorba/parse-fragment into lp:zorba has been 
updated.

Status: Approved => Merged

For more details, see:
https://code.launchpad.net/~nbrinza/zorba/parse-fragment/+merge/97701
-- 
https://code.launchpad.net/~nbrinza/zorba/parse-fragment/+merge/97701
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:~nbrinza/zorba/parse-fragment into lp:zorba

2012-03-16 Thread Zorba Build Bot
Validation queue job parse-fragment-2012-03-16T21-14-18.821Z is finished. The 
final status was:

All tests succeeded!
-- 
https://code.launchpad.net/~nbrinza/zorba/parse-fragment/+merge/97701
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:~nbrinza/zorba/parse-fragment into lp:~zorba-coders/zorba/zorba-experimental

2012-03-16 Thread Zorba Build Bot
The proposal to merge lp:~nbrinza/zorba/parse-fragment into 
lp:~zorba-coders/zorba/zorba-experimental has been updated.

Status: Approved => Needs review

For more details, see:
https://code.launchpad.net/~nbrinza/zorba/parse-fragment/+merge/89299
-- 
https://code.launchpad.net/~nbrinza/zorba/parse-fragment/+merge/89299
Your team Zorba Coders is requested to review the proposed merge of 
lp:~nbrinza/zorba/parse-fragment 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:~nbrinza/zorba/parse-fragment into lp:~zorba-coders/zorba/zorba-experimental

2012-03-16 Thread Zorba Build Bot
The attempt to merge lp:~nbrinza/zorba/parse-fragment into 
lp:~zorba-coders/zorba/zorba-experimental failed. Below is the output from the 
failed tests.

experimental build started for lp:~nbrinza/zorba/parse-fragment. Check out 
http://parse-fragment.zorba-xquery.com/ in half an hour or so. Logfile at 
http://zorbatest.lambda.nu:8080/remotequeue/experimental/parse-fragment.log .


-- 
https://code.launchpad.net/~nbrinza/zorba/parse-fragment/+merge/89299
Your team Zorba Coders is requested to review the proposed merge of 
lp:~nbrinza/zorba/parse-fragment 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:~nbrinza/zorba/parse-fragment into lp:~zorba-coders/zorba/zorba-experimental

2012-03-16 Thread Matthias Brantner
The proposal to merge lp:~nbrinza/zorba/parse-fragment into 
lp:~zorba-coders/zorba/zorba-experimental has been updated.

Status: Needs review => Approved

For more details, see:
https://code.launchpad.net/~nbrinza/zorba/parse-fragment/+merge/89299
-- 
https://code.launchpad.net/~nbrinza/zorba/parse-fragment/+merge/89299
Your team Zorba Coders is requested to review the proposed merge of 
lp:~nbrinza/zorba/parse-fragment 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:~nbrinza/zorba/parse-fragment into lp:zorba

2012-03-16 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/parse-fragment-2012-03-16T21-14-18.821Z/log.html
-- 
https://code.launchpad.net/~nbrinza/zorba/parse-fragment/+merge/97701
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:~nbrinza/zorba/parse-fragment into lp:zorba

2012-03-16 Thread Matthias Brantner
The proposal to merge lp:~nbrinza/zorba/parse-fragment into lp:zorba has been 
updated.

Status: Needs review => Approved

For more details, see:
https://code.launchpad.net/~nbrinza/zorba/parse-fragment/+merge/97701
-- 
https://code.launchpad.net/~nbrinza/zorba/parse-fragment/+merge/97701
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:~nbrinza/zorba/parse-fragment into lp:zorba

2012-03-16 Thread David Graf
Review: Approve


-- 
https://code.launchpad.net/~nbrinza/zorba/parse-fragment/+merge/97701
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 957416] Re: Links in XQDoc for variables don't show up

2012-03-16 Thread Paul J. Lucas
** Attachment added: "Screen-shot showing missing link."
   
https://bugs.launchpad.net/bugs/957416/+attachment/2882896/+files/Screen%20Shot%202012-03-16%20at%201.54.39%20PM.png

** Description changed:

  If I document an XQuery variable like:
  
  (:~
-  : Predeclared constant for the Danish
-  : http://www.w3.org/TR/xmlschema-2/#language";>xs:language.
-  :)
+  : Predeclared constant for the Danish
+  : http://www.w3.org/TR/xmlschema-2/#language";>xs:language.
+  :)
  declare variable $ft:lang-da as xs:language := xs:language("da");
  
- the generated HTML doesn't include the link to the w3.org site -- see 
attached screenshot.
- The term xs:language in the documentation should be a link but isn't.
+ the generated HTML doesn't include the link to the w3.org site -- see
+ attached screenshot. The term xs:language in the documentation should be
+ a link but isn't.

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

Title:
  Links in XQDoc for variables don't show up

Status in Zorba - The XQuery Processor:
  New

Bug description:
  If I document an XQuery variable like:

  (:~
   : Predeclared constant for the Danish
   : http://www.w3.org/TR/xmlschema-2/#language";>xs:language.
   :)
  declare variable $ft:lang-da as xs:language := xs:language("da");

  the generated HTML doesn't include the link to the w3.org site -- see
  attached screenshot. The term xs:language in the documentation should
  be a link but isn't.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/957416/+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] [Bug 957416] [NEW] Links in XQDoc for variables don't show up

2012-03-16 Thread Paul J. Lucas
Public bug reported:

If I document an XQuery variable like:

(:~
 : Predeclared constant for the Danish
 : http://www.w3.org/TR/xmlschema-2/#language";>xs:language.
 :)
declare variable $ft:lang-da as xs:language := xs:language("da");

the generated HTML doesn't include the link to the w3.org site -- see
attached screenshot. The term xs:language in the documentation should be
a link but isn't.

** Affects: zorba
 Importance: Medium
 Assignee: William Candillon (wcandillon)
 Status: New


** Tags: xqdoc

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

Title:
  Links in XQDoc for variables don't show up

Status in Zorba - The XQuery Processor:
  New

Bug description:
  If I document an XQuery variable like:

  (:~
   : Predeclared constant for the Danish
   : http://www.w3.org/TR/xmlschema-2/#language";>xs:language.
   :)
  declare variable $ft:lang-da as xs:language := xs:language("da");

  the generated HTML doesn't include the link to the w3.org site -- see
  attached screenshot. The term xs:language in the documentation should
  be a link but isn't.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/957416/+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/module-schema-tools into lp:zorba

2012-03-16 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/module-schema-tools into lp:zorba 
has been updated.

Status: Approved => Needs review

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/module-schema-tools/+merge/97978
-- 
https://code.launchpad.net/~zorba-coders/zorba/module-schema-tools/+merge/97978
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/module-schema-tools into lp:zorba

2012-03-16 Thread Zorba Build Bot
There are additional revisions which have not been approved in review. Please 
seek review and approval of these new revisions.
-- 
https://code.launchpad.net/~zorba-coders/zorba/module-schema-tools/+merge/97978
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/module-schema-tools into lp:zorba

2012-03-16 Thread Zorba Build Bot
Voting does not meet specified criteria. Required: Approve > 1, Disapprove < 1, 
Needs Fixing < 1, Pending < 1. Got: 3 Pending.
-- 
https://code.launchpad.net/~zorba-coders/zorba/module-schema-tools/+merge/97976
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/module-schema-tools into lp:zorba

2012-03-16 Thread Zorba Build Bot
Validation queue job module-schema-tools-2012-03-16T20-15-10.551Z is finished. 
The final status was:

All tests succeeded!
-- 
https://code.launchpad.net/~zorba-coders/zorba/module-schema-tools/+merge/97978
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/module-schema-tools into lp:zorba

2012-03-16 Thread Cezar Andrei
The proposal to merge lp:~zorba-coders/zorba/module-schema-tools into lp:zorba 
has been updated.

Status: Needs review => Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/module-schema-tools/+merge/97978
-- 
https://code.launchpad.net/~zorba-coders/zorba/module-schema-tools/+merge/97978
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/module-schema-tools into lp:zorba

2012-03-16 Thread Cezar Andrei
The proposal to merge lp:~zorba-coders/zorba/module-schema-tools into lp:zorba 
has been updated.

Commit Message changed to:

Merge in branch implementing jvm classpath and fix managing dynamic libraries.

Add java classpath to zorbacmd and to Zorba API.
Fix dynamic libraries loading.
Tested it works on Windows with both xsl-fo and xmlbeans modules. All tests are 
passing.

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/module-schema-tools/+merge/97978
-- 
https://code.launchpad.net/~zorba-coders/zorba/module-schema-tools/+merge/97978
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/module-schema-tools into lp:zorba

2012-03-16 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/module-schema-tools-2012-03-16T20-15-10.551Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/module-schema-tools/+merge/97976
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/module-schema-tools into lp:zorba

2012-03-16 Thread Cezar Andrei
See my prevoius comment for fixes in this proposal.
-- 
https://code.launchpad.net/~zorba-coders/zorba/module-schema-tools/+merge/97976
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/module-schema-tools into lp:zorba

2012-03-16 Thread Cezar Andrei
The proposal to merge lp:~zorba-coders/zorba/module-schema-tools into lp:zorba 
has been updated.

Commit Message changed to:

Merge in branch implementing jvm classpath and fix managing dynamic libraries.

Add java classpath to zorbacmd and to Zorba API.
Fix dynamic libraries loading.
Tested it works on Windows with both xsl-fo and xmlbeans modules. All tests are 
passing.

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/module-schema-tools/+merge/97976
-- 
https://code.launchpad.net/~zorba-coders/zorba/module-schema-tools/+merge/97976
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/module-schema-tools into lp:zorba

2012-03-16 Thread Cezar Andrei
The proposal to merge lp:~zorba-coders/zorba/module-schema-tools into lp:zorba 
has been updated.

Commit Message changed to:

Add java classpath to zorbacmd and to Zorba API.
Fix dynamic libraries loading.
Tested it works on Windows with both xsl-fo and xmlbeans modules. All tests are 
passing.

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/module-schema-tools/+merge/97976
-- 
https://code.launchpad.net/~zorba-coders/zorba/module-schema-tools/+merge/97976
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/module-schema-tools into lp:zorba

2012-03-16 Thread Cezar Andrei
The proposal to merge lp:~zorba-coders/zorba/module-schema-tools into lp:zorba 
has been updated.

Status: Needs review => Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/module-schema-tools/+merge/97976
-- 
https://code.launchpad.net/~zorba-coders/zorba/module-schema-tools/+merge/97976
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/module-schema-tools into lp:zorba

2012-03-16 Thread Cezar Andrei
I fixed all of the comments, execept:
- the ones related to swig:
- the changes are not required, right now but they required for optimizing 
XQJ, to make swig play nice with streams it's quite a chlange, would be a petty 
to loose them
- I don't think various.i should be specified in NOTICE.xml since we 
already have swig and various.i is part of swig.
- about Properties it's not really the most intuitive way of representing it 
but I do think PropertiesGlobal is a good name, many projects use kind after 
the base to explain what it is. I call Properties::instance() because that is 
the private instantiable implementation class that extends ZorbaProperties 
which is based on PropertiesGlobal.
-- 
https://code.launchpad.net/~zorba-coders/zorba/module-schema-tools/+merge/97105
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:~nbrinza/zorba/parse-fragment into lp:zorba

2012-03-16 Thread Zorba Build Bot
The proposal to merge lp:~nbrinza/zorba/parse-fragment into lp:zorba has been 
updated.

Status: Approved => Needs review

For more details, see:
https://code.launchpad.net/~nbrinza/zorba/parse-fragment/+merge/97701
-- 
https://code.launchpad.net/~nbrinza/zorba/parse-fragment/+merge/97701
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:~nbrinza/zorba/parse-fragment into lp:zorba

2012-03-16 Thread Zorba Build Bot
Voting does not meet specified criteria. Required: Approve > 1, Disapprove < 1, 
Needs Fixing < 1, Pending < 1. Got: 2 Approve, 1 Pending.
-- 
https://code.launchpad.net/~nbrinza/zorba/parse-fragment/+merge/97701
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:~nbrinza/zorba/parse-fragment into lp:zorba

2012-03-16 Thread Zorba Build Bot
Validation queue job parse-fragment-2012-03-16T18-41-11.65Z is finished. The 
final status was:

All tests succeeded!
-- 
https://code.launchpad.net/~nbrinza/zorba/parse-fragment/+merge/97701
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:~nbrinza/zorba/parse-fragment into lp:zorba

2012-03-16 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/parse-fragment-2012-03-16T18-41-11.65Z/log.html
-- 
https://code.launchpad.net/~nbrinza/zorba/parse-fragment/+merge/97701
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:~nbrinza/zorba/parse-fragment into lp:zorba

2012-03-16 Thread Matthias Brantner
The proposal to merge lp:~nbrinza/zorba/parse-fragment into lp:zorba has been 
updated.

Status: Needs review => Approved

For more details, see:
https://code.launchpad.net/~nbrinza/zorba/parse-fragment/+merge/97701
-- 
https://code.launchpad.net/~nbrinza/zorba/parse-fragment/+merge/97701
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/xquery-30-upon-ddl-import into lp:zorba

2012-03-16 Thread Matthias Brantner
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/xquery-30-upon-ddl-import/+merge/97827
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/do-not-destroy-annotations-twice into lp:zorba

2012-03-16 Thread Matthias Brantner
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/do-not-destroy-annotations-twice/+merge/97822
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/destroy-annotation-qnames into lp:zorba

2012-03-16 Thread Matthias Brantner
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/destroy-annotation-qnames/+merge/97824
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:~nbrinza/zorba/parse-fragment into lp:zorba

2012-03-16 Thread Zorba Build Bot
The proposal to merge lp:~nbrinza/zorba/parse-fragment into lp:zorba has been 
updated.

Status: Approved => Needs review

For more details, see:
https://code.launchpad.net/~nbrinza/zorba/parse-fragment/+merge/97701
-- 
https://code.launchpad.net/~nbrinza/zorba/parse-fragment/+merge/97701
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:~nbrinza/zorba/parse-fragment into lp:zorba

2012-03-16 Thread Zorba Build Bot
Voting does not meet specified criteria. Required: Approve > 1, Disapprove < 1, 
Needs Fixing < 1, Pending < 1. Got: 2 Approve, 1 Pending.
-- 
https://code.launchpad.net/~nbrinza/zorba/parse-fragment/+merge/97701
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:~nbrinza/zorba/parse-fragment into lp:zorba

2012-03-16 Thread Zorba Build Bot
Validation queue job parse-fragment-2012-03-16T12-40-35.74Z is finished. The 
final status was:

All tests succeeded!
-- 
https://code.launchpad.net/~nbrinza/zorba/parse-fragment/+merge/97701
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:~nbrinza/zorba/parse-fragment into lp:zorba

2012-03-16 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/parse-fragment-2012-03-16T12-40-35.74Z/log.html
-- 
https://code.launchpad.net/~nbrinza/zorba/parse-fragment/+merge/97701
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/fix_warnings_fedora into lp:zorba

2012-03-16 Thread noreply
The proposal to merge lp:~zorba-coders/zorba/fix_warnings_fedora into lp:zorba 
has been updated.

Status: Approved => Merged

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

2012-03-16 Thread Zorba Build Bot
Validation queue job fix_warnings_fedora-2012-03-16T12-08-16.444Z is finished. 
The final status was:

All tests succeeded!
-- 
https://code.launchpad.net/~zorba-coders/zorba/fix_warnings_fedora/+merge/97705
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/fix_warnings_fedora into lp:zorba

2012-03-16 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/fix_warnings_fedora-2012-03-16T12-08-16.444Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/fix_warnings_fedora/+merge/97705
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:~nbrinza/zorba/parse-fragment into lp:zorba

2012-03-16 Thread William Candillon
The proposal to merge lp:~nbrinza/zorba/parse-fragment into lp:zorba has been 
updated.

Status: Needs review => Approved

For more details, see:
https://code.launchpad.net/~nbrinza/zorba/parse-fragment/+merge/97701
-- 
https://code.launchpad.net/~nbrinza/zorba/parse-fragment/+merge/97701
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:~nbrinza/zorba/parse-fragment into lp:zorba

2012-03-16 Thread William Candillon
Review: Approve


-- 
https://code.launchpad.net/~nbrinza/zorba/parse-fragment/+merge/97701
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/fix_warnings_fedora into lp:zorba

2012-03-16 Thread William Candillon
The proposal to merge lp:~zorba-coders/zorba/fix_warnings_fedora into lp:zorba 
has been updated.

Status: Needs review => Approved

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

2012-03-16 Thread William Candillon
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/fix_warnings_fedora/+merge/97705
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/do-not-destroy-annotations-twice into lp:zorba

2012-03-16 Thread Zorba Build Bot
Validation queue job do-not-destroy-annotations-twice-2012-03-16T11-30-53.59Z 
is finished. The final status was:

All tests succeeded!
-- 
https://code.launchpad.net/~zorba-coders/zorba/do-not-destroy-annotations-twice/+merge/97822
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/do-not-destroy-annotations-twice into lp:zorba

2012-03-16 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/do-not-destroy-annotations-twice 
into lp:zorba has been updated.

Status: Approved => Needs review

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/do-not-destroy-annotations-twice/+merge/97822
-- 
https://code.launchpad.net/~zorba-coders/zorba/do-not-destroy-annotations-twice/+merge/97822
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/do-not-destroy-annotations-twice into lp:zorba

2012-03-16 Thread Zorba Build Bot
Voting does not meet specified criteria. Required: Approve > 1, Disapprove < 1, 
Needs Fixing < 1, Pending < 1. Got: 2 Pending.
-- 
https://code.launchpad.net/~zorba-coders/zorba/do-not-destroy-annotations-twice/+merge/97822
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/xquery-30-upon-ddl-import into lp:zorba

2012-03-16 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/xquery-30-upon-ddl-import into 
lp:zorba has been updated.

Status: Approved => Needs review

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/xquery-30-upon-ddl-import/+merge/97827
-- 
https://code.launchpad.net/~zorba-coders/zorba/xquery-30-upon-ddl-import/+merge/97827
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/xquery-30-upon-ddl-import into lp:zorba

2012-03-16 Thread Zorba Build Bot
Voting does not meet specified criteria. Required: Approve > 1, Disapprove < 1, 
Needs Fixing < 1, Pending < 1. Got: 3 Pending.
-- 
https://code.launchpad.net/~zorba-coders/zorba/xquery-30-upon-ddl-import/+merge/97827
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/do-not-destroy-annotations-twice into lp:zorba

2012-03-16 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/do-not-destroy-annotations-twice-2012-03-16T11-30-53.59Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/do-not-destroy-annotations-twice/+merge/97822
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/xquery-30-upon-ddl-import into lp:zorba

2012-03-16 Thread Zorba Build Bot
Validation queue job xquery-30-upon-ddl-import-2012-03-16T11-00-11.855Z is 
finished. The final status was:

All tests succeeded!
-- 
https://code.launchpad.net/~zorba-coders/zorba/xquery-30-upon-ddl-import/+merge/97827
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/xquery-30-upon-ddl-import into lp:zorba

2012-03-16 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/xquery-30-upon-ddl-import-2012-03-16T11-00-11.855Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/xquery-30-upon-ddl-import/+merge/97827
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:~nbrinza/zorba/parse-fragment into lp:zorba

2012-03-16 Thread Zorba Build Bot
Voting does not meet specified criteria. Required: Approve > 1, Disapprove < 1, 
Needs Fixing < 1, Pending < 1. Got: 1 Approve, 2 Pending.
-- 
https://code.launchpad.net/~nbrinza/zorba/parse-fragment/+merge/97701
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:~nbrinza/zorba/parse-fragment into lp:zorba

2012-03-16 Thread Zorba Build Bot
The proposal to merge lp:~nbrinza/zorba/parse-fragment into lp:zorba has been 
updated.

Status: Approved => Needs review

For more details, see:
https://code.launchpad.net/~nbrinza/zorba/parse-fragment/+merge/97701
-- 
https://code.launchpad.net/~nbrinza/zorba/parse-fragment/+merge/97701
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:~nbrinza/zorba/parse-fragment into lp:zorba

2012-03-16 Thread Zorba Build Bot
Validation queue job parse-fragment-2012-03-16T10-27-37.083Z is finished. The 
final status was:

All tests succeeded!
-- 
https://code.launchpad.net/~nbrinza/zorba/parse-fragment/+merge/97701
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/xquery-30-upon-ddl-import into lp:zorba

2012-03-16 Thread Ghislain Fourny
The proposal to merge lp:~zorba-coders/zorba/xquery-30-upon-ddl-import into 
lp:zorba has been updated.

Status: Needs review => Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/xquery-30-upon-ddl-import/+merge/97827
-- 
https://code.launchpad.net/~zorba-coders/zorba/xquery-30-upon-ddl-import/+merge/97827
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/do-not-destroy-annotations-twice into lp:zorba

2012-03-16 Thread Ghislain Fourny
The proposal to merge lp:~zorba-coders/zorba/do-not-destroy-annotations-twice 
into lp:zorba has been updated.

Status: Needs review => Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/do-not-destroy-annotations-twice/+merge/97822
-- 
https://code.launchpad.net/~zorba-coders/zorba/do-not-destroy-annotations-twice/+merge/97822
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:~nbrinza/zorba/parse-fragment into lp:zorba

2012-03-16 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/parse-fragment-2012-03-16T10-27-37.083Z/log.html
-- 
https://code.launchpad.net/~nbrinza/zorba/parse-fragment/+merge/97701
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/xquery-30-upon-ddl-import into lp:zorba

2012-03-16 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/xquery-30-upon-ddl-import into 
lp:zorba has been updated.

Status: Approved => Needs review

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/xquery-30-upon-ddl-import/+merge/97827
-- 
https://code.launchpad.net/~zorba-coders/zorba/xquery-30-upon-ddl-import/+merge/97827
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/xquery-30-upon-ddl-import into lp:zorba

2012-03-16 Thread Zorba Build Bot
No approved revision specified.
-- 
https://code.launchpad.net/~zorba-coders/zorba/xquery-30-upon-ddl-import/+merge/97827
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/destroy-annotation-qnames into lp:zorba

2012-03-16 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/destroy-annotation-qnames into 
lp:zorba has been updated.

Status: Approved => Needs review

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/destroy-annotation-qnames/+merge/97824
-- 
https://code.launchpad.net/~zorba-coders/zorba/destroy-annotation-qnames/+merge/97824
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/xquery-30-upon-ddl-import into lp:zorba

2012-03-16 Thread Ghislain Fourny
The proposal to merge lp:~zorba-coders/zorba/xquery-30-upon-ddl-import into 
lp:zorba has been updated.

Status: Needs review => Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/xquery-30-upon-ddl-import/+merge/97827
-- 
https://code.launchpad.net/~zorba-coders/zorba/xquery-30-upon-ddl-import/+merge/97827
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/destroy-annotation-qnames into lp:zorba

2012-03-16 Thread Ghislain Fourny
The proposal to merge lp:~zorba-coders/zorba/destroy-annotation-qnames into 
lp:zorba has been updated.

Status: Needs review => Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/destroy-annotation-qnames/+merge/97824
-- 
https://code.launchpad.net/~zorba-coders/zorba/destroy-annotation-qnames/+merge/97824
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/do-not-destroy-annotations-twice into lp:zorba

2012-03-16 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/do-not-destroy-annotations-twice 
into lp:zorba has been updated.

Status: Approved => Needs review

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/do-not-destroy-annotations-twice/+merge/97822
-- 
https://code.launchpad.net/~zorba-coders/zorba/do-not-destroy-annotations-twice/+merge/97822
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/destroy-annotation-qnames into lp:zorba

2012-03-16 Thread Zorba Build Bot
Voting does not meet specified criteria. Required: Approve > 1, Disapprove < 1, 
Needs Fixing < 1, Pending < 1. Got: 3 Pending.
-- 
https://code.launchpad.net/~zorba-coders/zorba/destroy-annotation-qnames/+merge/97824
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/do-not-destroy-annotations-twice into lp:zorba

2012-03-16 Thread Zorba Build Bot
There are additional revisions which have not been approved in review. Please 
seek review and approval of these new revisions.
-- 
https://code.launchpad.net/~zorba-coders/zorba/do-not-destroy-annotations-twice/+merge/97822
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/destroy-annotation-qnames into lp:zorba

2012-03-16 Thread Zorba Build Bot
Validation queue job destroy-annotation-qnames-2012-03-16T09-55-09.827Z is 
finished. The final status was:

All tests succeeded!
-- 
https://code.launchpad.net/~zorba-coders/zorba/destroy-annotation-qnames/+merge/97824
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/destroy-annotation-qnames into lp:zorba

2012-03-16 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/destroy-annotation-qnames-2012-03-16T09-55-09.827Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/destroy-annotation-qnames/+merge/97824
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/xquery-30-upon-ddl-import into lp:zorba

2012-03-16 Thread Ghislain Fourny
Ghislain Fourny has proposed merging 
lp:~zorba-coders/zorba/xquery-30-upon-ddl-import into lp:zorba.

Requested reviews:
  Markos Zaharioudakis (markos-za)
  Matthias Brantner (matthias-brantner)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/xquery-30-upon-ddl-import/+merge/97827

Declaration of XQuery version 3.0 upon DDL module import
-- 
https://code.launchpad.net/~zorba-coders/zorba/xquery-30-upon-ddl-import/+merge/97827
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'src/api/staticcollectionmanagerimpl.cpp'
--- src/api/staticcollectionmanagerimpl.cpp	2011-12-21 14:40:33 +
+++ src/api/staticcollectionmanagerimpl.cpp	2012-03-16 10:10:50 +
@@ -104,6 +104,7 @@
 {
   Zorba_CompilerHints_t lHints;
   std::ostringstream lProlog;
+  lProlog << "xquery version '3.0';";
   lProlog << "import module namespace d = '" << theColDDLNamespace << "';";
   lProlog << "import module namespace iddl = '" << theIdxDDLNamespace << "';";
   aCtx->loadProlog(lProlog.str(), lHints);

-- 
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:~nbrinza/zorba/parse-fragment into lp:zorba

2012-03-16 Thread Nicolae Brinza
The proposal to merge lp:~nbrinza/zorba/parse-fragment into lp:zorba has been 
updated.

Status: Needs review => Approved

For more details, see:
https://code.launchpad.net/~nbrinza/zorba/parse-fragment/+merge/97701
-- 
https://code.launchpad.net/~nbrinza/zorba/parse-fragment/+merge/97701
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/destroy-annotation-qnames into lp:zorba

2012-03-16 Thread Ghislain Fourny
Ghislain Fourny has proposed merging 
lp:~zorba-coders/zorba/destroy-annotation-qnames into lp:zorba.

Requested reviews:
  Markos Zaharioudakis (markos-za)
  Matthias Brantner (matthias-brantner)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/destroy-annotation-qnames/+merge/97824

Annotation QNames are now released when destroy is called (used to be in class 
destructor).
-- 
https://code.launchpad.net/~zorba-coders/zorba/destroy-annotation-qnames/+merge/97824
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'src/annotations/annotations.cpp'
--- src/annotations/annotations.cpp	2012-01-11 17:30:25 +
+++ src/annotations/annotations.cpp	2012-03-16 10:03:07 +
@@ -209,6 +209,12 @@
 void AnnotationInternal::destroyBuiltIn()
 {
   theAnnotId2NameMap.clear();
+  ItemHandleHashMap::iterator ite = theAnnotName2IdMap.begin();
+  ItemHandleHashMap::iterator end = theAnnotName2IdMap.end();
+  for (; ite != end; ++ite)
+  {
+(*ite).first->removeReference();
+  }
   theAnnotName2IdMap.clear();
 }
 

-- 
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/do-not-destroy-annotations-twice into lp:zorba

2012-03-16 Thread Ghislain Fourny
The proposal to merge lp:~zorba-coders/zorba/do-not-destroy-annotations-twice 
into lp:zorba has been updated.

Status: Needs review => Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/do-not-destroy-annotations-twice/+merge/97822
-- 
https://code.launchpad.net/~zorba-coders/zorba/do-not-destroy-annotations-twice/+merge/97822
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/do-not-destroy-annotations-twice into lp:zorba

2012-03-16 Thread Ghislain Fourny
Ghislain Fourny has proposed merging 
lp:~zorba-coders/zorba/do-not-destroy-annotations-twice into lp:zorba.

Requested reviews:
  Ghislain Fourny (gislenius)
  Matthias Brantner (matthias-brantner)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/do-not-destroy-annotations-twice/+merge/97822

No longer destroying built-in annotations twice.
-- 
https://code.launchpad.net/~zorba-coders/zorba/do-not-destroy-annotations-twice/+merge/97822
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/fix_warnings_fedora into lp:zorba

2012-03-16 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/fix_warnings_fedora into lp:zorba 
has been updated.

Status: Approved => Needs review

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

2012-03-16 Thread Zorba Build Bot
Voting does not meet specified criteria. Required: Approve > 1, Disapprove < 1, 
Needs Fixing < 1, Pending < 1. Got: 2 Approve, 1 Pending.
-- 
https://code.launchpad.net/~zorba-coders/zorba/fix_warnings_fedora/+merge/97705
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/fix_warnings_fedora into lp:zorba

2012-03-16 Thread Zorba Build Bot
Validation queue job fix_warnings_fedora-2012-03-16T06-26-11.832Z is finished. 
The final status was:

All tests succeeded!
-- 
https://code.launchpad.net/~zorba-coders/zorba/fix_warnings_fedora/+merge/97705
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