Re: [NAnt-users] using CSC for both 3.5 and 4.0 within the same build process

2012-01-23 Thread Scott Pennington
:53 AM To: Scott Pennington; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] using CSC for both 3.5 and 4.0 within the same build process I have found the best solution was to use msbuild to actually do the compile called from the exec task. BOb From: Scott Pennington

[NAnt-users] using CSC for both 3.5 and 4.0 within the same build process

2012-01-23 Thread Scott Pennington
help. I will post to the list what I finally get to work. Scott Pennington Senior Software Engineer Prosper Marketplace, Inc. 111 Sutter Street, 22nd Floor San Francisco CA 94104 www.prosper.com <http://www.prosper.

Re: [NAnt-users] Depends hierarchy

2011-09-23 Thread Scott Pennington
follow on below From: Scott Pennington [mailto:spenning...@prosper.com] Sent: Friday, September 23, 2011 5:34 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Depends hierarchy This is information that will hopefully clarify and give some insight into how depends works in

[NAnt-users] Depends hierarchy

2011-09-23 Thread Scott Pennington
t/test-depends.build Target framework: Microsoft .NET Framework 3.5 Target(s) specified: let.me global: [echo] global spec1: [echo] spec1 spec2: [echo] spec2 let.me: [echo] let.me BUILD SUCCEEDED Total time: 1.2 seconds. Hope you found this helpful.

Re: [NAnt-users] Good Nant book for beginner

2011-08-31 Thread Scott Pennington
an updated version or another, more recent reference someone recommends? Thanks Michael On Aug 31, 2011, at 12:05 PM, Brass Tilde wrote: +1 on these recommendations. I have this book, and it was just what we needed. On Wed, Aug 31, 2011 at 12:30 PM, Scott Pennington wrote

Re: [NAnt-users] Good Nant book for beginner

2011-08-31 Thread Scott Pennington
http://www.apress.com/9781590594858 is a good book on NAnt and CruiseControl.NET with examples on how to actaully do it. Expert .NET Delivery Using NAnt and CruiseControl.NET From: Niranjan Bansal [mailto:bansalniran...@gmail.com] Sent: Wednesday, August 31, 2011 9:22 AM To: Scott

Re: [NAnt-users] Targeting .net 2.0 x86 on x64 machine

2011-08-31 Thread Scott Pennington
You need to install both the x64 and x32 version of the .net framework. You can skip the MSBuild and call the CSC for csharp compiler, passing in all the reverences, in the x32 or x64 as desired. You may need to call the compiler through the command line instead of the task. Hope this helps

Re: [NAnt-users] xmlpoke vs token replace for Config Files

2011-08-29 Thread Scott Pennington
hanks Scott From: Bob Archer [mailto:bob.arc...@amsi.com] Sent: Monday, August 29, 2011 12:52 PM To: Scott Pennington; nant-users@lists.sourceforge.net Subject: RE: xmlpoke vs token replace for Config Files You might want to take a look at slow cheetah. http://www.hanselman.com

Re: [NAnt-users] xmlpoke vs token replace for Config Files

2011-08-29 Thread Scott Pennington
a smaller install. Thanks Scott From: Wilson, Brian [mailto:brian.wil...@dhr.alabama.gov] Sent: Monday, August 29, 2011 12:47 PM To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] xmlpoke vs token replace for Config Files Good Afternoon, I use a less elegant design

[NAnt-users] xmlpoke vs token replace for Config Files

2011-08-29 Thread Scott Pennington
build config.xpath.build env.properties.build http://${Platform_Domain}"/> https://${Platform_Domain}"/> Scott Pennington Senior Softw

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

2010-06-15 Thread Scott Jeslis
…also on one machine I’m developing 4.0 apps using log4net that are creating log files, consoles, etc. Scott Jeslis Senior Software Engineer/Team Lead From: Scott Jeslis [mailto:sjes...@smartsignal.com] Sent: Tuesday, June 15, 2010 6:07 PM To: Chris Taylor Cc: nant-users

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

2010-06-15 Thread Scott Jeslis
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: Chris Taylor [mailto:taylor...@gmail.com] Sent: Tuesday, June 15, 2010 6:01 PM

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

2010-06-15 Thread Scott Jeslis
4net.LogManager.GetLogger(Assembly repositoryAssembly, String name) at log4net.LogManager.GetLogger(Type type) at NAnt.Console.ConsoleStub..cctor() --- End of inner exception stack trace --- at NAnt.Console.ConsoleStub.Main(String[] args) Scott Jeslis

Re: [NAnt-users] wiki documenation for nant

2009-02-26 Thread Scott White
I agree with this. Many links on the site are dead what would it take to start tightening this stuff up and implement a wiki. I think we have people (arms & legs) who would help we just don't know how and where to start. Thanks, Scott On Thu, Feb 26, 2009 at 10:49 AM, ptr2009 wrote:

Re: [NAnt-users] Beginner Questions

2008-12-09 Thread Scott White
Here is one that I came up with that is pretty generic: http://nant.sf.net/release/0.86-beta1/nant.xsd"; name="Company.Portal.Domain" default="build">

Re: [NAnt-users] Exec command

2008-05-06 Thread Scott Mitchell
Yeah I don't blame you. I meant to say that in the original email but was so excited to get it working I forgot. Thanks, Scott From: Scott Mitchell Sent: Tuesday, May 06, 2008 10:41 AM To: 'Bob Archer'; '[EMAIL PROTECTED]' Subje

Re: [NAnt-users] Exec command

2008-05-06 Thread Scott Mitchell
ller.file" Right at this time I don't have time to investigate which one fixed it, but I believe it was the "workingDir" parameter. Again thanks to everyone for there help. Scott Mitchell From: Bob Archer [mailto:[EMAIL PROTECTED]

Re: [NAnt-users] Exec command

2008-05-06 Thread Scott Mitchell
Thanks to everyone that helped me I got it working. Here is the command now that works great. Again thanks to everyone for there help. Scott Mitchell Re: [NAnt-users] Exec command Gert Driesen Tue, 06 May 2008 00:31:25 -0700 Scott: Please run NAnt in

Re: [NAnt-users] Exec command

2008-05-05 Thread Scott Mitchell
he command does it fail. 3)Well I was going to try this, but on the Task description page for it says that this is 'deprecated'. I did try this at first but removed it because it made no difference. Thanks for the help. Thanks, Scott Mitchell Re: [NAnt-users] Exec comman

Re: [NAnt-users] Exec command

2008-05-05 Thread Scott Mitchell
checked. Oh yeah, and verbose is set to true, and I can see it compressing he files until all the sudden it stops. Thanks, Scott Mitchell Re: [NAnt-users] Exec command Bob Archer Mon, 05 May 2008 13:13:36 -0700 Did you try setting verbose to true to see what was happening? Perhaps

[NAnt-users] Exec command

2008-05-05 Thread Scott Mitchell
his sounds like anything anyone else has experienced. Thanks in advance for any help. Scott Mitchell -- Scott Mitchell Engineering Colorado vNet direct 970 203 3756 main 970 203 3700 fax 970 203 3701 email [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> web www.

Re: [NAnt-users] MS Visual Studio 2005 Solution filesand command

2008-05-01 Thread Scott Mitchell
elming for some of it. And once I get this fixed it will be for NANT's use then :-). Thanks for any help, Scott Mitchell -Original Message- Agreed. Make sure the hint paths are correct. Remember, the reference paths in visual studio don't apply to msbuild run outside of

[NAnt-users] MS Visual Studio 2005 Solution files and command

2008-04-29 Thread Scott Mitchell
I am making it out to be, and I am sure I am just missing something, but I can't seem to figure it out. Any sort of help would just be greatly appreciated. Thanks, Scott Mitchell -- Scott Mitchell Engineering Colorado vNet direct 970 203 3756 main 970 203 3700 fax 97

[NAnt-users] Xmlpeek nodeindex and a foreach loop

2007-03-19 Thread Scott Brinkmeyer
turn value from my xpath and iterate it through a foreach using the nodeindex for the next xmlpeek iteration? I know that there is an "xmllist" custom task. I really want to stay with the xmlpeek. Thanks -scott smime.p7s Description: S/MIME cry

[NAnt-users] configuring the nant.exe.config file

2006-12-13 Thread Scott Brinkmeyer
there already a document that specifies the specific elements, properties, and values that are and possibly should be changed per a nant installation or use? thanks -scott - Take Surveys. Earn Cash. Influence the Fu

Re: [NAnt-users] ASP.NET 2.0

2006-04-21 Thread Scott Hernandez
I've been thinking about writing some ASP.Net 2.0 Tasks. I have the following things I want to do.- Add support for a aspnet_compiler task.- Start/stop/restart the dev web server (WebDev.WebServer.EXE) with a new task - Validate dependant files (xml, xslt, log4net, etc.)Would anyone else be interes

[NAnt-users] Asynchronous Nant exec with CruiseControl

2006-02-23 Thread Todd Scott
Hi all, I have an automated build process where CruiseControl.net launches a nant script when a rebuild is needed. The nant script shuts down the app to be built, checks out the .exe files from perforce, rebuilds the app, checks the files back in to perforce, and restarts the app. Everything is

Re: [NAnt-users] Differentiating .NET 2003 / 2005 solution

2006-01-30 Thread Scott Willeke
Since those are valid xml files, anothe way might be via xmlpeek .On 1/29/06, Noel Gifford <[EMAIL PROTECTED]> wrote: The only way I know of is to open the solution file and look at the first couple of lines   Visual Studio .NET 2003 has the following:   Microsoft Visual Studio

[Nant-users] Couldn't locate ProjectGuid in project

2005-11-13 Thread Scott D. Streaker
ts you have addressed this code recently.   Any ideas?    Thanks in advance,   Scott

[Nant-users] NAnt -- Couldn't locate ProjectGuid in project

2005-11-13 Thread Scott
have addressed this code recently.   Any ideas?    Thanks in advance,   Scott

RE: [Nant-users] Couldn't locate ProjectGuid in project

2005-11-11 Thread Scott
Any ideas when 2005 projects will be supported? -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Friday, November 11, 2005 3:45 AM To: 'Scott'; nant-users@lists.sourceforge.net Subject: RE: [Nant-users] Couldn't locate ProjectGuid in project Scot

[Nant-users] Couldn't locate ProjectGuid in project

2005-11-10 Thread Scott
ts you have addressed this code recently.   Any ideas?    Thanks in advance,   Scott

RE: [Nant-users] deploying asp.net applications

2005-11-04 Thread Scott Clemmons
Thanks Ryan, this plan did cross my mind. The problem I have with it is how to archive the old version remotely. Solving that problem, this might be a good solution. -scott From: "Ryan Davis" <[EMAIL PROTECTED]> To: "'Scott Clemmons'" <[EMAIL

[Nant-users] deploying asp.net applications

2005-11-04 Thread Scott Clemmons
a common way of doing this with Nant? Thanks, Scott --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very o

RE: [Nant-users] Stopping A Build

2005-06-02 Thread Scott, Larry (TRIAD RESOURCES)
tasks both have the 'failonerror' attribute set to 'true' but are not stopping the process on an error.  Has anyone been able to force an exception for errors generated out of these tools?   LWS     From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Beha

[Nant-users] NUNIT2 Task Not Stopping After Failure

2005-06-01 Thread Scott, Larry (TRIAD RESOURCES)
Title: NUNIT2 Task Not Stopping After Failure It appears that failures on NUNIT2 tasks are not being detected.  Failure on the CSC task seems to work properly (subsequent dependent targets do not execute), but a failure on the NUNIT2 task does not appear to stop processing of subsequent targe

[Nant-users] Stopping A Build

2005-06-01 Thread Scott, Larry (TRIAD RESOURCES)
Title: Stopping A Build My NAnt scripts are not stopping when there is an error in some tasks.  It will stop if I have an error in a CSC task (building a C# application).  But when executing an 'nunit2'  task, and one of the test fails, I'd like to stop the process, but it continues executing

[Nant-users] compare files

2005-03-31 Thread Scott Clemmons
Hello, After building my solution I would like to compare all of the files on my build machine to the files on the server and generate a log of all the files that are different. What is the easiest way of doing this? Thanks, Scott --- This

Re: [Nant-users] prj2make and .build files

2005-03-15 Thread Scott Carr
. Look under nant/schema/nant.xsd -- Scott Carr OpenOffice.org Documentation Co-Lead http://documentation.openoffice.org --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real u

Re: [Nant-users] Building Nant using Nant task

2005-02-25 Thread Scott Carr
think this would be a problem.  I'll look into the for-each loop stuff.  I think it would be nice to be able to control the **/* fileset via a sort as well, though. -- Scott Carr OpenOffice.org Documentation Co-Lead http://documentation.openoffice.org

Re: [Nant-users] Building Nant using Nant task

2005-02-25 Thread Scott Carr
Scott Carr said: > I have a nant task like the following: > > [code] > > target="${target::get-current-target()}"> > > > > > > > [/code] > > The problem i

[Nant-users] Building Nant using Nant task

2005-02-24 Thread Scott Carr
building in a specific order. Thanks -- Scott Carr OpenOffice.org Documentation Co-Lead http://documentation.openoffice.org --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from

Re: [Nant-users] nant schema does not contain all valid attributes and elements

2004-09-30 Thread Scott Hernandez
If you are on the latest nightly build I would call that a bug (if you are using an older version then there was a bug like that was fixed a while ago; post .84)... Whose bug, I'm not quite sure... Probably mine, err ... I mean, NAnt... :) - Original Message - From: "Castro, Edwin Gabri

Re: [Nant-users] NantContrib [loadtasks]

2004-09-29 Thread Scott Hernandez
No idea when this would get worked on, but the implementation should be pretty simple. Most of the code is written to support creating a schema of arbitrary Type objects. But be careful as loading types means loading assemblies, and loading the assembly in the appdomain may cause the task, type

Re: [Nant-users] NantContrib [loadtasks]

2004-09-29 Thread Scott Hernandez
In my opinion, this can lead to assumptions about the build environment. It is more descriptive, and easier to catch mistakes when build on different machines, if the (for non-core task) is put in the build file. You can define the path relative to the build dir, or to the nant assemblies. Can

Re: [Nant-users] NantContrib [loadtasks]

2004-09-29 Thread Scott Hernandez
Actually, the task will output a schema for any, and all, tasks that are loaded. This includes any custom tasks that are loaded with . It was on the todo list to allow creating schemas for only a given assembly, but that was not been coded yet. - Original Message - From: "Castro, Edw

Re: [Nant-users] string::concat?

2004-09-13 Thread M. Scott Ford
Gary, '+' is the concat operator for strings. If you read the list of operators that are supported for strings under 4.4, the operators are in a bullet list in the same order that they appear below. + operator is the first in the bulleted list, and thus, 4.4.1. I hope that hel

Re: [Nant-users] string::concat?

2004-09-13 Thread M. Scott Ford
Here is an example: ... ... I hope that helps. -Scott McCullough, Gary wrote: I guess I didn’t make it clear that though I called it an expression when in fact it’s an operator, it is indeed the operator I haven’t been able to figure out how to use. So, has anybody used the Concat operator

Re: [Nant-users] Nant Runner

2004-07-16 Thread Scott Hernandez
information. Sean Merrill Cornish wrote: ask the NantRunner list... http://nantrunner.sf.net Scott, Actually, that link isn't much of a "list". So far as I've been able to find, it is one page full of screen shots, a little text, and a SourceForge download link. Follow that li

Re: [Nant-users] Nant Runner

2004-07-16 Thread Scott Hernandez
Please, ask the NantRunner list... http://nantrunner.sf.net (The nant archive links can be found on http://nant.sf.net/wiki) --- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free co

Re: [Nant-users] Ftp task?

2004-07-13 Thread Scott Hernandez
Title: Ftp task? There is an * task in nantcontrib... That is a secure transfer for files. It also allows for compression during the send. It pretty much just wraps scp.exe.   There was also talk of a task being pulled from the code, but I don't think anyone ever did it. If someone would,

Re: [Nant-users] csc vs. solution

2004-07-12 Thread Scott Hernandez
  Sure, there is much more control when using individual tasks; logically this is all the solution task does, convert the vs.net xml format into a series of nant task executions... The task makes certain assumptions and reproduces the behavior of vs.net; This may not be the case for everyon

Re: [Nant-users] converting to nant tasks

2004-07-12 Thread Scott Hernandez
ve any problems :) --Scott - Original Message - From: "Felice Vittoria" <[EMAIL PROTECTED]> > Scott, > > That line is already part of a build file. I inherited the scripts and rewriting (cleaninup code wherever possible). I was thinking about the task but wasn'

Re: [Nant-users] converting to nant tasks

2004-07-12 Thread Scott Hernandez
Felice, http://nant.sourceforge.net/nightly/help/tasks/solution.html. Or, write a build file from scratch; this is ultimately more flexible, but requires greater knowledge and more effort :) Note: Use a recent nightly build of NAnt (http://nant.sourceforge.net/nightly/builds/) as they are much mo

Re: [Nant-users] zip task

2004-07-09 Thread Scott Hernandez
yes, use         Note-to-Self: We should add this pattern to the fileset docs... I think it may be in the docs already. - Original Message - From: Bert Jan Lappenschaar To: [EMAIL PROTECTED] Sent: Friday, July 09, 2004 6:43 AM Subject: [Nant-users] zip task

[Nant-users] Fw: nant.core.maillogger error

2004-07-09 Thread Scott Hernandez
I have forward this to the nant-users list, it would be a better place to ask questions. I am leaving for the weekend... :) If you are not subscribed, please do. http://nant.sf.net - Original Message - From: "Chen, CJ" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 09, 20

[Nant-users] solution task failing on 3rd party licx file

2004-06-15 Thread Scott Buzan
Hello,   I am using the task to build my nant project.  I am using a 3rd party gui library (syncfusion) which uses a .licx file.  The project references a copy of the 3rd party dlls in a sub folder of the project.  The license file causes an exception to be thrown within nant.  The error message r

Re: [Nant-users] A task to find out assembly info?

2004-06-11 Thread Scott Hernandez
Title: A task to find out assembly info? No, but there are functions which will do that. These require a recent nightly build (http://nant.sourceforge.net/builds/)...   http://nant.sourceforge.net/nightly/help/functions/index.html#Assembly   - Original Message - From: Jiho H

Re: [Nant-users] XPath & xmlpeek

2004-06-08 Thread Scott Hernandez
Unfortunately I don't think our xml tasks allow for extensions (which is what you are trying to do). This means you can use namespaces, but not namespaces which are extensions, like xpath functions written in assemblies. You could provide a patch to allow this, but it may be more work than you wan

Re: [Nant-users] Nant and dependencied

2004-06-02 Thread Scott Hernandez
There is no question that this should be handled automatically, but that requires somebody pre-process the source files and generate additional dependencies. It would nice if the compiler took care of that, or we would need to parse the source files in some task, collect the new dependencies, and u

Re: [Nant-users] Nant and dependencied

2004-06-02 Thread Scott Hernandez
://nant.sourceforge.net/nightly/help/tasks/touch.html I don't know if the compiler is able to detect dependencies (like header changes) itself, but this will force it. HTHs, Scott - Original Message - From: "Konstantin Sokolovskiy" <[EMAIL PROTECTED]> > Hello, all. > > I am a

Re: [Nant-users] Deployment automation

2004-05-19 Thread Scott Hernandez
Take a look at the archives for messages about remote MSI install, and NTFS acls stuff. I believe everything you need had been discussed before. Mail-archive.com has nant archives; the sf.net stuff kinda works, but not really. http://www.mail-archive.com/[EMAIL PROTECTED]/msg00633.html - Orig

Re: [nant-dev][Nant-users] deprecation of built-in properties

2004-05-16 Thread Scott Hernandez
Yep, I would agree that functions are a more powerful way to express these properties. We have talked about this for a while. But I would like to depreciate these over a few builds before actually remove them completely. This will cause some serious problems with peoples' build files (and projects

Re: [Nant-users] mailing list questions

2004-05-13 Thread Scott Hernandez
http://mail-archive.com (If your favorite mail list isn't subscribed already, do it... )   See the nant wiki for more info http://nant.sourceforge.net/wiki/index.php/ListArchiveSearches - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thu

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 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

Re: [Nant-users] RE: problem with ASIS attribute on source file list in CSC task

2004-05-01 Thread Scott Hernandez
ithout error or warning. > > The sources to compile are specific using a fileset, which actually uses > pattern matching and scanning to determine the matching files. A file that > doesn't exist will therefor not be part of the resulting matches. I don't > think we will be ch

Re: [Nant-users] Digest and individual

2004-04-22 Thread Scott Hernandez
I'm afraid there isn't much we control here... I would suggest hitting up sf.net support, or checking on the mailman site for a user guide... :( Don't forget to look here too. https://lists.sourceforge.net/lists/listinfo/nant-users BTW. A digest seems to be sent when the message (digest) reach a

Re: [Nant-users] if condition on tasks

2004-04-19 Thread Scott Hernandez
ssage - From: Noah Davidson To: 'Scott Hernandez' Sent: Monday, April 19, 2004 2:19 PM Subject: RE: [Nant-users] if condition on tasks Thanks.  Also if I write a custom task, Do I have to do anything to use the if ${cond} from nant on my custom task,

Re: [Nant-users] if condition on tasks

2004-04-19 Thread Scott Hernandez
From the docs: http://nant.sourceforge.net/nightly/help/fundamentals/expressions.html   Using the logical "and" operator you would write ${expr1 and expr2}; if you are using a nightly build with _expression_ support.   Otherwise you are out of luck and need to make a single property to check

Re: [Nant-users] REPOST: 0.85 stable release

2004-04-08 Thread Scott Hernandez
of what needs to get done for the next release would be great. Please start that type of discussion on the development list tho. HTHs, Scott - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 08, 2004 11:38 AM Subject: [Nant-users]

Re: [Nant-users] zip task ignore full path?

2004-04-06 Thread Scott Hernandez
I believe it depends on how you select the files into the zip. I could run a test, but I think this will make sense. [please excuse my xml shorthand] vs. This is actually true a lot of places where filesets are used in tasks. - Original Message - From: "Andrew Sharpe" <

Re: [Nant-users] Bug reports

2004-03-15 Thread Scott Hernandez
This basically says there is something wrong with your domain records (for tailwindinc.com). That is why the remote server rejected your email. It also says that verizon is the one rejecting the mail along the way. That indicates that your mail is passing through their mail hosts. But the essence

[Nant-users] Re: [nant-dev] Remove support for WebDAV from task ?

2004-03-08 Thread Scott Hernandez
+1 on WebDAV tasks. This is something that will be more and more useful in the future. It sounds like a lot of new server projects are providing webdav file access. In fact, I believe one of the deployment options for Subversion is via webdav. This would really simplify the requirements to do a ge

Re: [Nant-users] Double expansion of property names?

2004-03-05 Thread Scott Hernandez
Pete, Using the new expression support that is the nightly builds, and will be in .85, you can do this... C:\src\sf.net\nant>bin\nant -f:expand.xml NAnt 0.85 (Build 0.85.1518.0; net-1.0.win32; nightly; 2/27/2004) Copyright (C) 2001-2004 Gerry Shaw http://nant.sourceforge.net Buildfile:

Re: [Nant-users] Nant & Draco.net

2004-02-01 Thread Scott Hernandez
Did you add these to your profile's environment variables (user variable), or to the machine env var? Is the Draco.Net account running under your user profile (credentials) or a system account? If you want to eliminate the possibility that it is automatically found, you can use the attribute to s

Re: [Nant-users] executing nant in a cygwin-bash environment

2004-01-31 Thread Scott Hernandez
hmmm... I don't seem to have any problem. What framework is your nant targeted for? What does the output look like? When I run from my cygwin env. I get this: [EMAIL PROTECTED] /cygdrive/c/src/sf.net/nant.local $ bin/nant NAnt 0.85 (Build 0.85.1447.0; net-1.0.win32; nightly; 12/18/2003) Copyright

Re: [Nant-users] unit testing a nAnt script

2004-01-20 Thread Scott Hernandez
You can use the xml schema file that is created with the task to check the validity of elements, and their attributes. This file is also provided with each distribution in the schema directory of the zip. This method isn't 100%, but should get lots of common errors and mistakes.   If you ne

[Nant-users] build error loading 3rd party .dll

2004-01-16 Thread Scott Delson
I'm getting a build error that seems to come from a 3rd party tool that is referenced in the project (ActiveReports.dll). The project builds from Visual Studio.NET but not with nant. I don't know whether this is a configuration issue with the dll, my script, or a problem with nant. Any ideas? t

[Nant-users] Posting logs/build files/etc

2004-01-08 Thread Scott Hernandez
I'm sure I'm not the only one that would like to see these items as compresses and attached rather than as inline. Please compress (zip) and attach files; like log files, build files and other large text or binary data. please, please, please! Thanks. ---

Re: [Nant-users] 0.8.4 -projecthelp was (no subject)

2004-01-08 Thread Scott Hernandez
What does your build file look like? Can you test against the nant.build file? - Original Message - From: "Kevin Dickover" <[EMAIL PROTECTED]> > More Details > Windows Server 2003 512 MB RAM > Nant Contrib included - using build directly (just unzipped into file > system), did not rebui

[Nant-users] Re: [nant-dev] al task doesn't work under mono

2004-01-06 Thread Scott Hernandez
The first test will only tell if the task is loaded, not whether it can run. Since you can specify a program for the task to run, in each instance (since it derives from the ExternalProgram base class), it is possible that it should load even if the default program location is invalid. It would see

Re: [Nant-users] Where does the build output go ?

2004-01-06 Thread Scott Hernandez
You may want to use the solution task if you do not want to write the build script yourself. Please read the documentation. http://nant.sourceforge.net/help/tasks/solution.html - Original Message - From: Eldo Daniel To: Nant Users Sent: Friday, January 02, 2004 1:27

Re: [Nant-users] How to redirect the output of a nant task ?

2004-01-06 Thread Scott Hernandez
You may be able to use the NAntContrib task. Please take a look at the help (http://nantcontrib.sourceforge.net/help/tasks/record.html) and the mail archives* if you have further questions. *Mail Archives: http://www.mail-archive.com/index.php?hunt=nant If this doesn't work we would probably nee

Re: [Nant-users] Mailing build results

2004-01-06 Thread Scott Hernandez
You can also use the NAntContrib task. Please take a look at the help (http://nantcontrib.sourceforge.net/help/tasks/record.html) and the mail archives* if you have further quesitons.   *Mail Archives: http://www.mail-archive.com/index.php?hunt=nant - Original Message - From:

Re: [Nant-users] Nant help

2003-12-31 Thread Scott Hernandez
Title: Nant help Yes, take a look at the nantcontrib tasks. http://nantcontrib.sf.net   You can also search the archives (nantcontrib/nant) at mail-archive.com for tips and tricks. - Original Message - From: Waldinger, Jamie To: '[EMAIL PROTECTED]' Sent: Tuesday, Decem

Re: [Nant-users] arg... if task or some other conditional

2003-12-31 Thread Scott Hernandez
If you must run a release version, you can do something like this: http://www.mail-archive.com/[EMAIL PROTECTED]/msg02208.html It combines foreach/regex/if to do what you want. You will need to return True/False on finding the http in the start of the string, but this can be down with regular expr

RE: [Nant-users] Trying to use NAnt with mono 0.28

2003-12-31 Thread Scott Ford
0.29 has been out since December 2, see if upgrading helps. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gert Driesen Sent: Wednesday, December 31, 2003 8:45 AM To: Philip Van Hoof Cc: Jaroslaw Kowalski; [EMAIL PROTECTED] Subject: Re: [Nant-users] Tryin

RE: [Nant-users] task will not compile my C++ project

2003-12-19 Thread Scott Ford
ew it would come back to bite someone one day. When I get rolling again, I may send you custom builds (or links to them rather) to try out before I send changes to the dev list. But only if that would be acceptable. Best of luck, -Scott -Original Message- From: Castro, Edwin Gabriel (F

RE: [Nant-users] task will not compile my C++ project

2003-12-19 Thread Scott Ford
going to have time. It might be helpful to send in your solution and your projects (or generic ones that produce the problem) to the dev list. If I get time I can take a quick look at what might be wrong, but I am not sure when I will get to it. -Scott -Original Message- From: [EMAIL

Re: [Nant-users] name space does not exist

2003-12-18 Thread Scott Hernandez
Can you attach the relevant portions of your build file and the rest of the output for this section?   Also, it is good to run in verbose (/v) mode to see what references are sent to csc.   - Original Message - From: Eldo Daniel To: [EMAIL PROTECTED] Sent: Thursday

RE: [Nant-users] Problem with solution task

2003-12-17 Thread Scott Ford
any option to its default value (unless you changed it on purpose). When I upgraded from VS.NET 2003 to VS.NET 2003 I think that some of my project settings got clobbered. I had to change several settings back to their defaults. -Scott -Original Message- From: [EMAIL PROTECTED] [mailto

Re: [Nant-users] Initialize & Cleanup

2003-12-16 Thread Scott Hernandez
Dan, This is indeed an interesting suggestion. I think there was talk about adding a set of tasks. Could this work for you? I'm really confused about your idea of a "default" init and "default" cleanup routines. NAnt is a general purpose build tool, what should it know about "default" task initi

RE: [Nant-users] Problem with solution task

2003-12-15 Thread Scott Ford
Tony, Many solution task bugs have been fixed since then. Did you try this in the nightly build? -Scott -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, December 15, 2003 8:07 AM To: [EMAIL PROTECTED] Subject: [Nant-users

Re: [Nant-users] RE:Editing .build files w/syntax hilighting in VS.NET

2003-12-03 Thread Scott Hernandez
In the next nightly build there will be a new target called "deploy-schema" that will copy the schema file to the vs.net (7.0 and 7.1) schema directories. That should help a little :) Please note that the targetNamespace is in the form of "http://nant.sf.net/schemas/${project.name}-${project.vers

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

2003-12-03 Thread Scott Hernandez
I just wish the (Xml Schema) noNamespaceSchemaLocation hint was honored in the editor. :) Oh, that would make it so easy... http://msdn.microsoft.com/library/default.asp?url=/library/en-us/xmlsdk/htm/xsd_ref_7ld1.asp BTW. The NAnt schema file generated by the task doesn't create array and colle

RE: [Nant-users] MSBuilds bashing the foundation of Nant?

2003-12-03 Thread Scott Ford
o group at Microsoft has shed light on this issue in the past, and he has written many fond things about NAnt and its user community. I will not try to rehash what he has already said here. It is best to consult the archives. -Scott -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: [Nant-users] Help I need somebody

2003-12-02 Thread Scott Hernandez
There doesn't seem to be anything here relating to NAnt. Is this the full stack trace? Sorry I can't be more helpful (I don't use CC.Net), Scott - Original Message - From: "Greiner, Andrew" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, Dec

Re: [Nant-users] vb web service

2003-11-29 Thread Scott Hernandez
Yes, this should go to the dev list. Any stack trace based error, like this, should go to the dev list. :) Also, if possible, you should attach a small sample of the build file and any dependent files that would be needed to reproduce the error case. - Original Message - From: Evan Watson

[Nant-users] RE: Nant-users digest, Vol 1 #502 - 5 msgs - help

2003-11-19 Thread Scott Arbiv
Help, Could you remove me from this list. Thanks Scott Arbiv [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, November 19, 2003 8:16 PM To: [EMAIL PROTECTED] Subject: Nant-users digest, Vol 1 #502 - 5

  1   2   >