RE: [Nant-users] 403 forbidden

2004-05-10 Thread Noel Gifford
Sandeep,   If you just copied this code, then the issue code be that the has a left parenthesis where a left brace should be.       should be     Noel     -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Sandeep Sudheendra Sent:

RE: [Nant-users] calling a task multiple times

2004-05-10 Thread Clayton Harbour
Hi Curtis, With functions you can do something like the following: There may be a little bit of tweaking in the code above, but hopefully it gives you an idea of what can be done (and if it is what you need). The

Re: [Nant-users] calling a task multiple times

2004-05-10 Thread Scott Hernandez
Use a line if you are dealing with a file. You can specify an arbitrary number of matches on a line by the delim string; I do believe. You can also nest the if that doesn't work. If you are good with regular expressions[1] you could split up the line that way. There are really endless suggestions

RE: [Nant-users] calling a task multiple times

2004-05-10 Thread Curtis Zarger
Scott, THX for the reply. I've tried the foreach task. My problem there is that the 'property' attribute only handles 2 values (ie name-value pair). I need 4. What I am trying to do is make configuration changes, via edits to XML files. To do that requires 4 values (file name, element name, a

Re: [Nant-users] calling a task multiple times

2004-05-10 Thread Scott Hernandez
http://nant.sourceforge.net/nightly/help/tasks/foreach.html Loops over a list. with NAnt -D:colors="blue,red" Or you can use the functions stuff in the nightly builds. HTHs Scott - Original Message - From: Curtis Zarger Hello, I'm wondering how to call a target multiple times

Re: [Nant-users] 403 forbidden

2004-05-10 Thread Gert Driesen
Sandeep, You might want to try the latest nightly build. Previous versions of NAnt were not using the webmap for projects in an Enterprise Template project. Hope this helps, Gert - Original Message - From: "Sandeep Sudheendra" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday,

Re: [Nant-users] 403 forbidden

2004-05-10 Thread Sandeep Sudheendra
Hi Bob,  I have already set up my webmap. The relevant portion of the file reads as shown below   - Original Message - From: Bob Archer To: Sandeep Sudheendra ; [EMAIL PROTECTED] Sent: Monday, May 10, 2004 8:27 AM Subject: RE: [Nant-user

RE: [Nant-users] 403 forbidden

2004-05-10 Thread Bob Archer
You probably have to set up a Webmap tag to point the web virtual directory to its physical directory.   Bob     From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Sandeep Sudheendra Sent: Monday, May 10, 2004 9:16 AM To: [EMAIL PROTECTED] Subject: [Nant-users] 403

[Nant-users] 403 forbidden

2004-05-10 Thread Sandeep Sudheendra
Hi,   I've been trying to compile a web project with NAnt's latest stable release, and repeatedly run into the 403 forbidden error. The full text of the error is something like "Error checking if project is of type Enterprise template. 403 forbidden" I believe this is a permissions error, but

[Nant-users] calling a task multiple times

2004-05-10 Thread Curtis Zarger
Hello,   I'm wondering how to call a target multiple times, each time providing the same argument name, but with different values.  An example is shown below.  The foreach task seems to be close, but I don't see a way to loop across an array/collection of argument values.   nant -D:colo

RE: [Nant-users] Task does not work with all VB projec ts

2004-05-10 Thread FRANCIS, Paul
Title: RE: [Nant-users] Task does not work with all VB projects I got the most recent nightly build (03 May 2004) and the problem had not been fixed in there. It seems to be only a problem with projects that have been converted from VB6 using the VB.Net migration wizard as it is this that ins

RE: [Nant-users] Task does not work with all VB projec ts

2004-05-10 Thread FRANCIS, Paul
Title: RE: [Nant-users] Task does not work with all VB projects Ok, thanks. -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED]] Sent: 10 May 2004 10:43 To: FRANCIS, Paul; Martin Gainty; [EMAIL PROTECTED] Subject: Re: [Nant-users] Task does not work with all VB project

[Nant-users] Project references using the task

2004-05-10 Thread FRANCIS, Paul
Title: Project references using the task Hi I'm using the solution task to build a number of projects as follows:                                                                                

[Nant-users] calling a task multiple times

2004-05-10 Thread Curtis Zarger
Hello,   I'm wondering how to call a target multiple times, each time providing the same argument name, but with different values.  An example is shown below.  The foreach task seems to be close, but I don't see a way to loop across an array/collection of argument values.   nant -D:colo

Re: [Nant-users] Task does not work with all VB projects

2004-05-10 Thread Gert Driesen
I hadn't uploaded a new nightly build, but I did just now ... Gert - Original Message - From: "FRANCIS, Paul" <[EMAIL PROTECTED]> To: "'Gert Driesen'" <[EMAIL PROTECTED]>; "Martin Gainty" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, May 10, 2004 9:33 AM Subject: RE: [Nant-users