Re: [Dhis2-devs] can't run with the latest DHIS2 source-code

2010-04-12 Thread Bob Jolliffe
Looks like a typo here. oorg? Cannot find class [oorg.hisp.dhis.dataadmin.action.minmaxvalidation.UnselectLevelAction] On 12 April 2010 07:05, Kim-Anh Vo cata...@gmail.com wrote: Dear all, here is the log (attached!) -- -- Best regards, Kim-Anh Vo +84.906612246 k...@ifi.uio.no

Re: [Dhis2-devs] can't run with the latest DHIS2 source-code

2010-04-12 Thread Knut Staring
It is a good rule to check that the code builds before committing. Knut On Mon, Apr 12, 2010 at 10:06 AM, Bob Jolliffe bobjolli...@gmail.com wrote: Looks like a typo here.  oorg? Cannot find class [oorg.hisp.dhis.dataadmin.action.minmaxvalidation.UnselectLevelAction] On 12 April 2010 07:05,

Re: [Dhis2-devs] can't run with the latest DHIS2 source-code

2010-04-12 Thread Jason Pickering
In fact, the code builds, but will not run. I am testing a fix right now. Regards, Jason On Mon, Apr 12, 2010 at 10:08 AM, Knut Staring knu...@gmail.com wrote: It is a good rule to check that the code builds before committing. Knut On Mon, Apr 12, 2010 at 10:06 AM, Bob Jolliffe

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1767: Update files for caseentry module.

2010-04-12 Thread noreply
revno: 1767 committer: Viet v...@viet-laptop branch nick: trunk timestamp: Mon 2010-04-12 15:26:53 +0700 message: Update files for caseentry module. modified:

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1768: Updated files for caseentry module.

2010-04-12 Thread noreply
revno: 1768 committer: Viet v...@viet-laptop branch nick: trunk timestamp: Mon 2010-04-12 15:28:26 +0700 message: Updated files for caseentry module. added:

[Dhis2-devs] Problem with DataMart

2010-04-12 Thread Knut Staring
Hi, I am getting a hard-to-decipher error when trying to save a DataMart definition. I can export DataMarts with DataElements, but the definition does not get saved. Attaching the log file. Knut dhis.log Description: Binary data ___ Mailing list:

Re: [Dhis2-devs] Problem with DataMart

2010-04-12 Thread Knut Staring
Thanks to Ola for catching that the error was that my Source and Organisationunit tables had become out of sync - I had an extra id in Source which did not have a corresponding OrgUnit. On Mon, Apr 12, 2010 at 11:30 AM, Knut Staring knu...@gmail.com wrote: Hi, I am getting a hard-to-decipher

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1769: Bumped version for the rest of the modules, as well

2010-04-12 Thread noreply
revno: 1769 committer: Jo Størset stor...@gmail.com branch nick: trunk timestamp: Mon 2010-04-12 15:43:41 +0530 message: Bumped version for the rest of the modules, as well modified: dhis-mobile/dhis-service-mobile/pom.xml

Re: [Dhis2-devs] can't run with the latest DHIS2 source-code

2010-04-12 Thread Jan Henrik Øverland
It is a good rule to check that the code runs before committing. On Mon, Apr 12, 2010 at 10:14 AM, Jason Pickering jason.p.picker...@gmail.com wrote: In fact, the code builds, but will not run. I am testing a fix right now. Regards, Jason On Mon, Apr 12, 2010 at 10:08 AM, Knut Staring

Re: [Dhis2-devs] Problem with DataMart

2010-04-12 Thread Jason Pickering
Strange error. Maybe you can include this in the questions/answers section of Launchpad. Regards, JP On Mon, Apr 12, 2010 at 12:03 PM, Knut Staring knu...@gmail.com wrote: Thanks to Ola for catching that the error was that my Source and Organisationunit tables had become out of sync - I had

[Dhis2-devs] [Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 180: Improved docbook markup

2010-04-12 Thread noreply
revno: 180 committer: Lars larsh...@larshelg-laptop branch nick: dhis2-docbook-docs timestamp: Mon 2010-04-12 17:20:48 +0200 message: Improved docbook markup modified: src/docbkx/en/dhis2_technical_architechture_guide.xml --

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1770: Commit OrganisationUnit pruning function. Still working on.

2010-04-12 Thread noreply
revno: 1770 committer: Quang qu...@quang-pc branch nick: trunk timestamp: Mon 2010-04-12 23:35:57 +0700 message: Commit OrganisationUnit pruning function. Still working on. added:

[Dhis2-devs] [Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 181: Documented the deletion handler solution. Good if devs could read this.

2010-04-12 Thread noreply
revno: 181 committer: Lars larsh...@larshelg-laptop branch nick: dhis2-docbook-docs timestamp: Mon 2010-04-12 18:51:30 +0200 message: Documented the deletion handler solution. Good if devs could read this. modified:

[Dhis2-devs] [Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 182: Minor fix

2010-04-12 Thread noreply
revno: 182 committer: Lars larsh...@larshelg-laptop branch nick: dhis2-docbook-docs timestamp: Mon 2010-04-12 19:18:35 +0200 message: Minor fix modified: src/docbkx/en/dhis2_technical_architechture_guide.xml

[Dhis2-devs] [Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 183: Adding first (totally incomplete) implementation guide. Work in progress

2010-04-12 Thread noreply
revno: 183 committer: Jason P. Pickering jason.p.picker...@gmail.com branch nick: dhis2-docbook-docs timestamp: Mon 2010-04-12 19:27:26 +0200 message: Adding first (totally incomplete) implementation guide. Work in progress added:

Re: [Dhis2-devs] Multiple connections to H2

2010-04-12 Thread Lars Helge Øverland
I see H2 can be run in PostgreSQL mode by appending ;MODE=PostgreSQL to the connection URL: http://www.h2database.com/html/features.html#compatibility Could be interesting to try to import the pgdump using this.. Lars ___ Mailing list:

Re: [Dhis2-devs] Multiple connections to H2

2010-04-12 Thread Bob Jolliffe
I had a go at this earlier with reasonable success. You have to make an uncompressed pg dump with insert statements (these are both optional parametrs to pg_dump). Some very slight adjustment to the structural metadata - I'll document later if people are interested - and then tried to import

Re: [Dhis2-devs] Multiple connections to H2

2010-04-12 Thread Lars Helge Øverland
2010/4/12 Bob Jolliffe bobjolli...@gmail.com I had a go at this earlier with reasonable success. You have to make an uncompressed pg dump with insert statements (these are both optional parametrs to pg_dump). Some very slight adjustment to the structural metadata - I'll document later if

[Dhis2-devs] Organisation of software development

2010-04-12 Thread Lars Helge Øverland
Hi, since we now are scaling up our development capacity and more and more people are contributing code to DHIS 2 we will change the way we work a bit: -* From now on all development of new pieces of functionality must take place in a branch*. No direct commits to trunk will be allowed. -

Re: [Dhis2-devs] Multiple connections to H2

2010-04-12 Thread Bob Jolliffe
2010/4/12 Lars Helge Øverland larshe...@gmail.com: 2010/4/12 Bob Jolliffe bobjolli...@gmail.com I had a go at this earlier with reasonable success.  You have to make an uncompressed pg dump with insert statements (these are both optional parametrs to pg_dump).  Some very slight adjustment

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1772: Can't run with the latest DHIS2 source-code.

2010-04-12 Thread noreply
revno: 1772 committer: Tran Chau tran.hispviet...@gmail.com branch nick: trunk timestamp: Tue 2010-04-13 09:28:31 +0700 message: Can't run with the latest DHIS2 source-code. modified:

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1772: Can't run with the latest DHIS2 source-code.

2010-04-12 Thread Jo Størset
Den 13. apr. 2010 kl. 08.07 skrev nore...@launchpad.net: message: Can't run with the latest DHIS2 source-code. What do you mean? Jo smime.p7s Description: S/MIME cryptographic signature ___ Mailing list: https://launchpad.net/~dhis2-devs Post to

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1772: Can't run with the latest DHIS2 source-code.

2010-04-12 Thread Chau Thu Tran
Hi Jo,We fix bug can't run with the latest DHIS2 source-code from Kim Anh. Best regards, Châu Thu Trân HISP Viet Nam Email: tran.hispviet...@gmail.com Cell phone: +84 97 324 1542 On Tue, Apr 13, 2010 at 10:36 AM, Jo Størset

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1772: Can't run with the latest DHIS2 source-code.

2010-04-12 Thread Jo Størset
Den 13. apr. 2010 kl. 09.09 skrev Chau Thu Tran: Hi Jo, We fix bug can't run with the latest DHIS2 source-code from Kim Anh. Ah, ok :) I guess it would be nice to rather describe what was actually wrong (both in commit message and in bug), and linking to lp by the bug #id. Looking at the

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1773: Excel reporting module - Minor fixed in cell styles.

2010-04-12 Thread noreply
revno: 1773 committer: hieu hieu.hispviet...@gmail.com branch nick: trunk timestamp: Tue 2010-04-13 12:48:31 +0700 message: Excel reporting module - Minor fixed in cell styles. On the other hand, it would be better and flexible if