-1 for removing it - if people want it, they can be pointed at documentation to set up the server properly.
/// <summary>
/// Allow the task to use WebDAV for retrieving/compiling the projects within solution. Use of
/// <see cref="WebMap" /> is preferred over WebDAV. The default is <see langword="false" />.
/// </summary>
/// <remarks>
/// <para>WebDAV support requires permission changes to be made on your project server. These changes may affect
/// the security of the server and should not be applied to a public installation.</para>
/// <para>Consult your web server or the NAnt Wiki documentation for more information.</para>
/// </remarks>
[TaskAttribute("enablewebdav", Required = false)]
[BooleanValidator()]
public bool EnableWebDAV {
get { return _enableWebDAV; }
set { _enableWebDAV = value; }
}
Jaroslaw Kowalski wrote:
Perhaps we could have a <webdav-copy> task instead that would be similar to <copy> but accept WebDAV sources/targets.
+1 for the idea of removing WebDAV from the <solution> task.
Jarek
----- Original Message ----- From: "Erick Thompson" <[EMAIL PROTECTED]>
To: "Gert Driesen" <[EMAIL PROTECTED]>; "NAnt Users Mailing List"
<[EMAIL PROTECTED]>; "Nant-Developers (E-Mail)"
<[EMAIL PROTECTED]>
Sent: Monday, March 08, 2004 11:47 PM
Subject: RE: [nant-dev] Remove support for WebDAV from <solution> task ?
I haven't used WebDAV, but if I could use it to distribute a website to a
final server, it would be very very useful to me. At the moment, I have a manual FTP step is required to move a web project to the production server.
Erick
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Gert Driesen Sent: Monday, March 08, 2004 2:36 PM To: NAnt Users Mailing List; Nant-Developers (E-Mail) Subject: [nant-dev] Remove support for WebDAV from <solution> task ?
Hi,
I'm just asking to get an idea of how many people actually use it, but how would you feel if we would remove WebDAV support from the <solution> task ?
We've noticed that lots of people have problems configuring their webserver, in order to get the <solution> task working, so it might be better to remove support for WebDAV altogether. This would also allow us to simplify some of the code, and make the code easier to maintain.
What do you think ?
Gert
------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ nant-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-developers
------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id70&alloc_id638&opĚk _______________________________________________ nant-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-developers
------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users