FW: [NAnt-users] SVN tasks

2006-01-25 Thread Robert Schneider
Look at this problem that I have encountered: http://sourceforge.net/mailarchive/message.php?msg_id=13549841 > > -Original Message- > > From: [EMAIL PROTECTED] [mailto:nant-users- > > [EMAIL PROTECTED] On Behalf Of Simon Thorogood > > Sent: Wednesday, January 25, 2006 10:43 AM > > To:

[NAnt-users] RE: Parallel use of AnkhSvn? SORRY, WRONG LIST!

2006-01-10 Thread Robert Schneider
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nant-users- > [EMAIL PROTECTED] On Behalf Of Robert Schneider > Sent: Wednesday, January 11, 2006 7:39 AM > To: nant-users@lists.sourceforge.net > Subject: [NAnt-users] Parallel use of AnkhSvn? > > Is it

[NAnt-users] Parallel use of AnkhSvn?

2006-01-10 Thread Robert Schneider
Is it possible to use AnkhSVN parallel to TortoiseSVN or do I have to take anything into account? Thanks, Robert --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX sear

[Nant-users] Usage question

2005-11-30 Thread Robert Schneider
Now I'm working with nant for several weaks. I have accomplished to create a build file somehow. But I'm not really happy with it. Because I know this has mainly something to do with the lack of knowledge I'd like to ask the following questions: 1. I have done all with a normal editor. Xml doesn't

RE: [Nant-users] Exec program can't handle dir name with spaces

2005-11-03 Thread Robert Schneider
Title: Exec program can't handle dir name with spaces Try to use quotes. Hope this helps.   "${buildlog.dir}\${source.changes.log.filename}"     From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kedziora, Rebecca Sent: Thursday, November 03, 2005 4:55 PM To: nant

[Nant-users] Pass properties

2005-11-03 Thread Robert Schneider
Hi, if I pass some properties from one nant skript to another then I can provide a list of properties. I set the argument inheritall to false when I call the nant task. But how can I manage things when I want to pass existing properties that don't have to be created with the call? Like this?

RE: [Nant-users] convert::to-int deprecated

2005-11-01 Thread Robert Schneider
Is this the regular approach?: > >     //TODO:  Stuff > > > Kind of hoaky, but it works :) Why not: //TODO: Stuff or //TODO: Stuff ? Cheers, Robert --- SF.Net email is sponsored by: Tame your development chall

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

2005-10-27 Thread Robert Schneider
> -Original Message- > From: Clayton Harbour [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 27, 2005 7:46 AM > To: Robert Schneider > Cc: nant-users@lists.sourceforge.net > Subject: Re: [Nant-users] SVN task: How to use it for a commit? > > If you run in

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

2005-10-24 Thread Robert Schneider
The svn task seems to be unfinished. Like the documentation to the task. Is there no hint for such state information? Or do I miss anything? Unfortunately there is no svn-commit task, so I will have to use the exec task. Robert From: [EMAIL PROTECTED] [

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

2005-10-23 Thread Robert Schneider
e.net Subject: Re: [Nant-users] SVN task: How to use it for a commit? Hi, You need to use the NantContrib tasks to perform svn tasks. Regards, Ivo Limmen On 10/24/05, Robert Schneider <[EMAIL PROTECTED]> wrote: Hi, does the svn-task works correctly? I'm trying to commit a file but to achieve

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

2005-10-23 Thread Robert Schneider
Hi, does the svn-task works correctly? I'm trying to commit a file but to achieve this I have to abuse the task: I just want to commit the file myfile.txt that is placed in c:\workingcopy which is under control of subversion. The attributes command and uri doesn't wo

RE: [Nant-users] Version task - 0.85 rc 3

2005-10-20 Thread Robert Schneider
Hi Rebecca, There is the value NoIncrement for the buildtype attribute. Unfortunately it does not exists for revisiontype. I'm sure there is a reason for that, but since I'm also new to those build things I cannot tell you that reason. However, for your wish there could be a work around. I assu

RE: [Nant-users] How to manage asynchronous tasks

2005-10-06 Thread Robert Schneider
> >But one question still exists: Is it possible that the checkreferences > >attribute doesn't work? I have seen into the source code, and if I > >haven't overlooked something then there is no use for it. Okay this works too. > No bother. > Still, hopefully. Robert -

RE: [Nant-users] How to manage asynchronous tasks

2005-10-05 Thread Robert Schneider
Dear mailing list, forgive me. I have bothered you since I have not thoroughly examined the abilities of Nant/NAntContrib before I have posted. Sorry! I'm obviously a newbie. But one question still exists: Is it possible that the checkreferences attribute doesn't work? I have seen into the sou

RE: [Nant-users] How to manage asynchronous tasks

2005-10-05 Thread Robert Schneider
Hi! > > I didn't know vb6 task was asynchronous! > No, I was wrong! Sorry! I finally found that out as well. Does anyone know how this is achieved? From command line I can start vb6 only in the background. How is this possible? (Sorry for the off-topic question) Anyway, wouldn't it be nice

[Nant-users] How to manage asynchronous tasks

2005-10-05 Thread Robert Schneider
Hi to all, If I use the exec task and execute a program that has its own process, NAnt cannot wait for the end of the task of course. NAnt doesn't recognize it. How can I make NAnt waiting for the process? Is this possible anyhow? I would like to start the Visual Basic 6 compiler (vb6.exe) which

RE: [Nant-users] FW: NAnt Wiki has been hijacked.

2005-09-28 Thread Robert Schneider
> >>Unfortunately, the NAnt Wiki has been hijacked by spammers. All links > from the front page lead to absolute rubbish. Hope someone can fix it. > >> Was this a competitor? One that does not like open source software? --- This SF.Net emai

RE: [Nant-users] No more development?

2005-09-26 Thread Robert Schneider
> > builds take place when there are new features to add > So which features do you want to add??? I didn't want to push anyone. I was just wondering why there are no nightly builds anymore. However, I would expect that if an RC3 exists a final version is following soon - without adding new fe

[Nant-users] No more development?

2005-09-26 Thread Robert Schneider
I'm just exploring nant. Great tool as it seems. But I'm wondering if it is developed any more. There are no nightly builds since 24-Jul-2005 (that's what I see here: http://nant.sourceforge.net/nightly/latest/). And the RC3 is now 5 months old. Can anyone tell me what is happening? Cheers, Robert