From groupdav@opengroupware.org Tue Dec 19 12:43:20 2006 From: groupdav@opengroupware.org (Mathew McBride) Date: Tue, 19 Dec 2006 23:43:20 +1100 Subject: [GroupDAV] New GroupDAV connector version Message-ID: Hello all, I've done a lot of work on the GroupDAV connector recently to reach the goals I put forward in the short term roadmap, and I now have a connector which _should_ be stable for everyday use. GroupDAV Connector 1.1.1767 can be found at http://comalies.citadel.org/~matt/funambol/pre-rc1/ Please read the install guide, and the deployment guides first as the methods of installing have changed somewhat. I now recommend using jBoss as the base application server for Funambol, which is more convenient for people like me where bundles don't exist for the platforms we use. http://comalies.citadel.org/~matt/funambol/pre-rc1/install-guide/ Install guide online version http://comalies.citadel.org/~matt/funambol/pre-rc1/install-guide.pdf PDF http://comalies.citadel.org/~matt/funambol/pre-rc1/deployment/ Deployment guide online version http://comalies.citadel.org/~matt/funambol/pre-rc1/deployment.pdf Deployment guide PDF version The biggest change in this version is the use of Funambol's PDI kit to do all the parsing work, this kills all the data transfer issues around with previous versions, and implements the SIF XML format for us, but, for now, comes with the downside of not supporting tasks at all (I'll have to discuss that with the Funambol devs. Hopefully I can add this functionality into Funambol and get a PDI kit release with tasks included). The "one name per object" protection has been dropped too. Users of Citadel should be aware that webcit may send their events hours before/ahead of its time depending on their timezone if webcit is used to modify an event. Those with reminder alarms on their events should plan to live without them while I devise a resolution taking into account the recommendation of the GroupDAV spec (alarms shouldn't sit on the server), and the probable use of the connector as a backup method replacing HotSync etc. I've tested this version on Citadel and USA.net, but haven't had the opportunity to try with OpenGroupware yet - but theres no reason why it shouldn't. From groupdav@opengroupware.org Tue Dec 19 14:36:18 2006 From: groupdav@opengroupware.org (Benjamin Long) Date: Tue, 19 Dec 2006 09:36:18 -0500 Subject: [GroupDAV] New GroupDAV connector version In-Reply-To: References: Message-ID: <200612190936.18911.bflong@longbros.com> #!/bin/bash COUNTER=0 while [ "$COUNTER" -lt "1000" ] do echo "Thank You!" COUNTER=$(($COUNTER+1)) done On Tuesday 19 December 2006 7:43 am, Mathew McBride wrote: > Hello all, > > I've done a lot of work on the GroupDAV connector recently to reach the > goals I put forward in the short term roadmap, and I now have a connector > which _should_ be stable for everyday use. > > GroupDAV Connector 1.1.1767 can be found at > http://comalies.citadel.org/~matt/funambol/pre-rc1/ > > Please read the install guide, and the deployment guides first as the > methods of installing have changed somewhat. I now recommend using jBoss as > the base application server for Funambol, which is more convenient for > people like me where bundles don't exist for the platforms we use. > > http://comalies.citadel.org/~matt/funambol/pre-rc1/install-guide/ Install > guide online version > http://comalies.citadel.org/~matt/funambol/pre-rc1/install-guide.pdf PDF > http://comalies.citadel.org/~matt/funambol/pre-rc1/deployment/ Deployment > guide online version > http://comalies.citadel.org/~matt/funambol/pre-rc1/deployment.pdf > Deployment guide PDF version > > The biggest change in this version is the use of Funambol's PDI kit to do > all the parsing work, this kills all the data transfer issues around with > previous versions, and implements the SIF XML format for us, but, for now, > comes with the downside of not supporting tasks at all (I'll have to > discuss that with the Funambol devs. Hopefully I can add this functionality > into Funambol and get a PDI kit release with tasks included). The "one name > per object" protection has been dropped too. > > Users of Citadel should be aware that webcit may send their events hours > before/ahead of its time depending on their timezone if webcit is used to > modify an event. > > Those with reminder alarms on their events should plan to live without them > while I devise a resolution taking into account the recommendation of the > GroupDAV spec (alarms shouldn't sit on the server), and the probable use of > the connector as a backup method replacing HotSync etc. > > I've tested this version on Citadel and USA.net, but haven't had the > opportunity to try with OpenGroupware yet - but theres no reason why it > shouldn't. From groupdav@opengroupware.org Tue Dec 19 14:58:05 2006 From: groupdav@opengroupware.org (Adam Tauno Williams) Date: Tue, 19 Dec 2006 09:58:05 -0500 Subject: [GroupDAV] New GroupDAV connector version In-Reply-To: <200612190936.18911.bflong@longbros.com> References: <200612190936.18911.bflong@longbros.com> Message-ID: <1166540285.4296.7.camel@aleph.whitemice.org> > #!/bin/bash > COUNTER=0 > while [ "$COUNTER" -lt "1000" ] > do > echo "Thank You!" Actually that needs to be: echo 'Thank You!' - or the bang symbol will freak out bash. ;) But, otherwise, ditto! > COUNTER=$(($COUNTER+1)) > done From groupdav@opengroupware.org Tue Dec 19 15:11:20 2006 From: groupdav@opengroupware.org (Martin Gutsch) Date: Tue, 19 Dec 2006 16:11:20 +0100 Subject: [GroupDAV] New GroupDAV connector version In-Reply-To: References: Message-ID: <147228433309.20061219161120@gmx.net> Hi Mathew, Cool! Can't wait to finish work to check this out. MM> I've done a lot of work on the GroupDAV connector recently to reach the MM> goals I put forward in the short term roadmap, and I now have a connector MM> which _should_ be stable for everyday use. Woe. Let's see if works using PDI (uaahhh..) with those Sony Ericsson and Nokia SyncML implementations. But if - I (rather than bash) will freak out - and proudly synch my contacts in the subway to Citadel's global address book - from where it bounces to my colleague's phones. Ah. Makes me happy, [mart] From groupdav@opengroupware.org Tue Dec 19 15:19:42 2006 From: groupdav@opengroupware.org (Benjamin Long) Date: Tue, 19 Dec 2006 10:19:42 -0500 Subject: [GroupDAV] New GroupDAV connector version In-Reply-To: <1166540285.4296.7.camel@aleph.whitemice.org> References: <200612190936.18911.bflong@longbros.com> <1166540285.4296.7.camel@aleph.whitemice.org> Message-ID: <200612191019.43123.bflong@longbros.com> As if I'd post something like this to a mailing list without testing it... took me 15 min to write that! Is that pathetic or what? :D On Tuesday 19 December 2006 9:58 am, Adam Tauno Williams wrote: > > #!/bin/bash > > COUNTER=0 > > while [ "$COUNTER" -lt "1000" ] > > do > > echo "Thank You!" > > Actually that needs to be: echo 'Thank You!' - or the bang symbol will > freak out bash. ;) > > But, otherwise, ditto! > > > COUNTER=$(($COUNTER+1)) > > done From groupdav@opengroupware.org Wed Dec 20 06:12:51 2006 From: groupdav@opengroupware.org (Alexander Gonzalez Casin) Date: Wed, 20 Dec 2006 07:12:51 +0100 Subject: [GroupDAV] New GroupDAV connector version In-Reply-To: References: Message-ID: <200612200712.52389.gonzalez@hagos.de> Halli, hallo, (hi,) Am Dienstag, 19. Dezember 2006 13:43 schrieb Mathew McBride: > ... > but haven't had the > opportunity to try with OpenGroupware yet - but theres no reason why it > shouldn't. hey, suuuuuuuuuuuuper. Thank you very much. I think, that I could test it. :-) Gr=FC=DFle, Gonzo =2D-=20 _________________________________________________________ Alexander Gonzalez Casin HAGOS eG -- EDV-Abteilung -- Industriestr. 62 -- D-70565 Stuttgart Tel.: +49(711) 78805-91, Fax: +49(711)78805-35, http://www.hagos.de From groupdav@opengroupware.org Thu Dec 21 21:58:55 2006 From: groupdav@opengroupware.org (Chris Bryant) Date: Thu, 21 Dec 2006 16:58:55 -0500 Subject: [GroupDAV] New GroupDAV connector version References: Message-ID: <000c01c7254b$36fbe040$6401a8c0@corp.usa.net> Matt, Thanks for all your work on this. We probably won't be able to do any testing with this until after New Year's, but hopefully we can do some soon after that. Thanks, Chris ----- Original Message ----- From: "Mathew McBride" To: Sent: Tuesday, December 19, 2006 7:43 AM Subject: [GroupDAV] New GroupDAV connector version > Hello all, > > I've done a lot of work on the GroupDAV connector recently to reach the > goals I put forward in the short term roadmap, and I now have a connector > which _should_ be stable for everyday use. > > GroupDAV Connector 1.1.1767 can be found at > http://comalies.citadel.org/~matt/funambol/pre-rc1/ > > Please read the install guide, and the deployment guides first as the > methods of installing have changed somewhat. I now recommend using jBoss > as > the base application server for Funambol, which is more convenient for > people like me where bundles don't exist for the platforms we use. > > http://comalies.citadel.org/~matt/funambol/pre-rc1/install-guide/ Install > guide online version > http://comalies.citadel.org/~matt/funambol/pre-rc1/install-guide.pdf PDF > http://comalies.citadel.org/~matt/funambol/pre-rc1/deployment/ Deployment > guide online version > http://comalies.citadel.org/~matt/funambol/pre-rc1/deployment.pdf > Deployment > guide PDF version > > The biggest change in this version is the use of Funambol's PDI kit to do > all the parsing work, this kills all the data transfer issues around with > previous versions, and implements the SIF XML format for us, but, for now, > comes with the downside of not supporting tasks at all (I'll have to > discuss > that with the Funambol devs. Hopefully I can add this functionality into > Funambol and get a PDI kit release with tasks included). The "one name per > object" protection has been dropped too. > > Users of Citadel should be aware that webcit may send their events hours > before/ahead of its time depending on their timezone if webcit is used to > modify an event. > > Those with reminder alarms on their events should plan to live without > them > while I devise a resolution taking into account the recommendation of the > GroupDAV spec (alarms shouldn't sit on the server), and the probable use > of > the connector as a backup method replacing HotSync etc. > > I've tested this version on Citadel and USA.net, but haven't had the > opportunity to try with OpenGroupware yet - but theres no reason why it > shouldn't. > > -- > GroupDAV > groupdav@opengroupware.org > http://mail.opengroupware.org/mailman/listinfo/groupdav > > > > From groupdav@opengroupware.org Fri Dec 22 08:19:56 2006 From: groupdav@opengroupware.org (Chris Picton) Date: Fri, 22 Dec 2006 10:19:56 +0200 Subject: [GroupDAV] Evolution Connector Message-ID: <1166775596.18256.5.camel@aleph-null.tangent.co.za> --=-oRjquSDEzJuk9mMiwTXQ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi Is the groupdav connector for evo under current development? I have downloaded the svn from http://svn.opengroupware.org/OGoProjects/evolution-groupdav/trunk/ and compiled it under evo 2.8.2.1 The calendar appears to work, but as soon as it tries to load contact details, the connector crashes and takes down my calendar, contacts, tasks and notes as well. I am connecting to an opengroupware server. Which is the preferred way of connecting to OGo from evo? groupdav connector? OGO connector Funambol groupdav with multisync? Which one is more likely to work? --=20 ---------------------+---------------------------------------------------- Chris Picton | PGP Key ID: 9D28A988 (wwwkeys.pgp.net) Technical Director | PGP Key Fingerprint: Tangent Systems | 2B46 29EA D530 79EC D9EA 3ED0 229D 6DD6 9D28 A988 011 447 8096 | "Quid quid latine dictum sit, altum viditar" chrisp@tangent.co.za | http://www.tangent.co.za/keys/chrisp.asc ---------------------+---------------------------------------------------- --=-oRjquSDEzJuk9mMiwTXQ Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQBFi5UrIp1t1p0oqYgRAkahAJ44aHik/poSQzIJoF73zILXEcGzxQCgo569 kE8nzV/lkMPjQq3W9CO81pM= =DsvA -----END PGP SIGNATURE----- --=-oRjquSDEzJuk9mMiwTXQ-- From groupdav@opengroupware.org Fri Dec 22 08:32:34 2006 From: groupdav@opengroupware.org (Shreyas Srinivasan) Date: Fri, 22 Dec 2006 14:02:34 +0530 Subject: [GroupDAV] Evolution Connector In-Reply-To: <1166775596.18256.5.camel@aleph-null.tangent.co.za> References: <1166775596.18256.5.camel@aleph-null.tangent.co.za> Message-ID: <8f8004410612220032i7b2a47efj1037b5aaa9aa2157@mail.gmail.com> On 12/22/06, Chris Picton wrote: > Hi > > Is the groupdav connector for evo under current development? Yes it is. > The calendar appears to work, but as soon as it tries to load contact > details, the connector crashes and takes down my calendar, contacts, > tasks and notes as well. The version of the code you are using has problems with creating and modifying contacts. I havent come across crashes on load. If you can mail me the gdb trace then it would help me in debugging. Even better create a bug on bugzilla.opengroupware.org under evolution-grpdav and assign it to me. We have made some more fixes to the addressbook code, mostly creating and modifying contacts works now. Committing the patches today, check it out in a couple of hours to see if it helps you. > Which is the preferred way of connecting to OGo from evo? > groupdav connector? > OGO connector These are the same. The grpdav connector is based on the initial ogo connector code base. -- Shreyas -- CelAbrate your flaws From groupdav@opengroupware.org Fri Dec 22 08:56:34 2006 From: groupdav@opengroupware.org (Chris Picton) Date: Fri, 22 Dec 2006 10:56:34 +0200 Subject: [GroupDAV] Evolution Connector In-Reply-To: <8f8004410612220032i7b2a47efj1037b5aaa9aa2157@mail.gmail.com> References: <1166775596.18256.5.camel@aleph-null.tangent.co.za> <8f8004410612220032i7b2a47efj1037b5aaa9aa2157@mail.gmail.com> Message-ID: <1166777794.19106.4.camel@aleph-null.tangent.co.za> --=-oBNwW+vGHYt8+ErX8vPh Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2006-12-22 at 14:02 +0530, Shreyas Srinivasan wrote: > On 12/22/06, Chris Picton wrote: > > Hi > > > > Is the groupdav connector for evo under current development? >=20 > Yes it is. Good to hear. If I had more free time, I would try helping out. Maybe next year sometime. >=20 > > The calendar appears to work, but as soon as it tries to load contact > > details, the connector crashes and takes down my calendar, contacts, > > tasks and notes as well. >=20 > The version of the code you are using has problems with creating > and modifying contacts. I havent come across crashes on load. > If you can mail me the gdb trace then it would help me in > debugging. Even better create a bug on bugzilla.opengroupware.org > under evolution-grpdav and assign it to me. >=20 > We have made some more fixes to the addressbook code, mostly > creating and modifying contacts works now. Committing the patches > today, check it out in a couple of hours to see if it helps you. I will test the new revision to see what happens. If I still have the same problems, I will get the debug trace to you. Unfortunately, my evo has debug symbols stripped, so I will have to recompile that possibly. >=20 > > Which is the preferred way of connecting to OGo from evo? > > groupdav connector? > > OGO connector > These are the same. The grpdav connector is based on the initial > ogo connector code base. Ok, thanks --=20 ---------------------+---------------------------------------------------- Chris Picton | PGP Key ID: 9D28A988 (wwwkeys.pgp.net) Technical Director | PGP Key Fingerprint: Tangent Systems | 2B46 29EA D530 79EC D9EA 3ED0 229D 6DD6 9D28 A988 011 447 8096 | "Quid quid latine dictum sit, altum viditar" chrisp@tangent.co.za | http://www.tangent.co.za/keys/chrisp.asc ---------------------+---------------------------------------------------- --=-oBNwW+vGHYt8+ErX8vPh Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQBFi53BIp1t1p0oqYgRAjosAKDVEVqjhkAETAboOM5gsbwUKoAnoACffWdE KSEKGR5YhOH8VXosk9Vgmgc= =ZXmT -----END PGP SIGNATURE----- --=-oBNwW+vGHYt8+ErX8vPh-- From groupdav@opengroupware.org Fri Dec 22 10:15:46 2006 From: groupdav@opengroupware.org (Chris Picton) Date: Fri, 22 Dec 2006 12:15:46 +0200 Subject: [GroupDAV] Evolution Connector In-Reply-To: <1166777794.19106.4.camel@aleph-null.tangent.co.za> References: <1166775596.18256.5.camel@aleph-null.tangent.co.za> <8f8004410612220032i7b2a47efj1037b5aaa9aa2157@mail.gmail.com> <1166777794.19106.4.camel@aleph-null.tangent.co.za> Message-ID: <1166782546.13822.0.camel@aleph-null.tangent.co.za> --=-KJ8XpLvdl2FgjZgWYz7F Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2006-12-22 at 10:57 +0200, Chris Picton wrote: > > We have made some more fixes to the addressbook code, mostly > > creating and modifying contacts works now. Committing the patches > > today, check it out in a couple of hours to see if it helps you. >=20 > I will test the new revision to see what happens. If I still have the > same problems, I will get the debug trace to you. Unfortunately, my evo > has debug symbols stripped, so I will have to recompile that possibly. >=20 With revision 82, I no longer experience the crashing. I will test a few more features and let you know my results. Regards --=20 ---------------------+---------------------------------------------------- Chris Picton | PGP Key ID: 9D28A988 (wwwkeys.pgp.net) Technical Director | PGP Key Fingerprint: Tangent Systems | 2B46 29EA D530 79EC D9EA 3ED0 229D 6DD6 9D28 A988 011 447 8096 | "Quid quid latine dictum sit, altum viditar" chrisp@tangent.co.za | http://www.tangent.co.za/keys/chrisp.asc ---------------------+---------------------------------------------------- --=-KJ8XpLvdl2FgjZgWYz7F Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQBFi7BQIp1t1p0oqYgRAg1WAJ0aVNT8krHd8maQxyEpODdsmmrAaQCfeylS WcBBDFWh858fqyqqUbug8tk= =9lR/ -----END PGP SIGNATURE----- --=-KJ8XpLvdl2FgjZgWYz7F--