[Nant-users] task log output

2005-08-18 Thread Sandeep
Hi,   I am not getting any log output from task. I tried verbose=”true” also. Is there any issue with this task? It logs errors if the task fails but it does not say that a service started or stopped.   Regards, Sandeep  

[Nant-users] task test condition failure

2005-08-18 Thread Sandeep
ly(listFileName) in my task are locked.   Thanks in advance,   Sandeep

RE: [Nant-users] Assembly references on network drive

2005-08-05 Thread Sandeep
service even if you have mapped the drive for the account as logged-on user, it will not work. You have to map the drive for the account from within the service. Regards, Sandeep -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adam Jeffrey Sent: Friday, August

RE: [Nant-users] FxCop failing build

2005-07-12 Thread Sandeep
helps.   Regards, Sandeep   -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of James Jackson Sent: Tuesday, July 12, 2005 4:37 AM To: nant-users@lists.sourceforge.net Subject: [Nant-users] FxCop failing build   Hi there,   I'm trying to integrate

RE: [Nant-users] Quotation marks in task properties

2005-06-22 Thread Sandeep
You can escape quotation mark (") with " Regards, Sandeep -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Melissa Kacher Sent: Wednesday, June 22, 2005 9:02 AM To: [EMAIL PROTECTED]; nant-users@lists.sourceforge.net Subject: RE: [Nant-users]

[Nant-users] NAnt running under CCNET having issue when generating VS.NET 2003 type documentation with NDoc

2005-06-20 Thread Sandeep
enter. This error is not giving me any clues as to what is wrong. If I run the NDocConsole.exe from command prompt, it works fine. Has anyone experienced this before? Any pointers to this problem will be greatly appreciated. Thanks in advance, Sandeep

[Nant-users] Remove "release" folder from the path while copying files

2005-06-02 Thread Sandeep
folder from each file in the set and still having the rest of the folder structure same?   Please let me know if you have any idea to handle this problem more elegantly.   Thanks and Regards, Sandeep    

[Nant-users] Suppress framework warnings in NAnt log

2005-06-01 Thread Sandeep
icrosoft.Win32.RegistryHive[]';.   Framework 'sscli-1.0' is invalid and has not been loaded : Framework directory 'C:\sscli\build\v1.x86fstchk.rotor' does not exist..   I tried changing the default framework to net-1.1 in NAnt.exe.config () but it doesn’t help   Is there a way to suppress these messages?   Thanks in advance, Sandeep

[Nant-users] Applying Xsl on build Xml generated by Xml listener

2005-05-26 Thread Sandeep
don’t think I can use for adding the directive in the xml log file. Another issue is that if I try to modify the file from NAnt itself, the file may be locked.   Thanks, Sandeep

[Nant-users] Running NAnt remotely by passing some parameters

2005-05-20 Thread Sandeep
.net but it doesn't allow passing any parameters by user. I am thinking of developing an ASP.NET application which will take the parameters on form and invoke build on the server. Has anyone tried something similar to this? I would welcome any ideas\pointers in this regard. Thanks, Sa

RE: [Nant-users]

2005-05-13 Thread Sandeep
rt for XSL parameters which can cause different outputs dynamically. Please let me know if there is another forum to submit this issue? Thanks, Sandeep -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gary Feldman Sent: Friday, May 13, 2005 5:47 AM To:

[Nant-users]

2005-05-12 Thread Sandeep
class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt; font-family:Arial'>        <parameters><o:p></o:p></span></font></p> <p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt; font-family:Arial'>        <parameter name="environment" value="qa" /><o:p></o:p></span></font></p> <p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt; font-family:Arial'>    </parameters><o:p></o:p></span></font></p> <p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt; font-family:Arial'>             Is this an expected feature or bug?   Thanks and Regards, Sandeep

[Nant-users] Renaming files belonging to a pattern using Nant

2005-05-12 Thread Sandeep
*.ENVNAME.* pattern (I can use task for this)   I did not find any rename tasks in NAnt. I am wondering if someone has been in similar situation and have some solution.   Thanks in advance, Sandeep      

RE: [Nant-users] Code conditional on whether a target is defined...

2005-05-10 Thread Sandeep
Hi Gary, Does target::has-executed('someOtherTarget') return false if the target execution has failed (It executed though)? I want to execute a target only if the given target (someOtherTarget) has executed successfully. Regards, Sandeep -Original Message- From: [EMAIL

[Nant-users] NAnt script and Xml command file integration

2005-05-05 Thread Sandeep
    AbcService             WebApp\AbcWeb     Inetpub\AbcWeb           I have this simple xml for project teams to specify the copy commands and then I want to put all the complexities in a common NAnt script.   Thanks in advance, Sandeep

[Nant-users] Error checking...enterprise template project

2005-04-22 Thread Sandeep
e template project. I read about similar errors in web projects but this one is not a web project. The solution compiles fine with VS.Net. Can anyone please indicate what is wrong with my SharedFiles project causing Nant to fail? I am using Nant .85 RC3 and CCNET 0.9. Thanks in advanc

RE: [Nant-users] Error checking...enterprise template project

2005-04-22 Thread Sandeep
Sorry for my last mail. I did not realize that someone has deleted the project file from source control. Regards, Sandeep -Original Message- From: Selke, Anthony [mailto:[EMAIL PROTECTED] Sent: Friday, April 22, 2005 10:20 AM To: Sandeep; Nant Users Subject: RE: [Nant-users] Error

RE: [Nant-users] Input from file

2005-04-19 Thread Sandeep
Hi Eric, You can try foreach task to read lines from a file: You can read different values from that line using a delimiter or you can read the entire line. Regards, Sandeep -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric Fetzer Sent

RE: [Nant-users] Post-build event problem with solution task

2005-04-06 Thread Sandeep
.   Regards, Sandeep From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Thursday, March 31, 2005 9:04 PM To: [EMAIL PROTECTED]; Sandeep; nant-users@lists.sourceforge.net Subject: RE: [Nant-users] Post-build event problem with solution task   Ray,   Relative paths should work too. If

[Nant-users] Post-build event problem with solution task

2005-03-31 Thread Sandeep
project (single project in a solution) and it worked fine with Nant.   Has anyone come across this issue? Please provide me some pointers as I am stuck at this point.   Thanks in Advance,   Regards, Sandeep  

[Nant-users] MbUnit references causing BUILD error

2005-03-22 Thread Sandeep
me folder (J:\...) but all the references are being resolved correctly. Please note that the same project is building successfully using VS.Net.   Please let me know if someone can provide any clues about it. Many thanks.   Regards, Sandeep

RE: [Nant-users] VS.Net Solution having references to the Dlls on network folder

2005-03-18 Thread Sandeep
I have already tried that by giving “Full Trust to Local Intranet”. Does this not mean that all the assemblies in local intranet are fully trusted?   What am I missing here?   Regards, Sandeep From: Robinson, Heath [mailto:[EMAIL PROTECTED] Sent: Friday, March 18, 2005 1:16

[Nant-users] VS.Net Solution having references to the Dlls on network folder

2005-03-18 Thread Sandeep
problem. Any help in this regard is appreciated.   Thanks, Sandeep    

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

[Nant-users] 403 forbidden

2004-05-10 Thread Sandeep Sudheendra
a permissions error, but I have tried everything on the web server - from assigning anonymous access to allowing all file types to run. I have also tried everything suggested on the mailing list archive.   Any help is appreciated.   Thanks in advance, Sandeep

[Nant-users] The remote server returned an error: (403) Forbidden.

2004-05-05 Thread Sandeep Sudheendra
Hi All,   I'm trying to build a web project using NAnt and run into the error printed below - is this a permissions problem? My build file is shown at the bottom.   Thanks, Sandeep     Buildfile: file:///C:/Inetpub/wwwroot/SS/try1.build [solution] Starting solution build.http://loca