[Dhis2-devs] DHIS1.3 to 1.4 conversion error!

2009-07-01 Thread Murodullo Latifov
Hi, I have a task to convert DHIS1.3 databse to 1.4. Using upgrade option provided by 1.4 gives the following error and deletes any created files and exits: "The Microsoft Office Access database engine could not find the object 'survey'. Make sure the object exists and that you spelled its name

[Dhis2-devs] DHIS2-lite on a Mac

2009-07-01 Thread Knut Staring
Problems with the systray. Could we skip the systray on Macs? 7/1/09 4:24:57 PM [0x0-0x136136].com.apple.JarLauncher[6490] * INFO 16:24:57,439 Environment variable DHIS2_HOME: null (TrayApp.java [main]) 7/1/09 4:24:57 PM [0x0-0x136136].com.apple.JarLauncher[6490] * INFO 16:24:57,441 System property

Re: [Dhis2-devs] DHIS2-lite on a Mac

2009-07-01 Thread Saptarshi Purkayastha
Seems like Java6 is missing and SystemTray class was added in Java6. Other than that, dhis2-lite package already deals with platform not support system tray and it will exit gracefully. Please install the new Java6 for OSX and it should work fine. --- Regards, Saptarshi PURKAYASTHA Director R & D,

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 410: Ignored a few tests

2009-07-01 Thread noreply
revno: 410 committer: Lars Helge Oeverland larshe...@gmail.com branch nick: trunk timestamp: Wed 2009-07-01 17:17:50 +0200 message: Ignored a few tests modified: dhis-2/dhis-services/dhis-service-reporting/src/test/java/org/hisp/dhis

Re: [Dhis2-devs] DHIS2-lite on a Mac

2009-07-01 Thread Knut Staring
On Wed, Jul 1, 2009 at 5:10 PM, Saptarshi Purkayastha wrote: > Seems like Java6 is missing and SystemTray class was added in Java6. Yes, that is probably the issue. I think we need to make the requirement for Java 6 explicit on dhis2.com, though, as I had completely forgotten about it. Also enco

Re: [Dhis2-devs] DHIS2-lite on a Mac

2009-07-01 Thread Bob Jolliffe
2009/7/1 Saptarshi Purkayastha : > Seems like Java6 is missing and SystemTray class was added in Java6. Other > than that, dhis2-lite package already deals with platform not support system > tray and it will exit gracefully. > Please install the new Java6 for OSX and it should work fine. Yes this

Re: [Dhis2-devs] DHIS2-lite on a Mac

2009-07-01 Thread Bob Jolliffe
2009/7/1 Knut Staring : > On Wed, Jul 1, 2009 at 5:10 PM, Saptarshi Purkayastha > wrote: >> >> Seems like Java6 is missing and SystemTray class was added in Java6. > > Yes, that is probably the issue. I think we need to make the requirement for > Java 6 explicit on dhis2.com, though, as I had comp

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 411: Minor code optimization in ExpressionService.

2009-07-01 Thread noreply
revno: 411 committer: Lars Helge Oeverland larshe...@gmail.com branch nick: trunk timestamp: Wed 2009-07-01 20:52:56 +0200 message: Minor code optimization in ExpressionService. modified: dhis-2/dhis-services/dhis-service-core/src/ma