[xwiki-devs] [GSOC][WebDAV] Status ...
Hi All, I thought it's better to keep you all updated about what i'm doing. I've finally managed to free myself from academics and now i'm working on WebDAV interface. * I have gone through Ludovic's sample XWikiWebDAV implementation and except for few parts now i understand the code base and what i need to do. And i should mention that this sample implementation was very useful, i would have lost otherwise ;) * I've put up an eclipse project with WTP (Web Tools Platform) support which let me test the DAV implementation easily. Also, using M2Eclipse i have created a pom as well. * Currently, with a back-end xwiki database, i can test the DAV interface via nautilus (linux file explorer) embedded WebDAV client. Only browsing is functional at this point. * I would like to commit this test framework (currently it doesn't have any of my own code) into sandbox along with a README file so that anyone can test it. But i need instructions on how to do it. Please feel free to make comments and suggestions. I'm really sorry this mail took so long, i was bit busy. Thank you all. - Asiri
Hi Asiri, Sounds cool. For a test framework you need to ensure it uses standard tools and works on all platforms and with minimal requirements. Re the commit I think the best for now is for you to commit your code in the sandbox (same for all GSOC projects). I've just added user XWiki.asiri to the sandbox permissions so you should be all set now. Thanks -Vincent On Jun 1, 2008, at 8:17 PM, Asiri Rathnayake wrote:
Hi All,
I thought it's better to keep you all updated about what i'm doing. I've finally managed to free myself from academics and now i'm working on WebDAV interface.
* I have gone through Ludovic's sample XWikiWebDAV implementation and except for few parts now i understand the code base and what i need to do. And i should mention that this sample implementation was very useful, i would have lost otherwise ;)
* I've put up an eclipse project with WTP (Web Tools Platform) support which let me test the DAV implementation easily. Also, using M2Eclipse i have created a pom as well.
* Currently, with a back-end xwiki database, i can test the DAV interface via nautilus (linux file explorer) embedded WebDAV client. Only browsing is functional at this point.
* I would like to commit this test framework (currently it doesn't have any of my own code) into sandbox along with a README file so that anyone can test it. But i need instructions on how to do it.
Please feel free to make comments and suggestions. I'm really sorry this mail took so long, i was bit busy.
Thank you all.
- Asiri _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
Hi Vincent, On Mon, Jun 2, 2008 at 1:21 AM, Vincent Massol <[email protected]> wrote:
Hi Asiri,
Sounds cool.
For a test framework you need to ensure it uses standard tools and works on all platforms and with minimal requirements.
Ok, i'll try to find a general DAV client that works on all platforms (like DAVExplorer) and put that information in the README. Is there any other way i can make the webapp deployment easy ? I mean using eclipse WTP seems to be too specific as you say. Would a maven goal be ok ? Thanks. - Asiri
Re the commit I think the best for now is for you to commit your code in the sandbox (same for all GSOC projects). I've just added user XWiki.asiri to the sandbox permissions so you should be all set now.
Thanks -Vincent
On Jun 1, 2008, at 8:17 PM, Asiri Rathnayake wrote:
Hi All,
I thought it's better to keep you all updated about what i'm doing. I've finally managed to free myself from academics and now i'm working on WebDAV interface.
* I have gone through Ludovic's sample XWikiWebDAV implementation and except for few parts now i understand the code base and what i need to do. And i should mention that this sample implementation was very useful, i would have lost otherwise ;)
* I've put up an eclipse project with WTP (Web Tools Platform) support which let me test the DAV implementation easily. Also, using M2Eclipse i have created a pom as well.
* Currently, with a back-end xwiki database, i can test the DAV interface via nautilus (linux file explorer) embedded WebDAV client. Only browsing is functional at this point.
* I would like to commit this test framework (currently it doesn't have any of my own code) into sandbox along with a README file so that anyone can test it. But i need instructions on how to do it.
Please feel free to make comments and suggestions. I'm really sorry this mail took so long, i was bit busy.
Thank you all.
- Asiri _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
On Jun 2, 2008, at 2:16 PM, Asiri Rathnayake wrote:
Hi Vincent,
On Mon, Jun 2, 2008 at 1:21 AM, Vincent Massol <[email protected]> wrote:
Hi Asiri,
Sounds cool.
For a test framework you need to ensure it uses standard tools and works on all platforms and with minimal requirements.
Ok, i'll try to find a general DAV client that works on all platforms (like DAVExplorer) and put that information in the README.
Is there any other way i can make the webapp deployment easy ? I mean using eclipse WTP seems to be too specific as you say. Would a maven goal be ok ?
Our build system is maven so using maven we must be able to: * build xwiki * run functional tests of xwiki * generate distributions of xwiki We can have some special setup for Eclipse, IDEA, etc but the minimal we need is a way to build, run tests and generate distributions using Maven. I'm pretty sure Tomcat has webdav support out of the box so for functional tests we could use Tomcat in the build for example. Thanks -Vincent
Re the commit I think the best for now is for you to commit your code in the sandbox (same for all GSOC projects). I've just added user XWiki.asiri to the sandbox permissions so you should be all set now.
Thanks -Vincent
On Jun 1, 2008, at 8:17 PM, Asiri Rathnayake wrote:
Hi All,
I thought it's better to keep you all updated about what i'm doing. I've finally managed to free myself from academics and now i'm working on WebDAV interface.
* I have gone through Ludovic's sample XWikiWebDAV implementation and except for few parts now i understand the code base and what i need to do. And i should mention that this sample implementation was very useful, i would have lost otherwise ;)
* I've put up an eclipse project with WTP (Web Tools Platform) support which let me test the DAV implementation easily. Also, using M2Eclipse i have created a pom as well.
* Currently, with a back-end xwiki database, i can test the DAV interface via nautilus (linux file explorer) embedded WebDAV client. Only browsing is functional at this point.
* I would like to commit this test framework (currently it doesn't have any of my own code) into sandbox along with a README file so that anyone can test it. But i need instructions on how to do it.
Please feel free to make comments and suggestions. I'm really sorry this mail took so long, i was bit busy.
Thank you all.
- Asiri
Hi Vincent, I tried to commit my work into sandbox with username "asiri" and my password for xwiki.org but the commit failed with the following error, <dump> svn: Commit failed (details follow): svn: MKACTIVITY of '/svnroot/sandbox/!svn/act/e81f2143-b4f8-4fff-822e-7c232fdd3976': 500 Internal Server Error (https://svn.xwiki.org) svn: Your commit message was left in a temporary file: svn: '/home/asiri/projects/xwiki-dev/sandbox/svn-commit.tmp' </dump> Can you help me fix this ? Thanks. - Asiri On Mon, Jun 2, 2008 at 1:21 AM, Vincent Massol <[email protected]> wrote:
Hi Asiri,
Sounds cool. For a test framework you need to ensure it uses standard tools and works on all platforms and with minimal requirements.
Re the commit I think the best for now is for you to commit your code in the sandbox (same for all GSOC projects). I've just added user XWiki.asiri to the sandbox permissions so you should be all set now.
Thanks -Vincent
On Jun 1, 2008, at 8:17 PM, Asiri Rathnayake wrote:
Hi All,
I thought it's better to keep you all updated about what i'm doing. I've finally managed to free myself from academics and now i'm working on WebDAV interface.
* I have gone through Ludovic's sample XWikiWebDAV implementation and except for few parts now i understand the code base and what i need to do. And i should mention that this sample implementation was very useful, i would have lost otherwise ;)
* I've put up an eclipse project with WTP (Web Tools Platform) support which let me test the DAV implementation easily. Also, using M2Eclipse i have created a pom as well.
* Currently, with a back-end xwiki database, i can test the DAV interface via nautilus (linux file explorer) embedded WebDAV client. Only browsing is functional at this point.
* I would like to commit this test framework (currently it doesn't have any of my own code) into sandbox along with a README file so that anyone can test it. But i need instructions on how to do it.
Please feel free to make comments and suggestions. I'm really sorry this mail took so long, i was bit busy.
Thank you all.
- Asiri _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
Hi Vincent, Any update on this ? :) Thanks. - Asiri On Thu, Jun 5, 2008 at 12:31 AM, Asiri Rathnayake < [email protected]> wrote:
Hi Vincent,
I tried to commit my work into sandbox with username "asiri" and my password for xwiki.org but the commit failed with the following error,
<dump> svn: Commit failed (details follow): svn: MKACTIVITY of '/svnroot/sandbox/!svn/act/e81f2143-b4f8-4fff-822e-7c232fdd3976': 500 Internal Server Error (https://svn.xwiki.org) svn: Your commit message was left in a temporary file: svn: '/home/asiri/projects/xwiki-dev/sandbox/svn-commit.tmp' </dump>
Can you help me fix this ?
Thanks.
- Asiri
On Mon, Jun 2, 2008 at 1:21 AM, Vincent Massol <[email protected]> wrote:
Hi Asiri,
Sounds cool. For a test framework you need to ensure it uses standard tools and works on all platforms and with minimal requirements.
Re the commit I think the best for now is for you to commit your code in the sandbox (same for all GSOC projects). I've just added user XWiki.asiri to the sandbox permissions so you should be all set now.
Thanks -Vincent
On Jun 1, 2008, at 8:17 PM, Asiri Rathnayake wrote:
Hi All,
I thought it's better to keep you all updated about what i'm doing. I've finally managed to free myself from academics and now i'm working on WebDAV interface.
* I have gone through Ludovic's sample XWikiWebDAV implementation and except for few parts now i understand the code base and what i need to do. And i should mention that this sample implementation was very useful, i would have lost otherwise ;)
* I've put up an eclipse project with WTP (Web Tools Platform) support which let me test the DAV implementation easily. Also, using M2Eclipse i have created a pom as well.
* Currently, with a back-end xwiki database, i can test the DAV interface via nautilus (linux file explorer) embedded WebDAV client. Only browsing is functional at this point.
* I would like to commit this test framework (currently it doesn't have any of my own code) into sandbox along with a README file so that anyone can test it. But i need instructions on how to do it.
Please feel free to make comments and suggestions. I'm really sorry this mail took so long, i was bit busy.
Thank you all.
- Asiri _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
On Jun 5, 2008, at 10:33 AM, Asiri Rathnayake wrote:
Hi Vincent,
Any update on this ? :)
Just talked with the xwiki platform admin. He said that if you have only digits in your password you need to change it so that it has letters too. Thanks -Vincent
On Thu, Jun 5, 2008 at 12:31 AM, Asiri Rathnayake <[email protected]
wrote: Hi Vincent,
I tried to commit my work into sandbox with username "asiri" and my password for xwiki.org but the commit failed with the following error,
<dump> svn: Commit failed (details follow): svn: MKACTIVITY of '/svnroot/sandbox/!svn/act/e81f2143- b4f8-4fff-822e-7c232fdd3976': 500 Internal Server Error (https://svn.xwiki.org ) svn: Your commit message was left in a temporary file: svn: '/home/asiri/projects/xwiki-dev/sandbox/svn-commit.tmp' </dump>
Can you help me fix this ?
Thanks.
- Asiri
On Mon, Jun 2, 2008 at 1:21 AM, Vincent Massol <[email protected]> wrote: Hi Asiri,
Sounds cool. For a test framework you need to ensure it uses standard tools and works on all platforms and with minimal requirements.
Re the commit I think the best for now is for you to commit your code in the sandbox (same for all GSOC projects). I've just added user XWiki.asiri to the sandbox permissions so you should be all set now.
Thanks -Vincent
On Jun 1, 2008, at 8:17 PM, Asiri Rathnayake wrote:
Hi All,
I thought it's better to keep you all updated about what i'm doing. I've finally managed to free myself from academics and now i'm working on WebDAV interface.
* I have gone through Ludovic's sample XWikiWebDAV implementation and except for few parts now i understand the code base and what i need to do. And i should mention that this sample implementation was very useful, i would have lost otherwise ;)
* I've put up an eclipse project with WTP (Web Tools Platform) support which let me test the DAV implementation easily. Also, using M2Eclipse i have created a pom as well.
* Currently, with a back-end xwiki database, i can test the DAV interface via nautilus (linux file explorer) embedded WebDAV client. Only browsing is functional at this point.
* I would like to commit this test framework (currently it doesn't have any of my own code) into sandbox along with a README file so that anyone can test it. But i need instructions on how to do it.
Please feel free to make comments and suggestions. I'm really sorry this mail took so long, i was bit busy.
Thank you all.
- Asiri _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
Hi Vincent, On Thu, Jun 5, 2008 at 3:09 PM, Vincent Massol <[email protected]> wrote:
On Jun 5, 2008, at 10:33 AM, Asiri Rathnayake wrote:
Hi Vincent,
Any update on this ? :)
Just talked with the xwiki platform admin. He said that if you have only digits in your password you need to change it so that it has letters too.
I tried this too but it doesn't seem to work. The authentication seems to work fine, i mean if i supply the wrong credentials it re-asks me for correct credentials. It seems the problem is something else. What shall we do ? Thanks. - Asiri
Thanks -Vincent
On Thu, Jun 5, 2008 at 12:31 AM, Asiri Rathnayake < [email protected]> wrote:
Hi Vincent,
I tried to commit my work into sandbox with username "asiri" and my password for xwiki.org but the commit failed with the following error,
<dump> svn: Commit failed (details follow): svn: MKACTIVITY of '/svnroot/sandbox/!svn/act/e81f2143-b4f8-4fff-822e-7c232fdd3976': 500 Internal Server Error (https://svn.xwiki.org) svn: Your commit message was left in a temporary file: svn: '/home/asiri/projects/xwiki-dev/sandbox/svn-commit.tmp' </dump>
Can you help me fix this ?
Thanks.
- Asiri
On Mon, Jun 2, 2008 at 1:21 AM, Vincent Massol <[email protected]> wrote:
Hi Asiri,
Sounds cool. For a test framework you need to ensure it uses standard tools and works on all platforms and with minimal requirements.
Re the commit I think the best for now is for you to commit your code in the sandbox (same for all GSOC projects). I've just added user XWiki.asiri to the sandbox permissions so you should be all set now.
Thanks -Vincent
On Jun 1, 2008, at 8:17 PM, Asiri Rathnayake wrote:
Hi All,
I thought it's better to keep you all updated about what i'm doing. I've finally managed to free myself from academics and now i'm working on WebDAV interface.
* I have gone through Ludovic's sample XWikiWebDAV implementation and except for few parts now i understand the code base and what i need to do. And i should mention that this sample implementation was very useful, i would have lost otherwise ;)
* I've put up an eclipse project with WTP (Web Tools Platform) support which let me test the DAV implementation easily. Also, using M2Eclipse i have created a pom as well.
* Currently, with a back-end xwiki database, i can test the DAV interface via nautilus (linux file explorer) embedded WebDAV client. Only browsing is functional at this point.
* I would like to commit this test framework (currently it doesn't have any of my own code) into sandbox along with a README file so that anyone can test it. But i need instructions on how to do it.
Please feel free to make comments and suggestions. I'm really sorry this mail took so long, i was bit busy.
Thank you all.
- Asiri _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
participants (2)
-
Asiri Rathnayake -
Vincent Massol