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

2012-08-27 Thread Matthias Brantner
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/doxygen_xml_generation/+merge/121349
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/doxygen_xml_generation into lp:zorba

2012-08-27 Thread Chris Hillery
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/doxygen_xml_generation/+merge/121349
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/doxygen_xml_generation into lp:zorba

2012-08-27 Thread Chris Hillery
The proposal to merge lp:~zorba-coders/zorba/doxygen_xml_generation into 
lp:zorba has been updated.

Status: Needs review = Approved

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

2012-08-27 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/doxygen_xml_generation-2012-08-28T00-20-57.476Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/doxygen_xml_generation/+merge/121349
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/doxygen_xml_generation into lp:zorba

2012-08-27 Thread Zorba Build Bot
Validation queue job doxygen_xml_generation-2012-08-28T00-20-57.476Z is 
finished. The final status was:

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

2012-08-27 Thread noreply
The proposal to merge lp:~zorba-coders/zorba/doxygen_xml_generation into 
lp:zorba has been updated.

Status: Approved = Merged

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

2012-08-26 Thread William Candillon
William Candillon has proposed merging 
lp:~zorba-coders/zorba/doxygen_xml_generation into lp:zorba.

Requested reviews:
  Chris Hillery (ceejatec)
  Matthias Brantner (matthias-brantner)

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

Enable XML output from doxygen by default.
This change will make current website release faster.
It also enables the website generation within doc/ possible.
-- 
https://code.launchpad.net/~zorba-coders/zorba/doxygen_xml_generation/+merge/121349
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'doc/c/doxy.config.in'
--- doc/c/doxy.config.in	2012-08-16 18:31:02 +
+++ doc/c/doxy.config.in	2012-08-26 22:48:20 +
@@ -1368,7 +1368,7 @@
 # generate an XML file that captures the structure of
 # the code including all documentation.
 
-GENERATE_XML   = NO
+GENERATE_XML   = YES
 
 # The XML_OUTPUT tag is used to specify where the XML pages will be put.
 # If a relative path is entered the value of OUTPUT_DIRECTORY will be

=== modified file 'doc/csharp/doxy.config.in'
--- doc/csharp/doxy.config.in	2012-07-20 21:21:21 +
+++ doc/csharp/doxy.config.in	2012-08-26 22:48:20 +
@@ -1366,7 +1366,7 @@
 # generate an XML file that captures the structure of
 # the code including all documentation.
 
-GENERATE_XML   = NO
+GENERATE_XML   = YES
 
 # The XML_OUTPUT tag is used to specify where the XML pages will be put.
 # If a relative path is entered the value of OUTPUT_DIRECTORY will be

=== modified file 'doc/cxx/doxy.config.in'
--- doc/cxx/doxy.config.in	2012-08-16 18:31:02 +
+++ doc/cxx/doxy.config.in	2012-08-26 22:48:20 +
@@ -1380,7 +1380,7 @@
 # generate an XML file that captures the structure of
 # the code including all documentation.
 
-GENERATE_XML   = NO
+GENERATE_XML   = YES
 
 # The XML_OUTPUT tag is used to specify where the XML pages will be put.
 # If a relative path is entered the value of OUTPUT_DIRECTORY will be

=== modified file 'doc/java/doxy.config.in'
--- doc/java/doxy.config.in	2012-08-16 18:31:02 +
+++ doc/java/doxy.config.in	2012-08-26 22:48:20 +
@@ -1366,7 +1366,7 @@
 # generate an XML file that captures the structure of
 # the code including all documentation.
 
-GENERATE_XML   = NO
+GENERATE_XML   = YES
 
 # The XML_OUTPUT tag is used to specify where the XML pages will be put.
 # If a relative path is entered the value of OUTPUT_DIRECTORY will be

=== modified file 'doc/php/doxy.config.in'
--- doc/php/doxy.config.in	2012-08-16 18:31:02 +
+++ doc/php/doxy.config.in	2012-08-26 22:48:20 +
@@ -1366,7 +1366,7 @@
 # generate an XML file that captures the structure of
 # the code including all documentation.
 
-GENERATE_XML   = NO
+GENERATE_XML   = YES
 
 # The XML_OUTPUT tag is used to specify where the XML pages will be put.
 # If a relative path is entered the value of OUTPUT_DIRECTORY will be

=== modified file 'doc/python/doxy.config.in'
--- doc/python/doxy.config.in	2012-08-16 18:31:02 +
+++ doc/python/doxy.config.in	2012-08-26 22:48:20 +
@@ -1366,7 +1366,7 @@
 # generate an XML file that captures the structure of
 # the code including all documentation.
 
-GENERATE_XML   = NO
+GENERATE_XML   = YES
 
 # The XML_OUTPUT tag is used to specify where the XML pages will be put.
 # If a relative path is entered the value of OUTPUT_DIRECTORY will be

=== modified file 'doc/ruby/doxy.config.in'
--- doc/ruby/doxy.config.in	2012-08-16 18:31:02 +
+++ doc/ruby/doxy.config.in	2012-08-26 22:48:20 +
@@ -1366,7 +1366,7 @@
 # generate an XML file that captures the structure of
 # the code including all documentation.
 
-GENERATE_XML   = NO
+GENERATE_XML   = YES
 
 # The XML_OUTPUT tag is used to specify where the XML pages will be put.
 # If a relative path is entered the value of OUTPUT_DIRECTORY will be

=== modified file 'doc/xqj/doxy.config.in'
--- doc/xqj/doxy.config.in	2012-08-16 18:31:02 +
+++ doc/xqj/doxy.config.in	2012-08-26 22:48:20 +
@@ -1367,7 +1367,7 @@
 # generate an XML file that captures the structure of
 # the code including all documentation.
 
-GENERATE_XML   = NO
+GENERATE_XML   = YES
 
 # The XML_OUTPUT tag is used to specify where the XML pages will be put.
 # If a relative path is entered the value of OUTPUT_DIRECTORY will be

=== modified file 'doc/zorba/doxy.config.in'
--- doc/zorba/doxy.config.in	2012-08-16 18:31:02 +
+++ doc/zorba/doxy.config.in	2012-08-26 22:48:20 +
@@ -1387,7 +1387,7 @@
 # generate an XML file that captures the structure of
 # the code including all documentation.
 
-GENERATE_XML   = NO
+GENERATE_XML   = YES
 
 # The XML_OUTPUT tag is used to specify where the XML pages will be put.
 # If a relative path is entered the value of OUTPUT_DIRECTORY will be

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : 

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

2012-08-26 Thread William Candillon
The proposal to merge lp:~zorba-coders/zorba/doxygen_xml_generation into 
lp:zorba has been updated.

Commit Message changed to:

Enable XML output from doxygen by default.

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

2012-08-26 Thread William Candillon
The proposal to merge lp:~zorba-coders/zorba/doxygen_xml_generation into 
lp:zorba has been updated.

Status: Needs review = Approved

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

2012-08-26 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/doxygen_xml_generation-2012-08-26T22-49-56.742Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/doxygen_xml_generation/+merge/121349
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/doxygen_xml_generation into lp:zorba

2012-08-26 Thread Zorba Build Bot
Validation queue job doxygen_xml_generation-2012-08-26T22-49-56.742Z is 
finished. The final status was:

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

2012-08-26 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/doxygen_xml_generation/+merge/121349
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/doxygen_xml_generation into lp:zorba

2012-08-26 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/doxygen_xml_generation into 
lp:zorba has been updated.

Status: Approved = Needs review

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