You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by Sung Kim <hu...@ucsc.edu> on 2004/05/18 22:10:54 UTC

WebDAV ant task

I was wondering if Slide has WebDAV ant tasks. I saw the ant directory in
the slide CVS repository, but couldn't find any java file.

If not, are there any developers who work on it?

- Sung




---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org


Re: WebDAV ant task

Posted by Stefan Lützkendorf <lu...@itaw.hu-berlin.de>.
Hi,
as promised, I have commited our reworked ant tasks for webdav.

They are now part of the webdavclient area. So check this out,
call ant and you will find and ant directory in the dist directory
containing the required libraries and a piece of documentation.

Currently we have some core tasks for: get, put, mkcol, delete,
proppatch, lock and unlock. May be some one for acl and for
versioning will follow.

Hope this is usefull.

Stefan


Erik Hatcher wrote:
> Also, have a look at our very own Jakarta Commons VFS project:
> 
>     http://jakarta.apache.org/commons/sandbox/vfs/
> 
> They already have support for WebDAV (so it says).
> 
>     Erik
 >
This hint came somewhat late for me :-{, but of course I'll have a
look at this.



-- 
+--------------------------------------------+
|                                            |
|  Stefan Lützkendorf                        |
|                                            |
|  Institut für Terminologie und             |
|  angewandte Wissensforschung (itaw) GmbH   |
|                                            |
|  Sitz: Georgenstr. 35                      |
|        10117 Berlin                        |
|  Tel.: ++49 (030) 30 86 20 84              |
|  Fax : ++49 (030) 30 86 20 87              |
|                                            |
+--------------------------------------------+


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org


Re: WebDAV ant task

Posted by Erik Hatcher <er...@ehatchersolutions.com>.
Also, have a look at our very own Jakarta Commons VFS project:

	http://jakarta.apache.org/commons/sandbox/vfs/

They already have support for WebDAV (so it says).

	Erik


On May 19, 2004, at 10:24 AM, Michael Oliver wrote:

> Excellent!
>
> Michael Oliver
> CTO
> Matrix Intermedia Inc.
> 3325 N. Nellis Blvd, #1
> Las Vegas, NV 89115
> Phone:(702)643-7425
> Fax:(520)844-1036
>
>
> -----Original Message-----
> From: Stefan Lützkendorf [mailto:luetzken@itaw.hu-berlin.de]
> Sent: Wednesday, May 19, 2004 1:37 AM
> To: Slide Developers Mailing List
> Subject: Re: WebDAV ant task
>
> Hi,
> I have always written such ant tasks and want to publish
> them next week to the webdav client of slide.
> by, Stefan
>
> Sung Kim wrote:
>> Thanks for the quick answer, Michael.
>>
>> At lease we can add put/get/delete/mkcol first. (Also adding
> proppatch,
>> propfind shouldn't be hard) Recently we are using Maven to manage our
>> project webpage, and it would be cool if we can upload generated html
> files
>> into a WebDAV server using Slide-WebDAV ant tasks.
>>
>> - Sung
>>
>>
>>> -----Original Message-----
>>> From: Michael Oliver [mailto:oliverm@matrix-media.com]
>>> Sent: Tuesday, May 18, 2004 1:24 PM
>>> To: 'Slide Developers Mailing List'
>>> Cc: 'Erik Hatcher'
>>> Subject: RE: WebDAV ant task
>>>
>>>
>>> Good Question!  And it brings up a brain flatus.
>>>
>>> What if we had an Ant Task that could read and write to a Slide
>>> repository via WebDAV?  Not just files, but properties as well?
>>> Actually should be easy enough to do even with just the Command Line
>>> Client, but much better if it could be a task built around the Client
>>> Libraries....hmmm, thanks Kim.
>>>
>>> Michael Oliver
>>> CTO
>>> Matrix Intermedia Inc.
>>> 3325 N. Nellis Blvd, #1
>>> Las Vegas, NV 89115
>>> Phone:(702)643-7425
>>> Fax:(520)844-1036
>>>
>>>
>>> -----Original Message-----
>>> From: Sung Kim [mailto:hunkim@ucsc.edu]
>>> Sent: Tuesday, May 18, 2004 1:11 PM
>>> To: slide-dev@jakarta.apache.org
>>> Cc: 'Mark Slater'
>>> Subject: WebDAV ant task
>>>
>>>
>>> I was wondering if Slide has WebDAV ant tasks. I saw the ant 
>>> directory
>>> in
>>> the slide CVS repository, but couldn't find any java file.
>>>
>>> If not, are there any developers who work on it?
>>>
>>> - Sung
>>>
>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
>>> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
>>> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
>>
>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
>>
>
>
> -- 
> +--------------------------------------------+
> |                                            |
> |  Stefan Lützkendorf                        |
> |                                            |
> |  Institut für Terminologie und             |
> |  angewandte Wissensforschung (itaw) GmbH   |
> |                                            |
> |  Sitz: Georgenstr. 35                      |
> |        10117 Berlin                        |
> |  Tel.: ++49 (030) 30 86 20 84              |
> |  Fax : ++49 (030) 30 86 20 87              |
> |                                            |
> +--------------------------------------------+
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-dev-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org


RE: WebDAV ant task

Posted by Michael Oliver <ol...@matrix-media.com>.
Excellent!

Michael Oliver
CTO
Matrix Intermedia Inc.
3325 N. Nellis Blvd, #1
Las Vegas, NV 89115
Phone:(702)643-7425
Fax:(520)844-1036
 

-----Original Message-----
From: Stefan Lützkendorf [mailto:luetzken@itaw.hu-berlin.de] 
Sent: Wednesday, May 19, 2004 1:37 AM
To: Slide Developers Mailing List
Subject: Re: WebDAV ant task

Hi,
I have always written such ant tasks and want to publish
them next week to the webdav client of slide.
by, Stefan

Sung Kim wrote:
> Thanks for the quick answer, Michael.
> 
> At lease we can add put/get/delete/mkcol first. (Also adding
proppatch,
> propfind shouldn't be hard) Recently we are using Maven to manage our
> project webpage, and it would be cool if we can upload generated html
files
> into a WebDAV server using Slide-WebDAV ant tasks.
> 
> - Sung
> 
> 
>>-----Original Message-----
>>From: Michael Oliver [mailto:oliverm@matrix-media.com]
>>Sent: Tuesday, May 18, 2004 1:24 PM
>>To: 'Slide Developers Mailing List'
>>Cc: 'Erik Hatcher'
>>Subject: RE: WebDAV ant task
>>
>>
>>Good Question!  And it brings up a brain flatus.
>>
>>What if we had an Ant Task that could read and write to a Slide
>>repository via WebDAV?  Not just files, but properties as well?
>>Actually should be easy enough to do even with just the Command Line
>>Client, but much better if it could be a task built around the Client
>>Libraries....hmmm, thanks Kim.
>>
>>Michael Oliver
>>CTO
>>Matrix Intermedia Inc.
>>3325 N. Nellis Blvd, #1
>>Las Vegas, NV 89115
>>Phone:(702)643-7425
>>Fax:(520)844-1036
>>
>>
>>-----Original Message-----
>>From: Sung Kim [mailto:hunkim@ucsc.edu]
>>Sent: Tuesday, May 18, 2004 1:11 PM
>>To: slide-dev@jakarta.apache.org
>>Cc: 'Mark Slater'
>>Subject: WebDAV ant task
>>
>>
>>I was wondering if Slide has WebDAV ant tasks. I saw the ant directory
>>in
>>the slide CVS repository, but couldn't find any java file.
>>
>>If not, are there any developers who work on it?
>>
>>- Sung
>>
>>
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
>>For additional commands, e-mail: slide-dev-help@jakarta.apache.org
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
>>For additional commands, e-mail: slide-dev-help@jakarta.apache.org
> 
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
> 


-- 
+--------------------------------------------+
|                                            |
|  Stefan Lützkendorf                        |
|                                            |
|  Institut für Terminologie und             |
|  angewandte Wissensforschung (itaw) GmbH   |
|                                            |
|  Sitz: Georgenstr. 35                      |
|        10117 Berlin                        |
|  Tel.: ++49 (030) 30 86 20 84              |
|  Fax : ++49 (030) 30 86 20 87              |
|                                            |
+--------------------------------------------+


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org


Re: WebDAV ant task

Posted by Stefan Lützkendorf <lu...@itaw.hu-berlin.de>.
Hi,
I have always written such ant tasks and want to publish
them next week to the webdav client of slide.
by, Stefan

Sung Kim wrote:
> Thanks for the quick answer, Michael.
> 
> At lease we can add put/get/delete/mkcol first. (Also adding proppatch,
> propfind shouldn't be hard) Recently we are using Maven to manage our
> project webpage, and it would be cool if we can upload generated html files
> into a WebDAV server using Slide-WebDAV ant tasks.
> 
> - Sung
> 
> 
>>-----Original Message-----
>>From: Michael Oliver [mailto:oliverm@matrix-media.com]
>>Sent: Tuesday, May 18, 2004 1:24 PM
>>To: 'Slide Developers Mailing List'
>>Cc: 'Erik Hatcher'
>>Subject: RE: WebDAV ant task
>>
>>
>>Good Question!  And it brings up a brain flatus.
>>
>>What if we had an Ant Task that could read and write to a Slide
>>repository via WebDAV?  Not just files, but properties as well?
>>Actually should be easy enough to do even with just the Command Line
>>Client, but much better if it could be a task built around the Client
>>Libraries....hmmm, thanks Kim.
>>
>>Michael Oliver
>>CTO
>>Matrix Intermedia Inc.
>>3325 N. Nellis Blvd, #1
>>Las Vegas, NV 89115
>>Phone:(702)643-7425
>>Fax:(520)844-1036
>>
>>
>>-----Original Message-----
>>From: Sung Kim [mailto:hunkim@ucsc.edu]
>>Sent: Tuesday, May 18, 2004 1:11 PM
>>To: slide-dev@jakarta.apache.org
>>Cc: 'Mark Slater'
>>Subject: WebDAV ant task
>>
>>
>>I was wondering if Slide has WebDAV ant tasks. I saw the ant directory
>>in
>>the slide CVS repository, but couldn't find any java file.
>>
>>If not, are there any developers who work on it?
>>
>>- Sung
>>
>>
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
>>For additional commands, e-mail: slide-dev-help@jakarta.apache.org
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
>>For additional commands, e-mail: slide-dev-help@jakarta.apache.org
> 
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
> 


-- 
+--------------------------------------------+
|                                            |
|  Stefan Lützkendorf                        |
|                                            |
|  Institut für Terminologie und             |
|  angewandte Wissensforschung (itaw) GmbH   |
|                                            |
|  Sitz: Georgenstr. 35                      |
|        10117 Berlin                        |
|  Tel.: ++49 (030) 30 86 20 84              |
|  Fax : ++49 (030) 30 86 20 87              |
|                                            |
+--------------------------------------------+


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org


RE: WebDAV ant task

Posted by Sung Kim <hu...@ucsc.edu>.
Thanks for the quick answer, Michael.

At lease we can add put/get/delete/mkcol first. (Also adding proppatch,
propfind shouldn't be hard) Recently we are using Maven to manage our
project webpage, and it would be cool if we can upload generated html files
into a WebDAV server using Slide-WebDAV ant tasks.

- Sung

> -----Original Message-----
> From: Michael Oliver [mailto:oliverm@matrix-media.com]
> Sent: Tuesday, May 18, 2004 1:24 PM
> To: 'Slide Developers Mailing List'
> Cc: 'Erik Hatcher'
> Subject: RE: WebDAV ant task
> 
> 
> Good Question!  And it brings up a brain flatus.
> 
> What if we had an Ant Task that could read and write to a Slide
> repository via WebDAV?  Not just files, but properties as well?
> Actually should be easy enough to do even with just the Command Line
> Client, but much better if it could be a task built around the Client
> Libraries....hmmm, thanks Kim.
> 
> Michael Oliver
> CTO
> Matrix Intermedia Inc.
> 3325 N. Nellis Blvd, #1
> Las Vegas, NV 89115
> Phone:(702)643-7425
> Fax:(520)844-1036
> 
> 
> -----Original Message-----
> From: Sung Kim [mailto:hunkim@ucsc.edu]
> Sent: Tuesday, May 18, 2004 1:11 PM
> To: slide-dev@jakarta.apache.org
> Cc: 'Mark Slater'
> Subject: WebDAV ant task
> 
> 
> I was wondering if Slide has WebDAV ant tasks. I saw the ant directory
> in
> the slide CVS repository, but couldn't find any java file.
> 
> If not, are there any developers who work on it?
> 
> - Sung
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-dev-help@jakarta.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org


RE: WebDAV ant task

Posted by Michael Oliver <ol...@matrix-media.com>.
Good Question!  And it brings up a brain flatus.

What if we had an Ant Task that could read and write to a Slide
repository via WebDAV?  Not just files, but properties as well?
Actually should be easy enough to do even with just the Command Line
Client, but much better if it could be a task built around the Client
Libraries....hmmm, thanks Kim.

Michael Oliver
CTO
Matrix Intermedia Inc.
3325 N. Nellis Blvd, #1
Las Vegas, NV 89115
Phone:(702)643-7425
Fax:(520)844-1036
 

-----Original Message-----
From: Sung Kim [mailto:hunkim@ucsc.edu] 
Sent: Tuesday, May 18, 2004 1:11 PM
To: slide-dev@jakarta.apache.org
Cc: 'Mark Slater'
Subject: WebDAV ant task


I was wondering if Slide has WebDAV ant tasks. I saw the ant directory
in
the slide CVS repository, but couldn't find any java file.

If not, are there any developers who work on it?

- Sung




---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org