Hi,
is there any doc that describes how can I make changes to Aggregate Source
Code, automate the compile (or generate a war) and upload to a TomCat
Installation ... ??
I want to make some changes to User Authentication Procedure and i need to
find the right steps to make that changes..
Thanks in advance
Panos
Panos,
https://code.google.com/p/opendatakit/wiki/AggregateSourceCodeOverview
https://code.google.com/p/opendatakit/source/browse/CONFIGURE.txt?repo=aggregate
Yaw
···
--
Need ODK services? http://nafundi.com provides form design, server
setup, professional support, and software development for ODK.
On Mon, Jun 30, 2014 at 5:06 AM, Panos Papadatos ppapadatosgr@gmail.com wrote:
Hi,
is there any doc that describes how can I make changes to Aggregate Source
Code, automate the compile (or generate a war) and upload to a TomCat
Installation ... ??
I want to make some changes to User Authentication Procedure and i need to
find the right steps to make that changes..
Thanks in advance
Panos
--
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/d/optout.
Any idea except ui what i have to change in classes to upgrade the procedure which is responsible for assign forms to users..
Not code (i beleive that this is difficult) but something such a step by step guide...
I want to implement a new version that assign forms to users instead of all forms to all users
Thanks in advance
Panos
There is no functionality to map forms to users. You would have to add all
of that yourself.
The CallingContext can return the current user. You can use the Uri of that
user as a key into a user-to-form table that you define, and modify the
form list servlet to filter on that, and any other UI.
···
On Mon, Jun 30, 2014 at 10:34 AM, Panos Papadatos wrote:
Any idea except ui what i have to change in classes to upgrade the
procedure which is responsible for assign forms to users..
Not code (i beleive that this is difficult) but something such a step by
step guide...
I want to implement a new version that assign forms to users instead of
all forms to all users
Thanks in advance
Panos
--
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/d/optout.
--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com
Yes i know that there is no such functionality..
So a basic step by step guide is
- Create a new table
- Read the user uri from callingcontext
- Create an ui in which we connect users with forms in site admin tab
- Any other ideas...
Why change the servlet ? (Is responsible for what we will send to collectors?)
Thanks again for your response
I will send you any changes...
I can't provide this level of guidance.
Yes, if you want to control what gets sent to which data collectors, you
need to modify the servlet so that it alters the set of forms returned
based upon the user id. Otherwise 1-3 would have no effect.
···
On Mon, Jun 30, 2014 at 12:47 PM, Panos Papadatos wrote:
Yes i know that there is no such functionality..
So a basic step by step guide is
- Create a new table
- Read the user uri from callingcontext
- Create an ui in which we connect users with forms in site admin tab
- Any other ideas...
Why change the servlet ? (Is responsible for what we will send to
collectors?)
Thanks again for your response
I will send you any changes...
--
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/d/optout.
--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com
Hi Mitch
i have change i beleive all the appropriate code to manage users and what
forms aggregate will send to users but when i' m trying to compile (with
eclipse) Aggregate Source Code to execute (or create the war file) i get a
lot of errors of missing libraries.
Any idea ? where can i find them.
Is something wrong that i have made ??
Thanks again...
Panos
···
On Monday, June 30, 2014 11:30:18 PM UTC+3, Mitch wrote:
>
> I can't provide this level of guidance.
>
> Yes, if you want to control what gets sent to which data collectors, you
> need to modify the servlet so that it alters the set of forms returned
> based upon the user id. Otherwise 1-3 would have no effect.
>
>
> On Mon, Jun 30, 2014 at 12:47 PM, Panos Papadatos <ppapad...@gmail.com > wrote:
>
>> Yes i know that there is no such functionality..
>>
>> So a basic step by step guide is
>> 1. Create a new table
>> 2. Read the user uri from callingcontext
>> 3. Create an ui in which we connect users with forms in site admin tab
>> 4. Any other ideas...
>>
>> Why change the servlet ? (Is responsible for what we will send to
>> collectors?)
>>
>> Thanks again for your response
>>
>> I will send you any changes...
>>
>> --
>> 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/d/optout.
>>
>
>
>
> --
> Mitch Sundt
> Software Engineer
> University of Washington
> mitche...@gmail.com
>
See the CONFIGURE.txt in the ODK Aggregate project directory.
Be sure you are using GWT 2.5.x ; We have not yet upgraded to 2.6
···
On Mon, Jul 21, 2014 at 8:05 AM, Panos Papadatos wrote:
Hi Mitch
i have change i beleive all the appropriate code to manage users and what
forms aggregate will send to users but when i' m trying to compile (with
eclipse) Aggregate Source Code to execute (or create the war file) i get a
lot of errors of missing libraries.
Any idea ? where can i find them.
Is something wrong that i have made ??
Thanks again...
Panos
On Monday, June 30, 2014 11:30:18 PM UTC+3, Mitch wrote:
I can't provide this level of guidance.
Yes, if you want to control what gets sent to which data collectors, you
need to modify the servlet so that it alters the set of forms returned
based upon the user id. Otherwise 1-3 would have no effect.
On Mon, Jun 30, 2014 at 12:47 PM, Panos Papadatos ppapad...@gmail.com wrote:
Yes i know that there is no such functionality..
So a basic step by step guide is
- Create a new table
- Read the user uri from callingcontext
- Create an ui in which we connect users with forms in site admin tab
- Any other ideas...
Why change the servlet ? (Is responsible for what we will send to
collectors?)
Thanks again for your response
I will send you any changes...
--
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/d/optout.
--
Mitch Sundt
Software Engineer
University of Washington
mitche...@gmail.com
--
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/d/optout.
--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com
Hello again!
I've been trying to deploy my aggregate project but with no success. I had
imported all src files from opendatakit aggregate in eclipse and I added as
Project Facets--> Java and Dynamic Web Project. After exporting as war file
and deploying using Tomcat Manager, I cannot access any pages from my
project in the browser. After searching the appropriate folder in Tomcat, I
noticed that only two folders are created (WEB-INF and META-INF). In
comparison with using the aggregate wizard executable file provided in ODK
website there are other folders generated in the corresponding folder in
Tomcat.
Could you please enlighten me and suggest any additional settings in order
to deploy the project correctly?
Thanks in advance,
Panos
···
On Monday, July 21, 2014 7:49:07 PM UTC+3, Mitch wrote:
>
> See the CONFIGURE.txt in the ODK Aggregate project directory.
>
> Be sure you are using GWT 2.5.x ; We have not yet upgraded to 2.6
>
>
>
>
> On Mon, Jul 21, 2014 at 8:05 AM, Panos Papadatos <ppapad...@gmail.com > wrote:
>
>> Hi Mitch
>>
>> i have change i beleive all the appropriate code to manage users and what
>> forms aggregate will send to users but when i' m trying to compile (with
>> eclipse) Aggregate Source Code to execute (or create the war file) i get a
>> lot of errors of missing libraries.
>>
>> Any idea ? where can i find them.
>> Is something wrong that i have made ??
>>
>> Thanks again...
>> Panos
>>
>>
>>
>> On Monday, June 30, 2014 11:30:18 PM UTC+3, Mitch wrote:
>>
>>> I can't provide this level of guidance.
>>>
>>> Yes, if you want to control what gets sent to which data collectors, you
>>> need to modify the servlet so that it alters the set of forms returned
>>> based upon the user id. Otherwise 1-3 would have no effect.
>>>
>>>
>>> On Mon, Jun 30, 2014 at 12:47 PM, Panos Papadatos wrote:
>>>
>>>> Yes i know that there is no such functionality..
>>>>
>>>> So a basic step by step guide is
>>>> 1. Create a new table
>>>> 2. Read the user uri from callingcontext
>>>> 3. Create an ui in which we connect users with forms in site admin tab
>>>> 4. Any other ideas...
>>>>
>>>> Why change the servlet ? (Is responsible for what we will send to
>>>> collectors?)
>>>>
>>>> Thanks again for your response
>>>>
>>>> I will send you any changes...
>>>>
>>>> --
>>>> 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/d/optout.
>>>>
>>>
>>>
>>>
>>> --
>>> Mitch Sundt
>>> Software Engineer
>>> University of Washington
>>> mitche...@gmail.com
>>>
>> --
>> 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/d/optout.
>>
>
>
>
> --
> Mitch Sundt
> Software Engineer
> University of Washington
> mitche...@gmail.com
>
If you are trying to run Eclipse with MySQL and Tomcat, see the
eclipse-aggregate-mysql/SETUP.txt file.
···
On Thu, Jul 24, 2014 at 7:49 AM, Panos Papadatos wrote:
Hello again!
I've been trying to deploy my aggregate project but with no success. I had
imported all src files from opendatakit aggregate in eclipse and I added as
Project Facets--> Java and Dynamic Web Project. After exporting as war file
and deploying using Tomcat Manager, I cannot access any pages from my
project in the browser. After searching the appropriate folder in Tomcat, I
noticed that only two folders are created (WEB-INF and META-INF). In
comparison with using the aggregate wizard executable file provided in ODK
website there are other folders generated in the corresponding folder in
Tomcat.
Could you please enlighten me and suggest any additional settings in order
to deploy the project correctly?
Thanks in advance,
Panos
On Monday, July 21, 2014 7:49:07 PM UTC+3, Mitch wrote:
See the CONFIGURE.txt in the ODK Aggregate project directory.
Be sure you are using GWT 2.5.x ; We have not yet upgraded to 2.6
On Mon, Jul 21, 2014 at 8:05 AM, Panos Papadatos ppapad...@gmail.com wrote:
Hi Mitch
i have change i beleive all the appropriate code to manage users and
what forms aggregate will send to users but when i' m trying to compile
(with eclipse) Aggregate Source Code to execute (or create the war file) i
get a lot of errors of missing libraries.
Any idea ? where can i find them.
Is something wrong that i have made ??
Thanks again...
Panos
On Monday, June 30, 2014 11:30:18 PM UTC+3, Mitch wrote:
I can't provide this level of guidance.
Yes, if you want to control what gets sent to which data collectors,
you need to modify the servlet so that it alters the set of forms returned
based upon the user id. Otherwise 1-3 would have no effect.
On Mon, Jun 30, 2014 at 12:47 PM, Panos Papadatos ppapad...@gmail.com wrote:
Yes i know that there is no such functionality..
So a basic step by step guide is
- Create a new table
- Read the user uri from callingcontext
- Create an ui in which we connect users with forms in site admin tab
- Any other ideas...
Why change the servlet ? (Is responsible for what we will send to
collectors?)
Thanks again for your response
I will send you any changes...
--
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/d/optout.
--
Mitch Sundt
Software Engineer
University of Washington
mitche...@gmail.com
--
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/d/optout.
--
Mitch Sundt
Software Engineer
University of Washington
mitche...@gmail.com
--
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/d/optout.
--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com