[NAnt-users] How to stop receiving "deprecated" messages

2008-10-13 Thread Dan.
Hi , I have a very large nant script(about 4000 rows) and recently I had to move to nant 0.86 version, now I receive a very large amount of messages regarding deprecated properties and tasks. It is  a very very hard duty to modify all the script acording to the new nant sintax so I figure the b

[NAnt-users] How to stop receiving "deprecated" messages

2008-10-15 Thread Dan.
Hello again everybody , Dose anyone has any idea on how to stop receiving  messages related  to deprecated properties and tasks?(without updating the syntax to the new nant version :)   ) Thank you for your help. ---

[Nant-users] Newbie question

2003-03-03 Thread Dan Williamson
I need to create a web service based build tool for my company. I have already done the VB6 / C++6 side of the equation, painfully and using quite a brutal method.   I need now to add .NET projects to my autobuild web service. Can I use the NAnt code directly from my .NET web service to com

RE: [Nant-users] Validation of build files in VS.NET

2003-12-03 Thread Dan Moseley
VS Whidbey (the next version), the XML editor is being rewritten from scratch and is greatly improved - and hopefully it will be easier to associate a schema with your document as well.   Do ping me if you still have problems.   Dan -- msbuild team -- danmose[at]microsoft.com   "This posti

[Nant-users] Global Properties Problem

2004-05-25 Thread Dan Pupek
I am using the 0.85 build from 24 May.   I tried setting some global properties in the nAnt.exe.Config file and they were not propagated to the build.   This worked fine in 0.84. Anyone else run into this?   Dan Pupek Software Engineer Advanced Systems Technology, Inc [EMAIL PROTECTED

RE: [Nant-users] Global Properties Problem

2004-05-25 Thread Dan Pupek
Really? Why, this was very useful. I manage a build server for multiple projects and I could expose information such as the path to the CVS executable easily this way. Has another facility been created to replace this? Dan Pupek Software Engineer Advanced Systems Technology, Inc [EMAIL

RE: [Nant-users] Global Properties Problem

2004-05-26 Thread Dan Pupek
be used but the location of the include would need to be locked down for each project's staging area on the build server. Dan Pupek Software Engineer Advanced Systems Technology, Inc [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> (850) 475-4038 -Original Message- From: [EMAI

[Nant-users] Global Properties

2004-06-02 Thread Dan Pupek
Are global properties available in the latest build?   Dan Pupek Software Engineer Advanced Systems Technology, Inc [EMAIL PROTECTED] (850) 475-4038   BEGIN:VCARD VERSION:2.1 N:Pupek;Daniel FN:Daniel Pupek NICKNAME:Dan ORG:Advanced Systems Technology, Inc.;TDD TITLE:Software Engineer TEL

[Nant-users] Most Stable Nightly Build

2004-07-01 Thread Dan Pupek
Does any one recommend a nightly build that is most stable?   Thanks,   Dan Pupek Software Engineer Advanced Systems Technology, Inc [EMAIL PROTECTED] (850) 475-4038   BEGIN:VCARD VERSION:2.1 N:Pupek;Daniel FN:Daniel Pupek NICKNAME:Dan ORG:Advanced Systems Technology, Inc.;TDD

[Nant-users] Global Properties

2004-07-07 Thread Dan Pupek
Were global properties ever added back to the nAnt.exe.config file?     Dan Pupek Software Engineer Advanced Systems Technology, Inc [EMAIL PROTECTED] (850) 475-4038   BEGIN:VCARD VERSION:2.1 N:Pupek;Daniel FN:Daniel Pupek NICKNAME:Dan ORG:Advanced Systems Technology, Inc.;TDD

[Nant-users] CVS Tasks

2004-07-08 Thread Dan Pupek
Do the CVS tasks really not support the sspi or local protocols?   Dan Pupek Software Engineer Advanced Systems Technology, Inc [EMAIL PROTECTED] (850) 475-4038   BEGIN:VCARD VERSION:2.1 N:Pupek;Daniel FN:Daniel Pupek NICKNAME:Dan ORG:Advanced Systems Technology, Inc.;TDD TITLE:Software

[Nant-users] Nunit Failures

2004-07-08 Thread Dan Pupek
Hey,     What is the best way of testing for failures during the nunit2 task without setting the haltonerror to true?   Is there a property that can be read?   Thanks,   Dan Pupek Software Engineer Advanced Systems Technology, Inc [EMAIL PROTECTED] (850) 475-4038   BEGIN:VCARD VERSION

[Nant-users] Numit2 and .Nunit files

2004-07-08 Thread Dan Pupek
Anyone have a good way of using .Nunit files with the Nunit2 task?   Dan Pupek Software Engineer Advanced Systems Technology, Inc [EMAIL PROTECTED] (850) 475-4038   BEGIN:VCARD VERSION:2.1 N:Pupek;Daniel FN:Daniel Pupek NICKNAME:Dan ORG:Advanced Systems Technology, Inc.;TDD TITLE:Software

RE: [Nant-users] CVS Tasks

2004-07-08 Thread Dan Pupek
The remove attribute does not seem to do what it is supposed to when you use the cvs executable option. Dan Pupek Software Engineer Advanced Systems Technology, Inc [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> (850) 475-4038 -Original Message- From: [EMAIL PROTECTED] [mailto:

[Nant-users] NAnt Runner

2004-07-09 Thread Dan Pupek
Anyone used The NAnt Runner Addin?   I can't get it to work, it just throws a NullReferenceException.   Any ideas?   Dan Pupek Software Engineer Advanced Systems Technology, Inc [EMAIL PROTECTED] (850) 475-4038   BEGIN:VCARD VERSION:2.1 N:Pupek;Daniel FN:Daniel Pupek NICKNAM

RE: [Nant-users] Ftp task?

2004-07-13 Thread Dan Pupek
Title: Ftp task? FTP is very unsecure (most of the time) and I believe this is the reason no real effort has been made in this regard.   I, personally, wouldn't use it for production code.   Dan Pupek Software Engineer Advanced Systems Technology, Inc [EMAIL PROTECTED] (850) 475

[Nant-users] Nant and Web Stress Testing

2004-07-16 Thread Dan Pupek
Anyone know of a web stress testing tool that works well with nAnt?   Dan Pupek Software Engineer Advanced Systems Technology, Inc [EMAIL PROTECTED] (850) 475-4038   BEGIN:VCARD VERSION:2.1 N:Pupek;Daniel FN:Daniel Pupek NICKNAME:Dan ORG:Advanced Systems Technology, Inc.;TDD TITLE:Software

[Nant-users] Force a Target

2004-07-19 Thread Dan Pupek
Is there a way to force a target to always run? Something like a Finally.   Dan Pupek Software Engineer Advanced Systems Technology, Inc [EMAIL PROTECTED] (850) 475-4038   BEGIN:VCARD VERSION:2.1 N:Pupek;Daniel FN:Daniel Pupek NICKNAME:Dan ORG:Advanced Systems Technology, Inc.;TDD

[Nant-users] Ndoc Can't Find HTML Help Compiler

2004-08-13 Thread Dan Pupek
e="ShowMissingParams" value="True" /> <property name="ShowMissingReturns" value="False" /> <property name="ShowMissingValues" value="False" /> <property name="DocumentInternals" value="False" /> <property name=

[Nant-users] MSI Keyfile error

2004-08-18 Thread Dan Pupek
  When I run the MSI task it finds some keyfiles and complains that other are missing. I am using the latest nightly build. Anyone know of an open issue with this?     Dan Pupek Software Engineer Advanced Systems Technology, Inc [EMAIL PROTECTED] (850) 475-4038   BEGIN:VCARD VERSION:2.1

RE: [Nant-users] What is Nantpad worth?

2004-08-25 Thread Dan Pupek
. Dan Pupek Software Engineer Advanced Systems Technology, Inc [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> (850) 475-4038 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of James Geurts Sent: Tuesday, August 24, 2004 10:56 AM To: [EMAIL PROTECTED] Cc:

[Nant-users] Project Content Files

2004-09-28 Thread Dan Smith
I'm creating NAnt build files that compile ASP.Net applications, setting version numbers, running FxCop and NUnit tests, creating documentation files and finally archiving the built assembly files into a zip file. However, a big part of our ASP.Net applications are in the ASPX files, _javascript_

[Nant-users] MSI Task Versus WIX

2004-12-02 Thread Dan Pupek
Does anyone have any recommendations or comments about using either the MSI task or WiX?   Thanks   Dan Pupek Software Engineer Advanced Systems Technology, Inc [EMAIL PROTECTED] (850) 475-4038   BEGIN:VCARD VERSION:2.1 N:Pupek;Daniel FN:Daniel Pupek NICKNAME:Dan ORG:Advanced Systems

[Nant-users] Strong Name Keys and Solution Task

2004-12-23 Thread Dan Pupek
How have others been able to get the solution task to find the Strong Name Keys properly?   Dan Pupek Software Engineer Advanced Systems Technology, Inc [EMAIL PROTECTED] (850) 475-4038   BEGIN:VCARD VERSION:2.1 N:Pupek;Daniel FN:Daniel Pupek NICKNAME:Dan ORG:Advanced Systems Technology

[Nant-users] Project build fails with Nant, but succeeds with Devenv

2005-02-08 Thread Dan Suceava
any help,   Dan Suceava Axosoft

[Nant-users] Nant, Solution, Slingshot

2005-02-28 Thread Dan Shookowsky
I'm evaluating Nant for use and I was wondering if someone can discuss the current state of the project and its applicability to certain tasks. It appears that you can do anything you want with a hand crafted project, but I'd like to automate as much of the build file as possible. * Clean - Is th

Re: [Nant-users] Compiling a bunch of projects

2005-02-28 Thread Dan Shookowsky
Is csc.exe available in the bin directory? Perhaps it's a path issue or conflict with the location specified in the nant.exe.config file... On Mon, 28 Feb 2005 08:26:33 -0700, Ransel Lopez Mena <[EMAIL PROTECTED]> wrote: > > > Hello everyone: > > I am new using Nant and I have a problem tha

Re: [Nant-users] Compiling a bunch of projects

2005-02-28 Thread Dan Shookowsky
://www.microsoft.com/downloads/details.aspx?FamilyID=9b3a2ca6-3647-4070-9f41-a333c6b9181d&displaylang=en The SDK is listed as failonerror=false, but it looks like something is requiring it. On Mon, 28 Feb 2005 08:38:25 -0700, Ransel Lopez Mena <[EMAIL PROTECTED]> wrote: > Hi Dan,

[Nant-users] Nant clean and solution

2005-02-28 Thread Dan Shookowsky
I came up with the following solution that seems to work for cleaning trees created from the solution task without having to specify every single project or file. I'm still looking for info on ClearCase tasks, although I imagine that I can execute those with an exec task and ClearTool.

[Nant-users] intermittent error on Mac OS X

2005-03-11 Thread Dan Munk
ration file. Unable to locate 'mono' module using pkg-config. Download the Mono development packages from http://www.mono-project.com/downloads/. Running NAnt again with no changes fixes the issue. Any help would be greatly appreciated. Thanks, Dan --

[Nant-users] includefile question

2005-03-15 Thread Dan Munk
Hi, I am using the csc task with the following: as a child of the references tag. The includesfile is being executed whether the file exists or not. I have some test code and the file::exists function does appear to be working correctly. Am I using the tag incorrectly? Thanks, Dan

[Nant-users] log4net configuration

2005-03-22 Thread Dan Munk
Hi, I would like to keep NAnt log4net logging off, but enable it for my tasks only. I've been working with the NAnt.exe.config file and I haven't been able to enable my task logging without enabling NAnt logging. Any help would be appreciated. T

RE: [Nant-users] vb.net xml documentation

2005-07-22 Thread Dan Pupek
We use the VB.Doc nant task. We didn't have much luck with it as it was packaged so we have had to modify it a bit. If you would like I can send you our task dll directly. The original project lives at http://vb-doc.sf.net       Dan Pupek Software Engineer Advanced Systems Technology

[NAnt-users] Custom Task with multiple layers of child elements

2006-11-17 Thread Dan Pupek
I can't seem to get nant to recurse through multiple BuildElementCollections. Any ideas? Dan - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the

[NAnt-users] Trying NAnt for first time, but can't get references to work?

2009-04-22 Thread Dan Eloff
ple newbie mistake of some kind here? Thanks, -Dan -- Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200 on the JavaOne (SM) conference, June 2-5