[NAnt-users] NAnt Intellisense in VS2010

2013-06-21 Thread MacDiarmid, James D.
Hi all, I have NAnt set up to use intellisense in VS2010. It works as expected however I'm getting a Blue Tilde (Something like this "~" ) appearing after the closing task bracket. It shows a warning as follows: 1. The element cannot contain white space. Content model is empty.

Re: [NAnt-users] nant multitarget support?

2012-09-09 Thread Richard Birkby
scenario of using the C# 4.0 > compiler to target .Net 3.5. > > Keep smiling > Bevan. > > -- > From: Stefan Arn > Sent: 9/5/2012 9:18 PM > > To: 'nant-users@lists.sourceforge.net' > Subject: [NAnt-users] nant multitarget support?

Re: [NAnt-users] nant multitarget support?

2012-09-09 Thread Bevan Arps
012 9:18 PM To: 'nant-users@lists.sourceforge.net' Subject: [NAnt-users] nant multitarget support? I have C# code with 4.0 language features that need a C#4.0 compiler to compile. But the resulting code should run on .NET Framework 3.5. This is possible with VS2010 by simply selec

Re: [NAnt-users] nant multitarget support?

2012-09-05 Thread Bob Archer
users@lists.sourceforge.net' Subject: [NAnt-users] nant multitarget support? I have C# code with 4.0 language features that need a C#4.0 compiler to compile. But the resulting code should run on .NET Framework 3.5. This is possible with VS2010 by simply selecting the target framework 3.5. But I ha

[NAnt-users] nant multitarget support?

2012-09-05 Thread Stefan Arn
I have C# code with 4.0 language features that need a C#4.0 compiler to compile. But the resulting code should run on .NET Framework 3.5. This is possible with VS2010 by simply selecting the target framework 3.5. But I had no luck with NAnt. Is it possible to use the 4.0 compiler and target the

Re: [NAnt-users] NANT-LOG4NET ERROR:internet zone

2012-06-27 Thread Hawkins, John
...@amsi.com] Sent: Wednesday, June 27, 2012 12:21 PM To: Hawkins, John; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] NANT-LOG4NET ERROR:internet zone > Nant will not start after Windows update to Win 2008 server. Get > log4net error. Tried putting name="requirePermission&

Re: [NAnt-users] NANT-LOG4NET ERROR:internet zone

2012-06-27 Thread Hawkins, John
Subject: RE: [NAnt-users] NANT-LOG4NET ERROR:internet zone > Nant will not start after Windows update to Win 2008 server. Get > log4net error. Tried putting name="requirePermission"="false" in nant > and log4net section heads, no change. Any ideas? Thanks JCH Are you

Re: [NAnt-users] NANT-LOG4NET ERROR:internet zone

2012-06-27 Thread Bob Archer
> Nant will not start after Windows update to Win 2008 server. Get log4net > error. Tried putting name="requirePermission"="false" in nant and log4net > section heads, no change. Any ideas? Thanks JCH Are you running from the command line? Try to open the cmd window "as administer" and see if tha

[NAnt-users] NANT-LOG4NET ERROR:internet zone

2012-06-27 Thread JOHNHII
Nant will not start after Windows update to Win 2008 server. Get log4net error. Tried putting name="requirePermission"="false" in nant and log4net section heads, no change. Any ideas? Thanks JCH Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. All rights reserved.

[NAnt-users] NAnt/NAntContrib development guide

2012-05-27 Thread Ryan Boggs
Hi, I have received a few emails over the last few months on contributing to either the NAnt or NAntContrib projects, which I am happy to see. So rather than answering everyone individually, I figured I would just compose one email and send it to the lists. For those of you who wish to contribute

[NAnt-users] NAnt/NAntContrib 0.92 RC1 Delay

2012-05-20 Thread Ryan Boggs
Hi, Just wanted to give everyone a heads up. The 0.92 release candidate 1 release will be delayed slightly. It was suppose to be released this weekend but given that I had little time this weekend and there was quite a bit of changes today, I thought a slight delay would be in order. I plan on

Re: [NAnt-users] NAnt/NAntContrib 0.92 tentative release schedule

2012-04-15 Thread Ryan Boggs
Hi, Just wanted to give everyone a heads up. The release schedule has been pushed out a week to try to get a couple more updates in before the first alpha is out the door, which will now be next weekend (April 21/22). Sorry for the inconvenience this may have caused. Thanks, Ryan On Wed, Mar 2

[NAnt-users] NAnt/NAntContrib 0.92 tentative release schedule

2012-03-21 Thread Ryan Boggs
Hi all, There's been quite a bit of developments these past months in the NAnt projects, as many of you may know, and now I think we are at a point to start up the release process for 0.92. The current plan is to perform the first 0.92 alpha release for both NAnt and NAntContrib around the weeken

Re: [NAnt-users] Nant property passed to CC.NET for pass/fail condition?

2012-03-19 Thread Dominik Guder
2012 5:50 PM > *To:* nant-users@lists.sourceforge.net > *Subject:* Re: [NAnt-users] Nant property passed to CC.NET for pass/fail > condition? > > I thought I had this figured out. > > I see that I’m calling my task in my Nant script. I see it in my > ccnet console > > fail

Re: [NAnt-users] Nant property passed to CC.NET for pass/fail condition?

2012-03-19 Thread Chris Fouts
is.fo...@caemilusa.com] Sent: Monday, March 19, 2012 5:50 PM To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Nant property passed to CC.NET for pass/fail condition? I thought I had this figured out. I see that I'm calling my task in my Nant script. I see it in my ccnet con

Re: [NAnt-users] Nant property passed to CC.NET for pass/fail condition?

2012-03-19 Thread Chris Fouts
SUCCEEDED"? -chris From: Chris Fouts [mailto:chris.fo...@caemilusa.com] Sent: Wednesday, February 29, 2012 3:15 PM To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Nant property passed to CC.NET for pass/fail condition? Thanks Adam and Bob. From: Adam Bruss [mailto:abr...@aw

Re: [NAnt-users] Nant property passed to CC.NET for pass/fail condition?

2012-02-29 Thread Chris Fouts
Thanks Adam and Bob. From: Adam Bruss [mailto:abr...@awrcorp.com] Sent: Wednesday, February 29, 2012 1:45 PM To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Nant property passed to CC.NET for pass/fail condition? Nant has an if task that can check the values of properties. Then

Re: [NAnt-users] Nant property passed to CC.NET for pass/fail condition?

2012-02-29 Thread Bob Archer
Just call the task then. That will report a filed build. BOb From: Chris Fouts [mailto:chris.fo...@caemilusa.com] Sent: Wednesday, February 29, 2012 12:05 PM To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Nant property passed to CC.NET for pass/fail condition? I build TWO

Re: [NAnt-users] Nant property passed to CC.NET for pass/fail condition?

2012-02-29 Thread Adam Bruss
Chris Fouts [mailto:chris.fo...@caemilusa.com] Sent: Wednesday, February 29, 2012 11:05 AM To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Nant property passed to CC.NET for pass/fail condition? I build TWO projects in one nant.build project file, say project1 and project2, that s

Re: [NAnt-users] Nant property passed to CC.NET for pass/fail condition?

2012-02-29 Thread Chris Fouts
/fail condition? I expect it is the return value sent from nant.exe and that you can't modify it. What are you trying to do? BOb From: Chris Fouts [mailto:chris.fo...@caemilusa.com] Sent: Wednesday, February 29, 2012 11:40 AM To: nant-users@lists.sourceforge.net Subject: [NAnt-users]

Re: [NAnt-users] Nant property passed to CC.NET for pass/fail condition?

2012-02-29 Thread Bob Archer
I expect it is the return value sent from nant.exe and that you can't modify it. What are you trying to do? BOb From: Chris Fouts [mailto:chris.fo...@caemilusa.com] Sent: Wednesday, February 29, 2012 11:40 AM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Nant property pass

[NAnt-users] Nant property passed to CC.NET for pass/fail condition?

2012-02-29 Thread Chris Fouts
What is the nant property that is set for CC.NET to report a pass/fail condition? I assume I can modify this property? Is it nant.onfailure? Thanks! -chris ***This e-mail message is intended only for the above named recipient(s) and may contain information that is sensitive or proprietary. If

Re: [NAnt-users] NAnt/NAntContrib has moved to github

2011-11-14 Thread Bob Archer
t; > nant-annou...@lists.sourceforge.net > Subject: [NAnt-users] NAnt/NAntContrib has moved to github > > Hi, > > I'm happy to say that we were able to successfully migrate the > sourceforge.net CVS NAnt/NAntContrib repos to github.com. There are still > some clean

[NAnt-users] NAnt/NAntContrib has moved to github

2011-11-13 Thread Ryan Boggs
Hi, I'm happy to say that we were able to successfully migrate the sourceforge.net CVS NAnt/NAntContrib repos to github.com. There are still some clean-up tasks left to do (ie: update the website links to point to github.com, update the development guide, etc) but the new repositories at GitHub a

Re: [NAnt-users] Nant Exec task output to a file

2011-10-11 Thread Dominik Guder
Hi, you could also try CI-Factory-1.0.1.5.exe or any other from http://code.google.com/p/ci-factory/downloads/list hth Dominik Am 10.10.2011 23:31, schrieb ssingh46: > > Hi Dominick, > I am not able to download this EXE. Its timing put. > > > Dominik Guder wrote: >> >> Hi, >> >> maybe you are l

Re: [NAnt-users] Nant Exec task output to a file

2011-10-10 Thread ssingh46
Hi Dominick, I am not able to download this EXE. Its timing put. Dominik Guder wrote: > > Hi, > > maybe you are looking for something like this: > http://jayflowers.com/WordPress/?p=132 > > In particular > > > You can give it a try: > Download latest ci-factory from > http://ci-factory.go

Re: [NAnt-users] Nant Exec task output to a file

2011-10-10 Thread Dominik Guder
Hi, maybe you are looking for something like this: http://jayflowers.com/WordPress/?p=132 In particular You can give it a try: Download latest ci-factory from http://ci-factory.googlecode.com/files/CI-Factory-Beta-1.1.0.47.exe - Extract it to a folder named "CI Factory" where you like - Copy

Re: [NAnt-users] Nant hookup up with CxxTest or CppUnit

2011-10-05 Thread Adam Bruss
ect: Re: [NAnt-users] Nant hookup up with CxxTest or CppUnit Thanks! I'm using CxxTest, not CppUnit, but your example will work since I have a *.exe file to run. I'll have to look further what resultproperty and how I can fit it in my environment. -chris From: Adam Bruss [mailto:abr...

Re: [NAnt-users] Nant hookup up with CxxTest or CppUnit

2011-10-05 Thread Chris Fouts
4 E: abr...@awrcorp.com W: http://www.awrcorp.com<http://www.awrcorp.com/> From: Chris Fouts [mailto:chris.fo...@caemilusa.com] Sent: Friday, September 30, 2011 3:28 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Nant hookup up with CxxTest or CppUnit Can someone please point me to an ex

Re: [NAnt-users] Nant hookup up with CxxTest or CppUnit

2011-10-05 Thread Adam Bruss
hris Fouts [mailto:chris.fo...@caemilusa.com] Sent: Friday, September 30, 2011 3:28 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Nant hookup up with CxxTest or CppUnit Can someone please point me to an example how Nant can start a test suite using CxxTest or CppUnit? I just wan

Re: [NAnt-users] Nant hookup up with CxxTest or CppUnit

2011-10-05 Thread Chris Fouts
201 Mequon, WI 53092 USA P: 1.262.240.0291 x104 F: 1.262.240.0294 E: abr...@awrcorp.com W: http://www.awrcorp.com<http://www.awrcorp.com/> From: Chris Fouts [mailto:chris.fo...@caemilusa.com] Sent: Friday, September 30, 2011 3:28 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users

Re: [NAnt-users] Nant Exec task output to a file

2011-10-04 Thread Adam Bruss
: 1.262.240.0294 E: abr...@awrcorp.com W: http://www.awrcorp.com -Original Message- From: ssingh46 [mailto:sunil1...@gmail.com] Sent: Tuesday, October 04, 2011 2:45 PM To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Nant Exec task output to a file Hi Adam, Thanks. That

Re: [NAnt-users] Nant Exec task output to a file

2011-10-04 Thread ssingh46
11520 N. Port Washington Rd., Suite 201 > Mequon, WI  53092  USA > P: 1.262.240.0291 x104 > F: 1.262.240.0294 > E: abr...@awrcorp.com > W: http://www.awrcorp.com > > -Original Message- > From: ssingh46 [mailto:sunil1...@gmail.com] > Sent: Sunday, October 02, 2011 9:1

Re: [NAnt-users] Nant Exec task output to a file

2011-10-04 Thread Adam Bruss
W: http://www.awrcorp.com -Original Message- From: ssingh46 [mailto:sunil1...@gmail.com] Sent: Sunday, October 02, 2011 9:10 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Nant Exec task output to a file All, I am writting one program task which runs TFS command . I would

[NAnt-users] Nant Exec task output to a file

2011-10-02 Thread ssingh46
All, I am writting one program task which runs TFS command . I would like to store that output to the file but iam not able to write program output. Below is my coomand I just need to return TFS source path(Server) into a file (version.txt). I can

[NAnt-users] Nant hookup up with CxxTest or CppUnit

2011-09-30 Thread Chris Fouts
Can someone please point me to an example how Nant can start a test suite using CxxTest or CppUnit? I just want to know how Nant gets its feedback from those systems. ...or any testing suite really. -chris ***This e-mail message is intended only for the above named recipient(s) and may contai

[NAnt-users] NAnt 0.91 Beta 1 "The type or namespace name 'List' could not be found"

2011-09-30 Thread Robert Stackhouse
Looks like the csc task isn't finding mscorlib.dll? C:\Users\RStackhouse\Desktop\GrokCodeBook\code\MessageN\projects\MessageN>nant NAnt 0.91 (Build 0.91.4285.0; beta1; 9/25/2011) Copyright (C) 2001-2011 Gerry Shaw http://nant.sourceforge.net Buildfile: file:///C:/Users/RStackhouse/Desktop/GrokCo

Re: [NAnt-users] nant 0.91 alpha2 with VS 2010

2011-09-23 Thread Bob Archer
I have been using MSBuild for quite a while. Does the solution task have advantages over it? BOb > -Original Message- > From: Dominik Guder [mailto:o...@guder.org] > Sent: Friday, September 23, 2011 4:35 PM > To: nant-users@lists.sourceforge.net > Subject: Re: [NAnt-u

Re: [NAnt-users] nant 0.91 alpha2 with VS 2010

2011-09-23 Thread Dominik Guder
Hi Neil, give us some other day. We are on the way doing next nant release. So far Dominik Am 23.09.2011 21:05, schrieb Liu, Neil: > Hi there, > > Is there a way to build a Visual Studio 2010 solution with > 'nant-0.91-alpha2'? I got "Solution format of file 'xxx.sln' is not > supported" error w

[NAnt-users] nant 0.91 alpha2 with VS 2010

2011-09-23 Thread Liu, Neil
Hi there, Is there a way to build a Visual Studio 2010 solution with 'nant-0.91-alpha2'? I got "Solution format of file 'xxx.sln' is not supported" error when trying to do that. Thanks for any input... Neil -- All of t

Re: [NAnt-users] [nant-dev] Default excludes for hg and git

2011-09-20 Thread Ryan Boggs
Hi, On Tue, Sep 20, 2011 at 5:21 PM, Thierry Lach wrote: > The  .*ignore files only have meaning with source control in effect. Since > the /cvs/, /.svn/, etc dirs are not included, I'd say exclude the  .*ignore > files and any others related to source control. Your right, ignore 'em all... Than

Re: [NAnt-users] [nant-dev] Default excludes for hg and git

2011-09-20 Thread Thierry Lach
The .*ignore files only have meaning with source control in effect. Since the /cvs/, /.svn/, etc dirs are not included, I'd say exclude the .*ignore files and any others related to source control. On Sep 20, 2011 8:03 PM, "Ryan Boggs" wrote: > Hi, > > On Tue, Sep 20, 2011 at 2:18 PM, Dominik Gud

Re: [NAnt-users] [nant-dev] Default excludes for hg and git

2011-09-20 Thread Ryan Boggs
Hi, On Tue, Sep 20, 2011 at 2:18 PM, Dominik Guder wrote: > Hi foks, > > I need your input: > > As you might know nant fileset has a bunch of default excludes. > I want to name mainly cvs and svn administrative folders "**/CVS/**" and > "**/.svn/**" as well as cvs ignore file "**/.cvsignore". > >

Re: [NAnt-users] nant hangs when executing devsrv.exe

2011-09-16 Thread Dominik Guder
Hi, nant's exec task waits until program terminates to check the returned exit code to fail when exit code <> 0. Please add span="true" to exec task then it will work. You can use "pidproperty" to get the process id when you want to save it for stopping the webserver at the end of your script. (I

[NAnt-users] nant hangs when executing devsrv.exe

2011-09-16 Thread Rasmus Rasmussen
Hello all, I have this task: it successfully starts the devserver (have to stop it first though). The problem is that nant does not terminate. Nant prints "BUILD SUCCEEDED Total time: 4.1 seconds." but does not return. What can be wrong? If I start de

[NAnt-users] NAnt custom tasks connecting to TFS2010

2011-09-14 Thread Macdiarmid, James D.
In our upgrade we also went to TFS 2010. All of our custom tasks use a custom "connectioninformation" as a custom element in a task. Would anyone be able to point me in the direction of an example that connects to TFS using C Sharp (compiled DLL, not embedded code)? Thanks Jim

Re: [NAnt-users] NAnt-users Digest, Vol 59, Issue 3

2011-06-21 Thread John Schroeder
Auto-reply: I'm on my scooter from 6/13-6/26 and will not be checking e-mail or phone. If you are working on any of these projects with me, here are your contacts: Common Use Certification - Dia Cooper CommonUse VDI - Stephanie McGriff Common Use Legacy - Terry Kraabel BGR Scanner Project/ASDevice

Re: [NAnt-users] NAnt-users Digest, Vol 59, Issue 2

2011-06-16 Thread John Schroeder
Auto-reply: I'm on my scooter from 6/13-6/26 and will not be checking e-mail or phone. If you are working on any of these projects with me, here are your contacts: Common Use Certification - Dia Cooper CommonUse VDI - Stephanie McGriff Common Use Legacy - Terry Kraabel BGR Scanner Project/ASDevice

[NAnt-users] nant -projecthelp question

2011-05-20 Thread Chris Fouts
When running the nant -projecthelp command, the docs say that targets with descriptions are grouped as main targets, while targets without descriptions are grouped as sub targets. However, I have targets with description on them that are included in the sub targets instead of main targets. Any c

Re: [NAnt-users] NAnt .NET 4.0 Security Problem

2011-04-19 Thread Philip Sayers
Nauck [mailto:daniel.na...@gmail.com] Sent: Monday, April 18, 2011 5:44 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] NAnt .NET 4.0 Security Problem Hello, just upgraded to .NET 4.0 and NAnt 0.91 Alpha 2 and got the same problem as others reported. Looks like its not a problem with

Re: [NAnt-users] NAnt .NET 4.0 Security Problem

2011-04-18 Thread Ryan Boggs
contenu fourni. > > > > > > > Date: Mon, 18 Apr 2011 15:15:36 -0700 > > From: rmbo...@gmail.com > > To: daniel.na...@gmail.com > > CC: NAnt-users@lists.sourceforge.net > > Subject: Re: [NAnt-users] NAnt .NET 4.0 Security Problem > > > > A

Re: [NAnt-users] NAnt .NET 4.0 Security Problem

2011-04-18 Thread Martin Gainty
> Date: Mon, 18 Apr 2011 15:15:36 -0700 > From: rmbo...@gmail.com > To: daniel.na...@gmail.com > CC: NAnt-users@lists.sourceforge.net > Subject: Re: [NAnt-users] NAnt .NET 4.0 Security Problem > > Are you and admin or regular user? > > Thanks, > Ryan > &g

Re: [NAnt-users] NAnt .NET 4.0 Security Problem

2011-04-18 Thread Ryan Boggs
Ok, help me out here. So, I just created a normal user on a Win7 x32 test box and downloaded 0.91 Alpha2 from sf.net. I see that the zipped file is blocked as described by Daniel. But when I unzip it into its directory and try to build Boo with it, it builds fine for me. So am I missing a step

Re: [NAnt-users] NAnt .NET 4.0 Security Problem

2011-04-18 Thread Ryan Boggs
I dunno. I've never ran into this problem on my test machines and I never had to unblock anything, even when I download from the sf.net site. That's why so many questions. Of course, all my current test machines are x86 based... Thanks,. Ryan On Mon, Apr 18, 2011 at 3:13 PM, Bob Archer wrote:

Re: [NAnt-users] NAnt .NET 4.0 Security Problem

2011-04-18 Thread Ryan Boggs
Are you and admin or regular user? Thanks, Ryan On Mon, Apr 18, 2011 at 3:14 PM, Daniel Nauck wrote: > Hello, > > Win7 x64(en). > > Regards, > Daniel > > Am 19.04.2011 um 00:13 schrieb Ryan Boggs: > >> That is interesting.  I've heard someone else report something similar >> but couldn't verify

Re: [NAnt-users] NAnt .NET 4.0 Security Problem

2011-04-18 Thread Daniel Nauck
Hello, Win7 x64(en). Regards, Daniel Am 19.04.2011 um 00:13 schrieb Ryan Boggs: > That is interesting. I've heard someone else report something similar > but couldn't verify that solution. > > What OS are you on? > > Thanks, > Ryan > > On Mon, Apr 18, 2011 at 2:43 PM, Daniel Nauck wrote: >

Re: [NAnt-users] NAnt .NET 4.0 Security Problem

2011-04-18 Thread Bob Archer
> just upgraded to .NET 4.0 and NAnt 0.91 Alpha 2 and got the same > problem as others reported. > > Looks like its not a problem with your .NET 4.0 install nor with > NAnt itsself. > > After unpacking the zip file, all distributed .dll and .exe files > are "blocked". > Right click on a single f

Re: [NAnt-users] NAnt .NET 4.0 Security Problem

2011-04-18 Thread Ryan Boggs
That is interesting. I've heard someone else report something similar but couldn't verify that solution. What OS are you on? Thanks, Ryan On Mon, Apr 18, 2011 at 2:43 PM, Daniel Nauck wrote: > Hello, > > just upgraded to .NET 4.0 and NAnt 0.91 Alpha 2 and got the same problem as > others repo

[NAnt-users] NAnt .NET 4.0 Security Problem

2011-04-18 Thread Daniel Nauck
Hello, just upgraded to .NET 4.0 and NAnt 0.91 Alpha 2 and got the same problem as others reported. Looks like its not a problem with your .NET 4.0 install nor with NAnt itsself. After unpacking the zip file, all distributed .dll and .exe files are "blocked". Right click on a single file -> pr

[NAnt-users] NAnt on IRC

2011-03-15 Thread Ryan Boggs
Hey Guys, I just wanted to put a reminder out there that there is an IRC channel for NAnt over on irc.freenode.net. The room name is #nant. I have been trying to make it a habit of showing up here in an effort to keep things going. Thanks, Ryan -

Re: [NAnt-users] nant mono problem

2011-03-10 Thread Ryan Boggs
Hey Jarred, How are you calling NAnt? I have a feeling that you are calling it through a shell script in /usr/bin (I think that is where is sits in Ubuntu). If that is the case, that script may be pointing to /usr/local/bin/mono instead of /usr/bin. Update that path and it should be good to go.

[NAnt-users] nant mono problem

2011-03-10 Thread Jarred Verne
Hi, I'm using Ubuntu 10.04, and my problem is: *I have first installed mono + nant by using apt-get *uninstalled nant-0.85 *downloaded source from nant website and manually installed * now mono command works, but nant says: "exec: 2: /usr/local/bin/mono: not found" I can run mono applications nor

[NAnt-users] Nant - How to use task with an HTTP User Agent ID

2011-02-14 Thread Khairuddin Abdullah
Hi all: How do you use the task with an HTTP User Agent ID in Nant to download a file from a web site? Several web sites that I am working on require that I use an HTTP User Agent ID (e.g. Mozilla/4.0, Mozilla/5.0, etc) to be able to download a file from the web site? The following sample

Re: [NAnt-users] nant exec robocopy in the same time stop

2011-01-06 Thread netvampire.tw
ignore this.I finally found not nant's problem.it's my fault. - 原始信件 寄件者: netvampire.tw 收件者: nant-users@lists.sourceforge.net 寄件日期: 2011/1/6 (四) 5:26:53 PM 主 旨: nant exec robocopy in the same time stop I use nant exec to exec robocopy and found it wouldn't process. I use nant in build

[NAnt-users] nant exec robocopy in the same time stop

2011-01-06 Thread netvampire.tw
I use nant exec to exec robocopy and found it wouldn't process. I use nant in buildserver to build project.if it can't process in the same time that would be a problem when we build more than one project. Is there any workaround method to avoid this? Thanks --

Re: [NAnt-users] nant in regular cruisecontrol

2010-11-16 Thread Adam Bruss
er Brandt [mailto:xtopher.bra...@gmail.com] Sent: Tuesday, November 16, 2010 10:53 AM To: Adam Bruss Cc: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] nant in regular cruisecontrol To clarify, by "regular cruisecontrol" do you mean you're not using CruiseControl.Net? --- Chris C

Re: [NAnt-users] nant in regular cruisecontrol

2010-11-16 Thread Christopher Brandt
mbination with uselogger="true"! > > > > > > I’m trying to use nant from the java based cruisecontrol – the original one > > > > According to the cruisecontrol doc it's possible with something like this > > > > > > > bui

Re: [NAnt-users] nant in regular cruisecontrol

2010-11-16 Thread Adam Bruss
one have examples of this? Thanks, Adam Adam Bruss Development Engineer AWR Corporation/Simulation Technology & Applied Research 11520 N. Port Washington Rd., Suite 201 Mequon, WI 53092 USA P: 1.262.240.0291 x104 F: 1.262.240.0294 E: abr...@awrcorp.com W: http://www.awrcorp.com

Re: [NAnt-users] nant in regular cruisecontrol

2010-11-16 Thread Philip Sayers
sed during the build. -Original Message- From: Marcus Weidner [mailto:mweid...@gmail.com] Sent: Tuesday, November 16, 2010 10:11 AM To: Adam Bruss Cc: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] nant in regular cruisecontrol Someone else probably has a better example, but this is

Re: [NAnt-users] nant in regular cruisecontrol

2010-11-16 Thread Marcus Weidner
Someone else probably has a better example, but this is my section from my config (which is working) D:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\MSBuild.exe d:\CruiseControlBuilds\Dev\MyProject\WorkingDirectory d:\CruiseControlBuilds\Dev\MyProject\WorkingDirectory\CMaxAdmin.s

[NAnt-users] nant in regular cruisecontrol

2010-11-16 Thread Adam Bruss
I can't get nant to work in normal cruisecontrol. It's supposed to work according to the documentation. This is on a Windows 7 machine.

Re: [NAnt-users] NAnt problem after upgrading to .NET 4.0

2010-10-23 Thread Martin Gainty
nt donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Wed, 6 Oct 2010 11:57:49 -0400 > From: mweid...@gmail.com > To: nant-users@lists.sourceforge.net > Subject: [NAnt-users] NAnt problem af

Re: [NAnt-users] NAnt problem after upgrading to .NET 4.0

2010-10-17 Thread Martin Gainty
ire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Wed, 6 Oct 2010 11:57:49 -0400 > From: mweid...@gmail.com > To: nant-users@lists.sourceforge.net > Subject: [NAnt-users] NAnt

Re: [NAnt-users] [nant-dev] Thoughts on moving NAnt to git

2010-10-17 Thread Brass Tilde
I'm not a developer on the project, so my opinion doesn't really count, nor frankly do I have an opinion either way anyway, but why would you suggest a change? Aside from any personal preferences you may have, what would the *project* gain from such a switch, and why would that make changing worth

Re: [NAnt-users] NAnt problem after upgrading to .NET 4.0

2010-10-13 Thread Mark Capaldi
Hi, I have experienced this problem over the last couple of days and thought it may be useful if I documented my experiences. I can reproduce the problem faithfully on my machine but have had little luck in debugging it. If someone wants to give me some guidance on debugging then I am more than

Re: [NAnt-users] NAnt problem after upgrading to .NET 4.0

2010-10-06 Thread Ryan Boggs
Hi, This has been reported but since I am not able to reproduce on my machine I currently do not have an out of box solution (otherwise we'd be in beta mode now). From what I have heard from others with the same problem, rebuilding the source on the target machine seems to work. So that should

[NAnt-users] NAnt problem after upgrading to .NET 4.0

2010-10-06 Thread Marcus Weidner
I have been using NAnt 0.91-alpha2 on our Server 2003 Standard Edition server to manage several of our build tasks, yesterday I upgraded to .NET 4.0 via windows update and I am now getting an error when I try to run NAnt, even if I open up a console window and just try running "nant.exe" with no ar

Re: [NAnt-users] NAnt and Microsoft Exchange Server

2010-10-01 Thread Phil Sayers
e configured on the SMTP connector. The configuration is a little more painful with Exchange 2007 than earlier versions. From: Macdiarmid, James D. [mailto:james.d.macdiar...@saic.com] Sent: Friday, October 01, 2010 9:59 AM To: NAnt-users@lists.sourceforge.net Subject: [NAnt-users] NAnt and Mic

Re: [NAnt-users] NAnt and Microsoft Exchange Server

2010-10-01 Thread Pento, Michael
, Mike From: Macdiarmid, James D. [mailto:james.d.macdiar...@saic.com] Sent: Friday, October 01, 2010 9:59 AM To: NAnt-users@lists.sourceforge.net Subject: [NAnt-users] NAnt and Microsoft Exchange Server I'm trying to find an example of sending an email notification using Microsoft Exchange S

Re: [NAnt-users] NAnt and Microsoft Exchange Server

2010-10-01 Thread Macdiarmid, James D.
From: Macdiarmid, James D. [mailto:james.d.macdiar...@saic.com] Sent: Friday, October 01, 2010 9:59 AM To: NAnt-users@lists.sourceforge.net Subject: [NAnt-users] NAnt and Microsoft Exchange Server I'm trying to find an example of sending an email notification using Microsoft Exc

Re: [NAnt-users] NAnt and Microsoft Exchange Server

2010-10-01 Thread Macdiarmid, James D.
task here at my company through exchange and it works great. Thanks, Mike From: Macdiarmid, James D. [mailto:james.d.macdiar...@saic.com] Sent: Friday, October 01, 2010 9:59 AM To: NAnt-users@lists.sourceforge.net Subject: [NAnt-users] NAnt and Microsoft Exchange Server I'm tryi

Re: [NAnt-users] NAnt and Microsoft Exchange Server

2010-10-01 Thread Pento, Michael
Hi Jim, I believe it is. I use the task here at my company through exchange and it works great. Thanks, Mike From: Macdiarmid, James D. [mailto:james.d.macdiar...@saic.com] Sent: Friday, October 01, 2010 9:59 AM To: NAnt-users@lists.sourceforge.net Subject: [NAnt-users] NAnt and Microsoft

[NAnt-users] NAnt and Microsoft Exchange Server

2010-10-01 Thread Macdiarmid, James D.
I'm trying to find an example of sending an email notification using Microsoft Exchange Server. Would it be the same as sending through SMTP? Thanks, Jim -- Start uncovering the many advantages of virtual appliances and

Re: [NAnt-users] nant-0.91-alpha1 Build & Windows 7/2008

2010-07-09 Thread Darren Syzling
delete this message and any attachments without retaining a copy. From: Ben Floyd [mailto:datap...@gmail.com] Sent: 16 June 2010 16:03 To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] nant-0.91-alpha1 Build & Windows 7/2008 I also had the same problem and luckily I had a nightly

Re: [NAnt-users] nant-0.91-alpha1 Build & Windows 7/2008

2010-06-16 Thread Ben Floyd
s@lists.sourceforge.net > *Subject:* Re: [NAnt-users] nant-0.91-alpha1 Build & Windows 7/2008 > > > > Chris we tried running the Nant.exe as administrator with no luck. Running > Nant 9.0 with Framework 3.5 on > > the same machine does not seem to have an issue. > >

Re: [NAnt-users] nant-0.91-alpha1 Build & Windows 7/2008

2010-06-15 Thread Scott Jeslis
@lists.sourceforge.net Subject: Re: [NAnt-users] nant-0.91-alpha1 Build & Windows 7/2008 Chris we tried running the Nant.exe as administrator with no luck. Running Nant 9.0 with Framework 3.5 on the same machine does not seem to have an issue. Scott Jeslis Senior Software Engineer/Team Lead From: C

Re: [NAnt-users] nant-0.91-alpha1 Build & Windows 7/2008

2010-06-15 Thread Scott Jeslis
To: Scott Jeslis Cc: Subject: Re: [NAnt-users] nant-0.91-alpha1 Build & Windows 7/2008 Does the user executing have prilidges to read/write? Sent from my iPhone On Jun 15, 2010, at 5:25 PM, "Scott Jeslis" wrote: On two separate machines were trying simply to run nan

Re: [NAnt-users] nant-0.91-alpha1 Build & Windows 7/2008

2010-06-15 Thread Chris Taylor
Does the user executing have prilidges to read/write? Sent from my iPhone On Jun 15, 2010, at 5:25 PM, "Scott Jeslis" wrote: On two separate machines were trying simply to run nant.exe and were getting the following TypeInitializationException. The .90 build works fine but we are trying

[NAnt-users] nant-0.91-alpha1 Build & Windows 7/2008

2010-06-15 Thread Scott Jeslis
On two separate machines were trying simply to run nant.exe and were getting the following TypeInitializationException. The .90 build works fine but we are trying to build VS2010 solutions using the 4.0 MS Framework. Anyone come across this? C:\Users\sjeslis\Documents\nant-0.91-alpha1-bin\nant-

[NAnt-users] NAnt Updates/A call to arms

2010-05-29 Thread Ryan Boggs
Hi all, If you haven't reviewed the NAnt blog lately, I wrote an entry to request for volunteer for both NAnt and NAntContrib (especially). The blog post is here: https://sourceforge.net/apps/wordpress/nant/2010/05/24/a-call-to-arms/ As you can see, we are in need of help. As it stands right now

Re: [NAnt-users] Nant 0.90 Problem with C# Script

2010-05-19 Thread Gert Driesen
Bob, These are indeed in mscorlib, which is referenced by default. Gert -Original Message- From: Bob Archer [mailto:bob.arc...@amsi.com] Sent: woensdag 19 mei 2010 19:15 To: Gert Driesen; 'Ron Grabowski'; 'nant' Subject: RE: [NAnt-users] Nant 0.90 Problem with C#

Re: [NAnt-users] Nant 0.90 Problem with C# Script

2010-05-19 Thread Bob Archer
want to reference in scripts). > If this change is causing too much trouble, we can always reconsider. > > Gert > > -Original Message- > From: Ron Grabowski [mailto:rongrabow...@yahoo.com] > Sent: dinsdag 18 mei 2010 23:36 > To: nant > Subject: Re: [NAnt-user

Re: [NAnt-users] Nant 0.90 Problem with C# Script

2010-05-19 Thread Gert Driesen
Grabowski [mailto:rongrabow...@yahoo.com] Sent: dinsdag 18 mei 2010 23:36 To: nant Subject: Re: [NAnt-users] Nant 0.90 Problem with C# Script Out of curiosity, why was this changed? Doesn't VS include System.dll by default? - Original Message From: Gert Driesen To: Ryan Boggs ; Si

Re: [NAnt-users] Nant 0.90 Problem with C# Script

2010-05-18 Thread Ron Grabowski
Out of curiosity, why was this changed? Doesn't VS include System.dll by default? - Original Message From: Gert Driesen To: Ryan Boggs ; Simon H Cc: nant-users@lists.sourceforge.net Sent: Tue, May 18, 2010 5:36:03 AM Subject: Re: [NAnt-users] Nant 0.90 Problem with C# Script

Re: [NAnt-users] Nant 0.90 Problem with C# Script

2010-05-18 Thread Gert Driesen
Cc: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Nant 0.90 Problem with C# Script Hey Simon, If I remember correctly, System.Text.RegularExpressions namespace is no longer imported in script by default anymore. You probably need to include the namespace manually but I can say for

Re: [NAnt-users] Nant 0.90 Problem with C# Script

2010-05-17 Thread Simon H
Hi Ryan Yes, I already have the tag content you specified. > Date: Mon, 17 May 2010 21:38:33 -0700 > Subject: Re: [NAnt-users] Nant 0.90 Problem with C# Script > From: rmbo...@gmail.com > To: yo...@live.com > CC: nant-users@lists.sourceforge.net > > Hey Simo

Re: [NAnt-users] Nant 0.90 Problem with C# Script

2010-05-17 Thread Ryan Boggs
- > > > _______ > NAnt-users mailing list > NAnt-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/nant-users > > -- ___ NAnt-users mailing list NAnt-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nant-users

[NAnt-users] Nant 0.90 Problem with C# Script

2010-05-17 Thread Simon H
Hi guys, I have a C# script within my NAnt script that works perfectly in NAnt 0.85. It imports the namespace System.Text.RegularExpressions for the purposes of testing user input. However, when I try to run my build file using NAnt 0.90 I get an error (see below). I have noted that NAnt 0.

[NAnt-users] NAnt 0.90 small progress update

2010-04-30 Thread Ryan Boggs
Hi all, Just wanted to let everyone know, we are still working hard behind the scenes on NAnt 0.90 and expect the first Release Candidate (RC) release this weekend. In the meantime, check out the NAnt blog when you get a minute. You might find something interesting there. :) https://sourceforge

Re: [NAnt-users] [NAnt-announce] [nant-dev] Announcing NAnt 0.90-beta1

2010-04-18 Thread Ryan Boggs
Hey Gert, Sure, we can look into that and see the best approach on our side. Thanks, Ryan On Sun, Apr 18, 2010 at 2:12 PM, Gert Driesen wrote: > Hey Ryan, > > Thanks for getting to the bottom of this. > Regardless of whether this'll fix the problem for Martin, we need to improve > our makefile

  1   2   3   4   5   6   7   8   9   10   >