Re: [Nant-users] SVN task: How to use it for a commit?

2005-10-24 Thread Ivo Limmen
Hi, You should not use the task but instead use the specific task oriented versions, like:                     destination=""     uri="whatever "     password="bill"     username="gates"     verbose="true"         /> I never got working... Regards, IvoOn 10/24

Re: [Nant-users] SVN task: How to use it for a commit?

2005-10-23 Thread Ivo Limmen
Hi, You need to use the NantContrib tasks to perform svn tasks. Regards, Ivo LimmenOn 10/24/05, Robert Schneider <[EMAIL PROTECTED]> wrote: Hi,does the svn-task works correctly? I'm trying to commit a file but toachieve this I have to abuse the task:command="whatever"uri="whatever "pa

Re: [Nant-users] No more development?

2005-09-26 Thread Ivo Limmen
I share your concen, I also would like to keep using NANT, as much as I love avoiding using Microsoft products :).On 9/26/05, Hart, Leo < [EMAIL PROTECTED]> wrote:It's a reasonable question I think.  Besides, there are plenty of feature requests already logged:http://sourceforge.net/tracker/?atid=4

Re: [Nant-users] Free version of Nant Pad?

2005-09-22 Thread Ivo Limmen
You can also use the NANT editor in SharpDevelop a free Microsoft visual Studio clone. Try it, it's quite neat.On 9/22/05, Thibaut Barrère < [EMAIL PROTECTED]> wrote:Select the build file then right click and select "open with". VS.Net will prompt the editor you wish to use, pick up the html/xml e

Re: [Nant-users] Documentation error (not finding it): failure target.

2005-05-12 Thread Ivo Limmen
See: http://nant.sourceforge.net/release/latest/help/fundamentals/properties.html You can use the nant.onfailure & nant.onsuccess properties. On 5/12/05, Thomas Tomiczek <[EMAIL PROTECTED]> wrote: > > > Is there a special target I can set up in case a build error happens? > > My issue: >