Can I compile ODK Aggregate with Java7

Hi Mitch,

I have started looking at the ODK code, having issues building via command
(mvn install) and eclipse. I am going to try again with a fresh OS, I have
a quick question, can i use java 7 to build.

Kwame

I actually am using java 7 myself, so yes.

If you are building with the ui-experiment branch, I see that the
CONFIGURE.txt has not been updaed with a new .m2 settings.xml file example
(e.g., selenium 2.28.0 is still referenced). Attached is the updated file.

If you are buildingto a branch other than the tip of default or v1_3 or
ui_experiment, the older GAE libraries did not work with Java 7.

CONFIGURE.txt (14.8 KB)

··· On Fri, Sep 13, 2013 at 10:34 AM, Kwame Bentil wrote:

Hi Mitch,

I have started looking at the ODK code, having issues building via command
(mvn install) and eclipse. I am going to try again with a fresh OS, I have
a quick question, can i use java 7 to build.

Kwame

--
You received this message because you are subscribed to the Google Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

and the pom in ui-experiment also references 2.28.0 for selenium:

@@ -47,7 +47,7 @@

<org.springframework.security.version>3.1.3.odk-SNAPSHOT</org.springframework.security.version>

     <openid4java.version>0.9.6.662.odk-SNAPSHOT</openid4java.version>

<org.springframework.security.openid.version>3.1.3.odk-SNAPSHOT</org.springframework.security.openid.version>

  •    <org.seleniumhq.version>2.28.0</org.seleniumhq.version>
    
  •    <org.seleniumhq.version>2.33.0</org.seleniumhq.version>
       <!--
           keystore.propertyfile - define this in your settings.xml - the
           location of the properties file for the keystore
    
··· On Fri, Sep 13, 2013 at 11:42 AM, Mitch Sundt wrote:

I actually am using java 7 myself, so yes.

If you are building with the ui-experiment branch, I see that the
CONFIGURE.txt has not been updaed with a new .m2 settings.xml file example
(e.g., selenium 2.28.0 is still referenced). Attached is the updated file.

If you are buildingto a branch other than the tip of default or v1_3 or
ui_experiment, the older GAE libraries did not work with Java 7.

On Fri, Sep 13, 2013 at 10:34 AM, Kwame Bentil kwame@imagead.net wrote:

Hi Mitch,

I have started looking at the ODK code, having issues building via
command (mvn install) and eclipse. I am going to try again with a fresh OS,
I have a quick question, can i use java 7 to build.

Kwame

--
You received this message because you are subscribed to the Google Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

Thanks alot, will get back to you on how successful I have been. My
confusion was that in all the documentation reference is made to java 6.

··· On Fri, Sep 13, 2013 at 6:43 PM, Mitch Sundt wrote:

and the pom in ui-experiment also references 2.28.0 for selenium:

@@ -47,7 +47,7 @@

<org.springframework.security.version>3.1.3.odk-SNAPSHOT</org.springframework.security.version>

     <openid4java.version>0.9.6.662.odk-SNAPSHOT</openid4java.version>

<org.springframework.security.openid.version>3.1.3.odk-SNAPSHOT</org.springframework.security.openid.version>

  •    <org.seleniumhq.version>2.28.0</org.seleniumhq.version>
    
  •    <org.seleniumhq.version>2.33.0</org.seleniumhq.version>
       <!--
           keystore.propertyfile - define this in your settings.xml - the
           location of the properties file for the keystore
    

On Fri, Sep 13, 2013 at 11:42 AM, Mitch Sundt mitchellsundt@gmail.comwrote:

I actually am using java 7 myself, so yes.

If you are building with the ui-experiment branch, I see that the
CONFIGURE.txt has not been updaed with a new .m2 settings.xml file example
(e.g., selenium 2.28.0 is still referenced). Attached is the updated file.

If you are buildingto a branch other than the tip of default or v1_3 or
ui_experiment, the older GAE libraries did not work with Java 7.

On Fri, Sep 13, 2013 at 10:34 AM, Kwame Bentil kwame@imagead.net wrote:

Hi Mitch,

I have started looking at the ODK code, having issues building via
command (mvn install) and eclipse. I am going to try again with a fresh OS,
I have a quick question, can i use java 7 to build.

Kwame

--
You received this message because you are subscribed to the Google
Groups "ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

--
You received this message because you are subscribed to a topic in the
Google Groups "ODK Developers" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/opendatakit-developers/26Wtvojitbw/unsubscribe
.
To unsubscribe from this group and all its topics, send an email to
opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
Kwame Bentil
System Designer / MD
Image-AD
m: +233 (0)26 438 4557
t : +233 (0)30 230 3053

DISCLAIMER: This email and any attachments are confidential and are
intended solely for the addressee. If you are not the addressee tell the
sender immediately and destroy it. Do not open, read, copy, disclose, use
or store it in any way, or permit others to do so. Emails are not secure
and may suffer errors, viruses, delay, interception, and amendment.
Image-AD and its subsidiaries do not accept liability for damage caused by
this email and may monitor email traffic.

Build successful on windows OS, but need to do it on linux as its my
primary dev OS. Anything I must know?

··· On Sat, Sep 14, 2013 at 12:27 PM, Kwame Bentil wrote:

Thanks alot, will get back to you on how successful I have been. My
confusion was that in all the documentation reference is made to java 6.

On Fri, Sep 13, 2013 at 6:43 PM, Mitch Sundt mitchellsundt@gmail.comwrote:

and the pom in ui-experiment also references 2.28.0 for selenium:

@@ -47,7 +47,7 @@

<org.springframework.security.version>3.1.3.odk-SNAPSHOT</org.springframework.security.version>

     <openid4java.version>0.9.6.662.odk-SNAPSHOT</openid4java.version>

<org.springframework.security.openid.version>3.1.3.odk-SNAPSHOT</org.springframework.security.openid.version>

  •    <org.seleniumhq.version>2.28.0</org.seleniumhq.version>
    
  •    <org.seleniumhq.version>2.33.0</org.seleniumhq.version>
       <!--
           keystore.propertyfile - define this in your settings.xml -
    

the
location of the properties file for the keystore

On Fri, Sep 13, 2013 at 11:42 AM, Mitch Sundt mitchellsundt@gmail.comwrote:

I actually am using java 7 myself, so yes.

If you are building with the ui-experiment branch, I see that the
CONFIGURE.txt has not been updaed with a new .m2 settings.xml file example
(e.g., selenium 2.28.0 is still referenced). Attached is the updated file.

If you are buildingto a branch other than the tip of default or v1_3 or
ui_experiment, the older GAE libraries did not work with Java 7.

On Fri, Sep 13, 2013 at 10:34 AM, Kwame Bentil kwame@imagead.netwrote:

Hi Mitch,

I have started looking at the ODK code, having issues building via
command (mvn install) and eclipse. I am going to try again with a fresh OS,
I have a quick question, can i use java 7 to build.

Kwame

--
You received this message because you are subscribed to the Google
Groups "ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

--
You received this message because you are subscribed to a topic in the
Google Groups "ODK Developers" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/opendatakit-developers/26Wtvojitbw/unsubscribe
.
To unsubscribe from this group and all its topics, send an email to
opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
Kwame Bentil
System Designer / MD
Image-AD
m: +233 (0)26 438 4557
t : +233 (0)30 230 3053

DISCLAIMER: This email and any attachments are confidential and are
intended solely for the addressee. If you are not the addressee tell the
sender immediately and destroy it. Do not open, read, copy, disclose, use
or store it in any way, or permit others to do so. Emails are not secure
and may suffer errors, viruses, delay, interception, and amendment.
Image-AD and its subsidiaries do not accept liability for damage caused by
this email and may monitor email traffic.

--
Kwame Bentil
System Designer / MD
Image-AD
m: +233 (0)26 438 4557
t : +233 (0)30 230 3053

DISCLAIMER: This email and any attachments are confidential and are
intended solely for the addressee. If you are not the addressee tell the
sender immediately and destroy it. Do not open, read, copy, disclose, use
or store it in any way, or permit others to do so. Emails are not secure
and may suffer errors, viruses, delay, interception, and amendment.
Image-AD and its subsidiaries do not accept liability for damage caused by
this email and may monitor email traffic.

Kwame,

Try it, and if something goes wrong, email the list.

Yaw

··· -- Need ODK services? http://nafundi.com provides form design, professional support, custom reporting, and software development for ODK.

On Sat, Sep 14, 2013 at 11:26 AM, Kwame Bentil kwame@imagead.net wrote:

Build successful on windows OS, but need to do it on linux as its my primary
dev OS. Anything I must know?

On Sat, Sep 14, 2013 at 12:27 PM, Kwame Bentil kwame@imagead.net wrote:

Thanks alot, will get back to you on how successful I have been. My
confusion was that in all the documentation reference is made to java 6.

On Fri, Sep 13, 2013 at 6:43 PM, Mitch Sundt mitchellsundt@gmail.com wrote:

and the pom in ui-experiment also references 2.28.0 for selenium:

@@ -47,7 +47,7 @@

<org.springframework.security.version>3.1.3.odk-SNAPSHOT</org.springframework.security.version>

<openid4java.version>0.9.6.662.odk-SNAPSHOT</openid4java.version>

<org.springframework.security.openid.version>3.1.3.odk-SNAPSHOT</org.springframework.security.openid.version>

  •    <org.seleniumhq.version>2.28.0</org.seleniumhq.version>
    
  •    <org.seleniumhq.version>2.33.0</org.seleniumhq.version>
       <!--
           keystore.propertyfile - define this in your settings.xml -
    

the
location of the properties file for the keystore

On Fri, Sep 13, 2013 at 11:42 AM, Mitch Sundt mitchellsundt@gmail.com wrote:

I actually am using java 7 myself, so yes.

If you are building with the ui-experiment branch, I see that the
CONFIGURE.txt has not been updaed with a new .m2 settings.xml file example
(e.g., selenium 2.28.0 is still referenced). Attached is the updated file.

If you are buildingto a branch other than the tip of default or v1_3 or
ui_experiment, the older GAE libraries did not work with Java 7.

On Fri, Sep 13, 2013 at 10:34 AM, Kwame Bentil kwame@imagead.net wrote:

Hi Mitch,

I have started looking at the ODK code, having issues building via
command (mvn install) and eclipse. I am going to try again with a fresh OS,
I have a quick question, can i use java 7 to build.

Kwame

--
You received this message because you are subscribed to the Google
Groups "ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

--
You received this message because you are subscribed to a topic in the
Google Groups "ODK Developers" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/opendatakit-developers/26Wtvojitbw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
Kwame Bentil
System Designer / MD
Image-AD
m: +233 (0)26 438 4557
t : +233 (0)30 230 3053

DISCLAIMER: This email and any attachments are confidential and are
intended solely for the addressee. If you are not the addressee tell the
sender immediately and destroy it. Do not open, read, copy, disclose, use or
store it in any way, or permit others to do so. Emails are not secure and
may suffer errors, viruses, delay, interception, and amendment. Image-AD and
its subsidiaries do not accept liability for damage caused by this email and
may monitor email traffic.

--
Kwame Bentil
System Designer / MD
Image-AD
m: +233 (0)26 438 4557
t : +233 (0)30 230 3053

DISCLAIMER: This email and any attachments are confidential and are intended
solely for the addressee. If you are not the addressee tell the sender
immediately and destroy it. Do not open, read, copy, disclose, use or store
it in any way, or permit others to do so. Emails are not secure and may
suffer errors, viruses, delay, interception, and amendment. Image-AD and its
subsidiaries do not accept liability for damage caused by this email and may
monitor email traffic.

--
You received this message because you are subscribed to the Google Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Hi Yaw,

Your name really sounds Ghanaian, thanks for following up. I have
successfully compiled on Linux. Basically, I want to develop a JSON API to
receive submissions from aggregate, going through the app you have Z-ALPHA
JSON Server for streaming of data. It wasn't there the first time i tried
the aggregate, can you please let me know if jsonserver need any special
implementation to receive data from aggregate.

Kwame

··· On Sun, Sep 15, 2013 at 10:10 PM, Yaw Anokwa wrote:

Kwame,

Try it, and if something goes wrong, email the list.

Yaw

Need ODK services? http://nafundi.com provides form design,
professional support, custom reporting, and software development for
ODK.

On Sat, Sep 14, 2013 at 11:26 AM, Kwame Bentil kwame@imagead.net wrote:

Build successful on windows OS, but need to do it on linux as its my
primary
dev OS. Anything I must know?

On Sat, Sep 14, 2013 at 12:27 PM, Kwame Bentil kwame@imagead.net wrote:

Thanks alot, will get back to you on how successful I have been. My
confusion was that in all the documentation reference is made to java 6.

On Fri, Sep 13, 2013 at 6:43 PM, Mitch Sundt mitchellsundt@gmail.com wrote:

and the pom in ui-experiment also references 2.28.0 for selenium:

@@ -47,7 +47,7 @@

<org.springframework.security.version>3.1.3.odk-SNAPSHOT</org.springframework.security.version>

<openid4java.version>0.9.6.662.odk-SNAPSHOT</openid4java.version>

<org.springframework.security.openid.version>3.1.3.odk-SNAPSHOT</org.springframework.security.openid.version>

  •    <org.seleniumhq.version>2.28.0</org.seleniumhq.version>
    
  •    <org.seleniumhq.version>2.33.0</org.seleniumhq.version>
       <!--
           keystore.propertyfile - define this in your settings.xml -
    

the
location of the properties file for the keystore

On Fri, Sep 13, 2013 at 11:42 AM, Mitch Sundt <mitchellsundt@gmail.com wrote:

I actually am using java 7 myself, so yes.

If you are building with the ui-experiment branch, I see that the
CONFIGURE.txt has not been updaed with a new .m2 settings.xml file
example
(e.g., selenium 2.28.0 is still referenced). Attached is the updated
file.

If you are buildingto a branch other than the tip of default or v1_3
or
ui_experiment, the older GAE libraries did not work with Java 7.

On Fri, Sep 13, 2013 at 10:34 AM, Kwame Bentil kwame@imagead.net wrote:

Hi Mitch,

I have started looking at the ODK code, having issues building via
command (mvn install) and eclipse. I am going to try again with a
fresh OS,
I have a quick question, can i use java 7 to build.

Kwame

--
You received this message because you are subscribed to the Google
Groups "ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it,
send
an email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

--
You received this message because you are subscribed to a topic in the
Google Groups "ODK Developers" group.
To unsubscribe from this topic, visit

https://groups.google.com/d/topic/opendatakit-developers/26Wtvojitbw/unsubscribe
.

To unsubscribe from this group and all its topics, send an email to
opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
Kwame Bentil
System Designer / MD
Image-AD
m: +233 (0)26 438 4557
t : +233 (0)30 230 3053

DISCLAIMER: This email and any attachments are confidential and are
intended solely for the addressee. If you are not the addressee tell the
sender immediately and destroy it. Do not open, read, copy, disclose,
use or
store it in any way, or permit others to do so. Emails are not secure
and
may suffer errors, viruses, delay, interception, and amendment.
Image-AD and
its subsidiaries do not accept liability for damage caused by this
email and
may monitor email traffic.

--
Kwame Bentil
System Designer / MD
Image-AD
m: +233 (0)26 438 4557
t : +233 (0)30 230 3053

DISCLAIMER: This email and any attachments are confidential and are
intended
solely for the addressee. If you are not the addressee tell the sender
immediately and destroy it. Do not open, read, copy, disclose, use or
store
it in any way, or permit others to do so. Emails are not secure and may
suffer errors, viruses, delay, interception, and amendment. Image-AD and
its
subsidiaries do not accept liability for damage caused by this email and
may
monitor email traffic.

--
You received this message because you are subscribed to the Google Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to a topic in the
Google Groups "ODK Developers" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/opendatakit-developers/26Wtvojitbw/unsubscribe
.
To unsubscribe from this group and all its topics, send an email to
opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
Kwame Bentil
System Designer / MD
Image-AD
m: +233 (0)26 438 4557
t : +233 (0)30 230 3053

DISCLAIMER: This email and any attachments are confidential and are
intended solely for the addressee. If you are not the addressee tell the
sender immediately and destroy it. Do not open, read, copy, disclose, use
or store it in any way, or permit others to do so. Emails are not secure
and may suffer errors, viruses, delay, interception, and amendment.
Image-AD and its subsidiaries do not accept liability for damage caused by
this email and may monitor email traffic.

Kwame,

FYI ... The protocol for the JSON Server publisher will/has changed (it's
currently in the development branch, not so well named uiexperiment),
Aggregate will likely have a release in the next two weeks to push a huge
update to all the Google publishing options and the JSON Server publishing.

Waylon

··· On Mon, Sep 16, 2013 at 5:15 AM, Kwame Bentil wrote:

Hi Yaw,

Your name really sounds Ghanaian, thanks for following up. I have
successfully compiled on Linux. Basically, I want to develop a JSON API to
receive submissions from aggregate, going through the app you have Z-ALPHA
JSON Server for streaming of data. It wasn't there the first time i tried
the aggregate, can you please let me know if jsonserver need any special
implementation to receive data from aggregate.

Kwame

On Sun, Sep 15, 2013 at 10:10 PM, Yaw Anokwa yanokwa@nafundi.com wrote:

Kwame,

Try it, and if something goes wrong, email the list.

Yaw

Need ODK services? http://nafundi.com provides form design,
professional support, custom reporting, and software development for
ODK.

On Sat, Sep 14, 2013 at 11:26 AM, Kwame Bentil kwame@imagead.net wrote:

Build successful on windows OS, but need to do it on linux as its my
primary
dev OS. Anything I must know?

On Sat, Sep 14, 2013 at 12:27 PM, Kwame Bentil kwame@imagead.net wrote:

Thanks alot, will get back to you on how successful I have been. My
confusion was that in all the documentation reference is made to java

On Fri, Sep 13, 2013 at 6:43 PM, Mitch Sundt mitchellsundt@gmail.com wrote:

and the pom in ui-experiment also references 2.28.0 for selenium:

@@ -47,7 +47,7 @@

<org.springframework.security.version>3.1.3.odk-SNAPSHOT</org.springframework.security.version>

<openid4java.version>0.9.6.662.odk-SNAPSHOT</openid4java.version>

<org.springframework.security.openid.version>3.1.3.odk-SNAPSHOT</org.springframework.security.openid.version>

  •    <org.seleniumhq.version>2.28.0</org.seleniumhq.version>
    
  •    <org.seleniumhq.version>2.33.0</org.seleniumhq.version>
       <!--
           keystore.propertyfile - define this in your settings.xml
    

the
location of the properties file for the keystore

On Fri, Sep 13, 2013 at 11:42 AM, Mitch Sundt < mitchellsundt@gmail.com> wrote:

I actually am using java 7 myself, so yes.

If you are building with the ui-experiment branch, I see that the
CONFIGURE.txt has not been updaed with a new .m2 settings.xml file
example
(e.g., selenium 2.28.0 is still referenced). Attached is the updated
file.

If you are buildingto a branch other than the tip of default or v1_3
or
ui_experiment, the older GAE libraries did not work with Java 7.

On Fri, Sep 13, 2013 at 10:34 AM, Kwame Bentil kwame@imagead.net wrote:

Hi Mitch,

I have started looking at the ODK code, having issues building via
command (mvn install) and eclipse. I am going to try again with a
fresh OS,
I have a quick question, can i use java 7 to build.

Kwame

--
You received this message because you are subscribed to the Google
Groups "ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it,
send
an email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

--
You received this message because you are subscribed to a topic in the
Google Groups "ODK Developers" group.
To unsubscribe from this topic, visit

https://groups.google.com/d/topic/opendatakit-developers/26Wtvojitbw/unsubscribe
.

To unsubscribe from this group and all its topics, send an email to
opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
Kwame Bentil
System Designer / MD
Image-AD
m: +233 (0)26 438 4557
t : +233 (0)30 230 3053

DISCLAIMER: This email and any attachments are confidential and are
intended solely for the addressee. If you are not the addressee tell
the
sender immediately and destroy it. Do not open, read, copy, disclose,
use or
store it in any way, or permit others to do so. Emails are not secure
and
may suffer errors, viruses, delay, interception, and amendment.
Image-AD and
its subsidiaries do not accept liability for damage caused by this
email and
may monitor email traffic.

--
Kwame Bentil
System Designer / MD
Image-AD
m: +233 (0)26 438 4557
t : +233 (0)30 230 3053

DISCLAIMER: This email and any attachments are confidential and are
intended
solely for the addressee. If you are not the addressee tell the sender
immediately and destroy it. Do not open, read, copy, disclose, use or
store
it in any way, or permit others to do so. Emails are not secure and may
suffer errors, viruses, delay, interception, and amendment. Image-AD
and its
subsidiaries do not accept liability for damage caused by this email
and may
monitor email traffic.

--
You received this message because you are subscribed to the Google
Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send
an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to a topic in the
Google Groups "ODK Developers" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/opendatakit-developers/26Wtvojitbw/unsubscribe
.
To unsubscribe from this group and all its topics, send an email to
opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
Kwame Bentil
System Designer / MD
Image-AD
m: +233 (0)26 438 4557
t : +233 (0)30 230 3053

DISCLAIMER: This email and any attachments are confidential and are
intended solely for the addressee. If you are not the addressee tell the
sender immediately and destroy it. Do not open, read, copy, disclose, use
or store it in any way, or permit others to do so. Emails are not secure
and may suffer errors, viruses, delay, interception, and amendment.
Image-AD and its subsidiaries do not accept liability for damage caused by
this email and may monitor email traffic.

--
You received this message because you are subscribed to the Google Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Kwame,

And your name really sounds Ghanaian too. I was born in Ghana and
moved to the states when I was ten.

Yaw

··· On Mon, Sep 16, 2013 at 11:01 AM, W. Brunette wrote: > Kwame, > > FYI ... The protocol for the JSON Server publisher will/has changed (it's > currently in the development branch, not so well named uiexperiment), > Aggregate will likely have a release in the next two weeks to push a huge > update to all the Google publishing options and the JSON Server publishing. > > Waylon > > > On Mon, Sep 16, 2013 at 5:15 AM, Kwame Bentil wrote: >> >> Hi Yaw, >> >> Your name really sounds Ghanaian, thanks for following up. I have >> successfully compiled on Linux. Basically, I want to develop a JSON API to >> receive submissions from aggregate, going through the app you have Z-ALPHA >> JSON Server for streaming of data. It wasn't there the first time i tried >> the aggregate, can you please let me know if jsonserver need any special >> implementation to receive data from aggregate. >> >> Kwame >> >> >> On Sun, Sep 15, 2013 at 10:10 PM, Yaw Anokwa wrote: >>> >>> Kwame, >>> >>> Try it, and if something goes wrong, email the list. >>> >>> Yaw >>> -- >>> Need ODK services? http://nafundi.com provides form design, >>> professional support, custom reporting, and software development for >>> ODK. >>> >>> On Sat, Sep 14, 2013 at 11:26 AM, Kwame Bentil wrote: >>> > Build successful on windows OS, but need to do it on linux as its my >>> > primary >>> > dev OS. Anything I must know? >>> > >>> > >>> > On Sat, Sep 14, 2013 at 12:27 PM, Kwame Bentil wrote: >>> >> >>> >> Thanks alot, will get back to you on how successful I have been. My >>> >> confusion was that in all the documentation reference is made to java >>> >> 6. >>> >> >>> >> >>> >> >>> >> On Fri, Sep 13, 2013 at 6:43 PM, Mitch Sundt wrote: >>> >>> >>> >>> and the pom in ui-experiment also references 2.28.0 for selenium: >>> >>> >>> >>> @@ -47,7 +47,7 @@ >>> >>> >>> >>> >>> >>> 3.1.3.odk-SNAPSHOT >>> >>> >>> >>> >>> >>> 0.9.6.662.odk-SNAPSHOT >>> >>> >>> >>> >>> >>> 3.1.3.odk-SNAPSHOT >>> >>> - 2.28.0 >>> >>> + 2.33.0 >>> >>>

There is a brief description of the two JSON publishers here:
http://code.google.com/p/opendatakit/wiki/AggregateToJSonXmlREDCapPublishers

As Waylon notes, the uiexperiment branch has some bug fixes / updates to
the publishers.

Mitch

··· On Mon, Sep 16, 2013 at 11:26 AM, Yaw Anokwa wrote:

Kwame,

And your name really sounds Ghanaian too. I was born in Ghana and
moved to the states when I was ten.

Yaw

On Mon, Sep 16, 2013 at 11:01 AM, W. Brunette wbrunette@gmail.com wrote:

Kwame,

FYI ... The protocol for the JSON Server publisher will/has changed (it's
currently in the development branch, not so well named uiexperiment),
Aggregate will likely have a release in the next two weeks to push a huge
update to all the Google publishing options and the JSON Server
publishing.

Waylon

On Mon, Sep 16, 2013 at 5:15 AM, Kwame Bentil kwame@imagead.net wrote:

Hi Yaw,

Your name really sounds Ghanaian, thanks for following up. I have
successfully compiled on Linux. Basically, I want to develop a JSON API
to
receive submissions from aggregate, going through the app you have
Z-ALPHA
JSON Server for streaming of data. It wasn't there the first time i
tried
the aggregate, can you please let me know if jsonserver need any special
implementation to receive data from aggregate.

Kwame

On Sun, Sep 15, 2013 at 10:10 PM, Yaw Anokwa yanokwa@nafundi.com wrote:

Kwame,

Try it, and if something goes wrong, email the list.

Yaw

Need ODK services? http://nafundi.com provides form design,
professional support, custom reporting, and software development for
ODK.

On Sat, Sep 14, 2013 at 11:26 AM, Kwame Bentil kwame@imagead.net wrote:

Build successful on windows OS, but need to do it on linux as its my
primary
dev OS. Anything I must know?

On Sat, Sep 14, 2013 at 12:27 PM, Kwame Bentil kwame@imagead.net wrote:

Thanks alot, will get back to you on how successful I have been. My
confusion was that in all the documentation reference is made to
java
6.

On Fri, Sep 13, 2013 at 6:43 PM, Mitch Sundt < mitchellsundt@gmail.com> wrote:

and the pom in ui-experiment also references 2.28.0 for selenium:

@@ -47,7 +47,7 @@

<org.springframework.security.version>3.1.3.odk-SNAPSHOT</org.springframework.security.version>

<openid4java.version>0.9.6.662.odk-SNAPSHOT</openid4java.version>

<org.springframework.security.openid.version>3.1.3.odk-SNAPSHOT</org.springframework.security.openid.version>

  •    <org.seleniumhq.version>2.28.0</org.seleniumhq.version>
    
  •    <org.seleniumhq.version>2.33.0</org.seleniumhq.version>
       <!--
           keystore.propertyfile - define this in your
    

settings.xml

the
location of the properties file for the keystore

On Fri, Sep 13, 2013 at 11:42 AM, Mitch Sundt mitchellsundt@gmail.com wrote:

I actually am using java 7 myself, so yes.

If you are building with the ui-experiment branch, I see that the
CONFIGURE.txt has not been updaed with a new .m2 settings.xml file
example
(e.g., selenium 2.28.0 is still referenced). Attached is the
updated
file.

If you are buildingto a branch other than the tip of default or
v1_3
or
ui_experiment, the older GAE libraries did not work with Java 7.

On Fri, Sep 13, 2013 at 10:34 AM, Kwame Bentil <kwame@imagead.net wrote:

Hi Mitch,

I have started looking at the ODK code, having issues building
via
command (mvn install) and eclipse. I am going to try again with a
fresh OS,
I have a quick question, can i use java 7 to build.

Kwame

--
You received this message because you are subscribed to the
Google
Groups "ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it,
send
an email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out
.

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

--
You received this message because you are subscribed to a topic in
the
Google Groups "ODK Developers" group.
To unsubscribe from this topic, visit

https://groups.google.com/d/topic/opendatakit-developers/26Wtvojitbw/unsubscribe
.

To unsubscribe from this group and all its topics, send an email to
opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
Kwame Bentil
System Designer / MD
Image-AD
m: +233 (0)26 438 4557
t : +233 (0)30 230 3053

DISCLAIMER: This email and any attachments are confidential and are
intended solely for the addressee. If you are not the addressee tell
the
sender immediately and destroy it. Do not open, read, copy,
disclose,
use or
store it in any way, or permit others to do so. Emails are not
secure
and
may suffer errors, viruses, delay, interception, and amendment.
Image-AD and
its subsidiaries do not accept liability for damage caused by this
email and
may monitor email traffic.

--
Kwame Bentil
System Designer / MD
Image-AD
m: +233 (0)26 438 4557
t : +233 (0)30 230 3053

DISCLAIMER: This email and any attachments are confidential and are
intended
solely for the addressee. If you are not the addressee tell the
sender
immediately and destroy it. Do not open, read, copy, disclose, use or
store
it in any way, or permit others to do so. Emails are not secure and
may
suffer errors, viruses, delay, interception, and amendment. Image-AD
and its
subsidiaries do not accept liability for damage caused by this email
and may
monitor email traffic.

--
You received this message because you are subscribed to the Google
Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it,
send
an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to a topic in the
Google Groups "ODK Developers" group.
To unsubscribe from this topic, visit

https://groups.google.com/d/topic/opendatakit-developers/26Wtvojitbw/unsubscribe
.

To unsubscribe from this group and all its topics, send an email to
opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
Kwame Bentil
System Designer / MD
Image-AD
m: +233 (0)26 438 4557
t : +233 (0)30 230 3053

DISCLAIMER: This email and any attachments are confidential and are
intended solely for the addressee. If you are not the addressee tell the
sender immediately and destroy it. Do not open, read, copy, disclose,
use or
store it in any way, or permit others to do so. Emails are not secure
and
may suffer errors, viruses, delay, interception, and amendment.
Image-AD and
its subsidiaries do not accept liability for damage caused by this
email and
may monitor email traffic.

--
You received this message because you are subscribed to the Google
Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send
an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

Hi Yaw, I am also a Ghanaian. I just got into town, we will talk.

Kwame

··· On Mon, Sep 16, 2013 at 6:26 PM, Yaw Anokwa wrote:

Kwame,

And your name really sounds Ghanaian too. I was born in Ghana and
moved to the states when I was ten.

Yaw

On Mon, Sep 16, 2013 at 11:01 AM, W. Brunette wbrunette@gmail.com wrote:

Kwame,

FYI ... The protocol for the JSON Server publisher will/has changed (it's
currently in the development branch, not so well named uiexperiment),
Aggregate will likely have a release in the next two weeks to push a huge
update to all the Google publishing options and the JSON Server
publishing.

Waylon

On Mon, Sep 16, 2013 at 5:15 AM, Kwame Bentil kwame@imagead.net wrote:

Hi Yaw,

Your name really sounds Ghanaian, thanks for following up. I have
successfully compiled on Linux. Basically, I want to develop a JSON API
to
receive submissions from aggregate, going through the app you have
Z-ALPHA
JSON Server for streaming of data. It wasn't there the first time i
tried
the aggregate, can you please let me know if jsonserver need any special
implementation to receive data from aggregate.

Kwame

On Sun, Sep 15, 2013 at 10:10 PM, Yaw Anokwa yanokwa@nafundi.com wrote:

Kwame,

Try it, and if something goes wrong, email the list.

Yaw

Need ODK services? http://nafundi.com provides form design,
professional support, custom reporting, and software development for
ODK.

On Sat, Sep 14, 2013 at 11:26 AM, Kwame Bentil kwame@imagead.net wrote:

Build successful on windows OS, but need to do it on linux as its my
primary
dev OS. Anything I must know?

On Sat, Sep 14, 2013 at 12:27 PM, Kwame Bentil kwame@imagead.net wrote:

Thanks alot, will get back to you on how successful I have been. My
confusion was that in all the documentation reference is made to
java
6.

On Fri, Sep 13, 2013 at 6:43 PM, Mitch Sundt < mitchellsundt@gmail.com> wrote:

and the pom in ui-experiment also references 2.28.0 for selenium:

@@ -47,7 +47,7 @@

<org.springframework.security.version>3.1.3.odk-SNAPSHOT</org.springframework.security.version>

<openid4java.version>0.9.6.662.odk-SNAPSHOT</openid4java.version>

<org.springframework.security.openid.version>3.1.3.odk-SNAPSHOT</org.springframework.security.openid.version>

  •    <org.seleniumhq.version>2.28.0</org.seleniumhq.version>
    
  •    <org.seleniumhq.version>2.33.0</org.seleniumhq.version>
       <!--
           keystore.propertyfile - define this in your
    

settings.xml

the
location of the properties file for the keystore

On Fri, Sep 13, 2013 at 11:42 AM, Mitch Sundt mitchellsundt@gmail.com wrote:

I actually am using java 7 myself, so yes.

If you are building with the ui-experiment branch, I see that the
CONFIGURE.txt has not been updaed with a new .m2 settings.xml file
example
(e.g., selenium 2.28.0 is still referenced). Attached is the
updated
file.

If you are buildingto a branch other than the tip of default or
v1_3
or
ui_experiment, the older GAE libraries did not work with Java 7.

On Fri, Sep 13, 2013 at 10:34 AM, Kwame Bentil <kwame@imagead.net wrote:

Hi Mitch,

I have started looking at the ODK code, having issues building
via
command (mvn install) and eclipse. I am going to try again with a
fresh OS,
I have a quick question, can i use java 7 to build.

Kwame

--
You received this message because you are subscribed to the
Google
Groups "ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it,
send
an email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out
.

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

--
You received this message because you are subscribed to a topic in
the
Google Groups "ODK Developers" group.
To unsubscribe from this topic, visit

https://groups.google.com/d/topic/opendatakit-developers/26Wtvojitbw/unsubscribe
.

To unsubscribe from this group and all its topics, send an email to
opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
Kwame Bentil
System Designer / MD
Image-AD
m: +233 (0)26 438 4557
t : +233 (0)30 230 3053

DISCLAIMER: This email and any attachments are confidential and are
intended solely for the addressee. If you are not the addressee tell
the
sender immediately and destroy it. Do not open, read, copy,
disclose,
use or
store it in any way, or permit others to do so. Emails are not
secure
and
may suffer errors, viruses, delay, interception, and amendment.
Image-AD and
its subsidiaries do not accept liability for damage caused by this
email and
may monitor email traffic.

--
Kwame Bentil
System Designer / MD
Image-AD
m: +233 (0)26 438 4557
t : +233 (0)30 230 3053

DISCLAIMER: This email and any attachments are confidential and are
intended
solely for the addressee. If you are not the addressee tell the
sender
immediately and destroy it. Do not open, read, copy, disclose, use or
store
it in any way, or permit others to do so. Emails are not secure and
may
suffer errors, viruses, delay, interception, and amendment. Image-AD
and its
subsidiaries do not accept liability for damage caused by this email
and may
monitor email traffic.

--
You received this message because you are subscribed to the Google
Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it,
send
an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to a topic in the
Google Groups "ODK Developers" group.
To unsubscribe from this topic, visit

https://groups.google.com/d/topic/opendatakit-developers/26Wtvojitbw/unsubscribe
.

To unsubscribe from this group and all its topics, send an email to
opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
Kwame Bentil
System Designer / MD
Image-AD
m: +233 (0)26 438 4557
t : +233 (0)30 230 3053

DISCLAIMER: This email and any attachments are confidential and are
intended solely for the addressee. If you are not the addressee tell the
sender immediately and destroy it. Do not open, read, copy, disclose,
use or
store it in any way, or permit others to do so. Emails are not secure
and
may suffer errors, viruses, delay, interception, and amendment.
Image-AD and
its subsidiaries do not accept liability for damage caused by this
email and
may monitor email traffic.

--
You received this message because you are subscribed to the Google
Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send
an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to a topic in the
Google Groups "ODK Developers" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/opendatakit-developers/26Wtvojitbw/unsubscribe
.
To unsubscribe from this group and all its topics, send an email to
opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
Kwame Bentil
System Designer / MD
Image-AD
m: +233 (0)26 438 4557
t : +233 (0)30 230 3053

DISCLAIMER: This email and any attachments are confidential and are
intended solely for the addressee. If you are not the addressee tell the
sender immediately and destroy it. Do not open, read, copy, disclose, use
or store it in any way, or permit others to do so. Emails are not secure
and may suffer errors, viruses, delay, interception, and amendment.
Image-AD and its subsidiaries do not accept liability for damage caused by
this email and may monitor email traffic.

Hi Mitch,

Thank you for your response, I have looked at the documentation and also
the code ( I haven't run in debugger yet) but the code is very extensive so
I'm concentrating on external services.

It looks like the json service connect to specific servers, if I do not
want to use REDcap or ohmage servers can you give me direction on what to
do to successfully receive json data from aggregate. Currently security is
locked down tight with ContextCalling (cc) in almost every relevant method,
and I don't want to strip the code down as it will affect updating (merge
conflict) when new versions are available.

Thank you.

Kwame

··· On Mon, Sep 23, 2013 at 5:33 PM, Mitch Sundt wrote:

There is a brief description of the two JSON publishers here:
http://code.google.com/p/opendatakit/wiki/AggregateToJSonXmlREDCapPublishers

As Waylon notes, the uiexperiment branch has some bug fixes / updates to
the publishers.

Mitch

On Mon, Sep 16, 2013 at 11:26 AM, Yaw Anokwa yanokwa@nafundi.com wrote:

Kwame,

And your name really sounds Ghanaian too. I was born in Ghana and
moved to the states when I was ten.

Yaw

On Mon, Sep 16, 2013 at 11:01 AM, W. Brunette wbrunette@gmail.com wrote:

Kwame,

FYI ... The protocol for the JSON Server publisher will/has changed
(it's
currently in the development branch, not so well named uiexperiment),
Aggregate will likely have a release in the next two weeks to push a
huge
update to all the Google publishing options and the JSON Server
publishing.

Waylon

On Mon, Sep 16, 2013 at 5:15 AM, Kwame Bentil kwame@imagead.net wrote:

Hi Yaw,

Your name really sounds Ghanaian, thanks for following up. I have
successfully compiled on Linux. Basically, I want to develop a JSON
API to
receive submissions from aggregate, going through the app you have
Z-ALPHA
JSON Server for streaming of data. It wasn't there the first time i
tried
the aggregate, can you please let me know if jsonserver need any
special
implementation to receive data from aggregate.

Kwame

On Sun, Sep 15, 2013 at 10:10 PM, Yaw Anokwa yanokwa@nafundi.com wrote:

Kwame,

Try it, and if something goes wrong, email the list.

Yaw

Need ODK services? http://nafundi.com provides form design,
professional support, custom reporting, and software development for
ODK.

On Sat, Sep 14, 2013 at 11:26 AM, Kwame Bentil kwame@imagead.net wrote:

Build successful on windows OS, but need to do it on linux as its my
primary
dev OS. Anything I must know?

On Sat, Sep 14, 2013 at 12:27 PM, Kwame Bentil kwame@imagead.net wrote:

Thanks alot, will get back to you on how successful I have been. My
confusion was that in all the documentation reference is made to
java
6.

On Fri, Sep 13, 2013 at 6:43 PM, Mitch Sundt < mitchellsundt@gmail.com> wrote:

and the pom in ui-experiment also references 2.28.0 for selenium:

@@ -47,7 +47,7 @@

<org.springframework.security.version>3.1.3.odk-SNAPSHOT</org.springframework.security.version>

<openid4java.version>0.9.6.662.odk-SNAPSHOT</openid4java.version>

<org.springframework.security.openid.version>3.1.3.odk-SNAPSHOT</org.springframework.security.openid.version>

  •    <org.seleniumhq.version>2.28.0</org.seleniumhq.version>
    
  •    <org.seleniumhq.version>2.33.0</org.seleniumhq.version>
       <!--
           keystore.propertyfile - define this in your
    

settings.xml

the
location of the properties file for the keystore

On Fri, Sep 13, 2013 at 11:42 AM, Mitch Sundt mitchellsundt@gmail.com wrote:

I actually am using java 7 myself, so yes.

If you are building with the ui-experiment branch, I see that the
CONFIGURE.txt has not been updaed with a new .m2 settings.xml
file
example
(e.g., selenium 2.28.0 is still referenced). Attached is the
updated
file.

If you are buildingto a branch other than the tip of default or
v1_3
or
ui_experiment, the older GAE libraries did not work with Java 7.

On Fri, Sep 13, 2013 at 10:34 AM, Kwame Bentil < kwame@imagead.net> wrote:

Hi Mitch,

I have started looking at the ODK code, having issues building
via
command (mvn install) and eclipse. I am going to try again with
a
fresh OS,
I have a quick question, can i use java 7 to build.

Kwame

--
You received this message because you are subscribed to the
Google
Groups "ODK Developers" group.
To unsubscribe from this group and stop receiving emails from
it,
send
an email to opendatakit-developers+unsubscribe@googlegroups.com
.
For more options, visit
https://groups.google.com/groups/opt_out.

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

--
You received this message because you are subscribed to a topic in
the
Google Groups "ODK Developers" group.
To unsubscribe from this topic, visit

https://groups.google.com/d/topic/opendatakit-developers/26Wtvojitbw/unsubscribe
.

To unsubscribe from this group and all its topics, send an email
to
opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
Kwame Bentil
System Designer / MD
Image-AD
m: +233 (0)26 438 4557
t : +233 (0)30 230 3053

DISCLAIMER: This email and any attachments are confidential and are
intended solely for the addressee. If you are not the addressee
tell
the
sender immediately and destroy it. Do not open, read, copy,
disclose,
use or
store it in any way, or permit others to do so. Emails are not
secure
and
may suffer errors, viruses, delay, interception, and amendment.
Image-AD and
its subsidiaries do not accept liability for damage caused by this
email and
may monitor email traffic.

--
Kwame Bentil
System Designer / MD
Image-AD
m: +233 (0)26 438 4557
t : +233 (0)30 230 3053

DISCLAIMER: This email and any attachments are confidential and are
intended
solely for the addressee. If you are not the addressee tell the
sender
immediately and destroy it. Do not open, read, copy, disclose, use
or
store
it in any way, or permit others to do so. Emails are not secure and
may
suffer errors, viruses, delay, interception, and amendment. Image-AD
and its
subsidiaries do not accept liability for damage caused by this email
and may
monitor email traffic.

--
You received this message because you are subscribed to the Google
Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it,
send
an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to a topic in the
Google Groups "ODK Developers" group.
To unsubscribe from this topic, visit

https://groups.google.com/d/topic/opendatakit-developers/26Wtvojitbw/unsubscribe
.

To unsubscribe from this group and all its topics, send an email to
opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
Kwame Bentil
System Designer / MD
Image-AD
m: +233 (0)26 438 4557
t : +233 (0)30 230 3053

DISCLAIMER: This email and any attachments are confidential and are
intended solely for the addressee. If you are not the addressee tell
the
sender immediately and destroy it. Do not open, read, copy, disclose,
use or
store it in any way, or permit others to do so. Emails are not secure
and
may suffer errors, viruses, delay, interception, and amendment.
Image-AD and
its subsidiaries do not accept liability for damage caused by this
email and
may monitor email traffic.

--
You received this message because you are subscribed to the Google
Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send
an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google
Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send
an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

--
You received this message because you are subscribed to a topic in the
Google Groups "ODK Developers" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/opendatakit-developers/26Wtvojitbw/unsubscribe
.
To unsubscribe from this group and all its topics, send an email to
opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
Kwame Bentil
System Designer / MD
Image-AD
m: +233 (0)26 438 4557
t : +233 (0)30 230 3053

DISCLAIMER: This email and any attachments are confidential and are
intended solely for the addressee. If you are not the addressee tell the
sender immediately and destroy it. Do not open, read, copy, disclose, use
or store it in any way, or permit others to do so. Emails are not secure
and may suffer errors, viruses, delay, interception, and amendment.
Image-AD and its subsidiaries do not accept liability for damage caused by
this email and may monitor email traffic.

The publisher protocols are described here:
http://code.google.com/p/opendatakit/wiki/AggregateToJSonXmlREDCapPublishers

Since you get to specify the URL of the destination server, as long as that
server can accept the POST requests and interpret the content, it can be
written in any language you want and does not have to be REDCap or Ohmage,
etc. We just implemented those protocols to facilitate integrating our
tools with those other significant platforms (but, unfortunately, there are
some integration issues with each, ...).

NOTE: We recently changed the simple JSON publisher (changes are in the
uiexperiment branch and will be in the upcoming 1.4 release). It now does
not do a multipart form-data post, but instead does a simple POST with an
application/json entity body. You can specify whether media attachments
are embedded within the JSON or whether URLs back to the data are used.

The additional arguments that you can supply when configuring these
publishers are to support authentication by the receiving webserver. If you
don't have any security on the receiving server, you should just be able to
write a simple servlet to listen for the POST requests from the publishers.

The CallingContext is integral to the entire codebase; it does not enforce
security.

Site security is done via Spring Security, and is configured in the
WEB-INF/applicationContext-security.xml file.

Mitch

··· On Wed, Sep 25, 2013 at 1:21 AM, Kwame Bentil wrote:

Hi Mitch,

Thank you for your response, I have looked at the documentation and also
the code ( I haven't run in debugger yet) but the code is very extensive so
I'm concentrating on external services.

It looks like the json service connect to specific servers, if I do not
want to use REDcap or ohmage servers can you give me direction on what to
do to successfully receive json data from aggregate. Currently security is
locked down tight with ContextCalling (cc) in almost every relevant method,
and I don't want to strip the code down as it will affect updating (merge
conflict) when new versions are available.

Thank you.

Kwame

On Mon, Sep 23, 2013 at 5:33 PM, Mitch Sundt mitchellsundt@gmail.comwrote:

There is a brief description of the two JSON publishers here:
http://code.google.com/p/opendatakit/wiki/AggregateToJSonXmlREDCapPublishers

As Waylon notes, the uiexperiment branch has some bug fixes / updates to
the publishers.

Mitch

On Mon, Sep 16, 2013 at 11:26 AM, Yaw Anokwa yanokwa@nafundi.com wrote:

Kwame,

And your name really sounds Ghanaian too. I was born in Ghana and
moved to the states when I was ten.

Yaw

On Mon, Sep 16, 2013 at 11:01 AM, W. Brunette wbrunette@gmail.com wrote:

Kwame,

FYI ... The protocol for the JSON Server publisher will/has changed
(it's
currently in the development branch, not so well named uiexperiment),
Aggregate will likely have a release in the next two weeks to push a
huge
update to all the Google publishing options and the JSON Server
publishing.

Waylon

On Mon, Sep 16, 2013 at 5:15 AM, Kwame Bentil kwame@imagead.net wrote:

Hi Yaw,

Your name really sounds Ghanaian, thanks for following up. I have
successfully compiled on Linux. Basically, I want to develop a JSON
API to
receive submissions from aggregate, going through the app you have
Z-ALPHA
JSON Server for streaming of data. It wasn't there the first time i
tried
the aggregate, can you please let me know if jsonserver need any
special
implementation to receive data from aggregate.

Kwame

On Sun, Sep 15, 2013 at 10:10 PM, Yaw Anokwa yanokwa@nafundi.com wrote:

Kwame,

Try it, and if something goes wrong, email the list.

Yaw

Need ODK services? http://nafundi.com provides form design,
professional support, custom reporting, and software development for
ODK.

On Sat, Sep 14, 2013 at 11:26 AM, Kwame Bentil kwame@imagead.net wrote:

Build successful on windows OS, but need to do it on linux as its
my
primary
dev OS. Anything I must know?

On Sat, Sep 14, 2013 at 12:27 PM, Kwame Bentil kwame@imagead.net wrote:

Thanks alot, will get back to you on how successful I have been.
My
confusion was that in all the documentation reference is made to
java
6.

On Fri, Sep 13, 2013 at 6:43 PM, Mitch Sundt < mitchellsundt@gmail.com> wrote:

and the pom in ui-experiment also references 2.28.0 for selenium:

@@ -47,7 +47,7 @@

<org.springframework.security.version>3.1.3.odk-SNAPSHOT</org.springframework.security.version>

<openid4java.version>0.9.6.662.odk-SNAPSHOT</openid4java.version>

<org.springframework.security.openid.version>3.1.3.odk-SNAPSHOT</org.springframework.security.openid.version>

  •    <org.seleniumhq.version>2.28.0</org.seleniumhq.version>
    
  •    <org.seleniumhq.version>2.33.0</org.seleniumhq.version>
       <!--
           keystore.propertyfile - define this in your
    

settings.xml

the
location of the properties file for the keystore

On Fri, Sep 13, 2013 at 11:42 AM, Mitch Sundt mitchellsundt@gmail.com wrote:

I actually am using java 7 myself, so yes.

If you are building with the ui-experiment branch, I see that
the
CONFIGURE.txt has not been updaed with a new .m2 settings.xml
file
example
(e.g., selenium 2.28.0 is still referenced). Attached is the
updated
file.

If you are buildingto a branch other than the tip of default or
v1_3
or
ui_experiment, the older GAE libraries did not work with Java 7.

On Fri, Sep 13, 2013 at 10:34 AM, Kwame Bentil < kwame@imagead.net> wrote:

Hi Mitch,

I have started looking at the ODK code, having issues building
via
command (mvn install) and eclipse. I am going to try again
with a
fresh OS,
I have a quick question, can i use java 7 to build.

Kwame

--
You received this message because you are subscribed to the
Google
Groups "ODK Developers" group.
To unsubscribe from this group and stop receiving emails from
it,
send
an email to
opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit
https://groups.google.com/groups/opt_out.

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

--
You received this message because you are subscribed to a topic
in
the
Google Groups "ODK Developers" group.
To unsubscribe from this topic, visit

https://groups.google.com/d/topic/opendatakit-developers/26Wtvojitbw/unsubscribe
.

To unsubscribe from this group and all its topics, send an email
to
opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out
.

--
Kwame Bentil
System Designer / MD
Image-AD
m: +233 (0)26 438 4557
t : +233 (0)30 230 3053

DISCLAIMER: This email and any attachments are confidential and
are
intended solely for the addressee. If you are not the addressee
tell
the
sender immediately and destroy it. Do not open, read, copy,
disclose,
use or
store it in any way, or permit others to do so. Emails are not
secure
and
may suffer errors, viruses, delay, interception, and amendment.
Image-AD and
its subsidiaries do not accept liability for damage caused by this
email and
may monitor email traffic.

--
Kwame Bentil
System Designer / MD
Image-AD
m: +233 (0)26 438 4557
t : +233 (0)30 230 3053

DISCLAIMER: This email and any attachments are confidential and are
intended
solely for the addressee. If you are not the addressee tell the
sender
immediately and destroy it. Do not open, read, copy, disclose, use
or
store
it in any way, or permit others to do so. Emails are not secure
and may
suffer errors, viruses, delay, interception, and amendment.
Image-AD
and its
subsidiaries do not accept liability for damage caused by this
email
and may
monitor email traffic.

--
You received this message because you are subscribed to the Google
Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it,
send
an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to a topic in
the
Google Groups "ODK Developers" group.
To unsubscribe from this topic, visit

https://groups.google.com/d/topic/opendatakit-developers/26Wtvojitbw/unsubscribe
.

To unsubscribe from this group and all its topics, send an email to
opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
Kwame Bentil
System Designer / MD
Image-AD
m: +233 (0)26 438 4557
t : +233 (0)30 230 3053

DISCLAIMER: This email and any attachments are confidential and are
intended solely for the addressee. If you are not the addressee tell
the
sender immediately and destroy it. Do not open, read, copy, disclose,
use or
store it in any way, or permit others to do so. Emails are not secure
and
may suffer errors, viruses, delay, interception, and amendment.
Image-AD and
its subsidiaries do not accept liability for damage caused by this
email and
may monitor email traffic.

--
You received this message because you are subscribed to the Google
Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it,
send an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google
Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send
an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google
Groups "ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

--
You received this message because you are subscribed to a topic in the
Google Groups "ODK Developers" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/opendatakit-developers/26Wtvojitbw/unsubscribe
.
To unsubscribe from this group and all its topics, send an email to
opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
Kwame Bentil
System Designer / MD
Image-AD
m: +233 (0)26 438 4557
t : +233 (0)30 230 3053

DISCLAIMER: This email and any attachments are confidential and are
intended solely for the addressee. If you are not the addressee tell the
sender immediately and destroy it. Do not open, read, copy, disclose, use
or store it in any way, or permit others to do so. Emails are not secure
and may suffer errors, viruses, delay, interception, and amendment.
Image-AD and its subsidiaries do not accept liability for damage caused by
this email and may monitor email traffic.

--
You received this message because you are subscribed to the Google Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com