Title: Message
Eric,
Best practices? Dunno. How
about working practices instead? :) I don't know how complex your
environment is, but I've got 102 different projects/assemblies for three
different production websites in VSS monitored by Draco on a single build
server and built by N
Title: Message
I'm looking for best
practices here.
I have a web
application that currently is checked out from source control "VSS" and is
integrated into IIS 6.0.
I have been poking
around at the builds files for NantCruiseControl and Draco. And
it appears that the majority are
Title: Message
you
can get using to load the env into
sys.env.*
you
can't set from within .net, or using the shell from
nant.
-Original Message-From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Sean
PerkinSent: Thursday, November 13, 2003 17:09To:
[E
Hi Folks,
Does anyone know how to set and get a value from a system
environment variable during a build?
Regards,
Sean Perkin
Build Developer
Cactus Commerce
819.778.0313 • 315
819.771.0921
http://www.cactuscommerce.com
[EMAIL
the only way that comes to mind is to write a script (my standard cheat
:)
I've been wondering about this too.
The ideas I've come up with are:
1) Use script.
2) Write an task.
I don't know if there's anything better...
Nick
http://www.varacalli.com
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Sean Perkin
Sent: Thursday,
Hi Folks,
Does anyone know how to compare two property values in NAnt?
Regards,
Sean Perkin
Build Developer
Cactus Commerce
819.778.0313 • 315
819.771.0921
http://www.cactuscommerce.com
[EMAIL PROTECTED]
<><><><><>
Sean Perkin would like to recall the message, "How to create a boolean property".
---
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
We
Hi Folks,
Does anyone know how to ceate a Boolean property in NAnt?
Regards,
Sean Perkin
Build Developer
Cactus Commerce
819.778.0313 • 315
819.771.0921
http://www.cactuscommerce.com
[EMAIL PROTECTED]
<><><><><>
Does NAnt have a way to handle the renaming and
deployment of project config files during the build
process? I've been hardcoding copies in a build file
I use for staging, but naturally, don't like this
solution. Thanks - Eric
__
Do you Yahoo!?
Protect your identi
Scott,
Here it is. Pretty straight forward.
using System;
using System.IO;
using NAnt.Core;
using NAnt.Core.Tasks;
using NAnt.Core.Attributes;
namespace SampleNantBuildLibrary
{
[TaskName("SampleNantBuildLibrary.AddNumber")]
public class SampleNantBuildClass
Rishi:
>"The file 'NAnt.Core.dll' cannot be copied to the run directory. The
>process cannot access the file because it is being used by another
process."
This might help with finding out what's going on with that message:
http://www.sysinternals.com/ntw2k/freeware/handle.shtml
(not affiliated
Hi,
I downloaded Nant [file nant-0.8.3.zip] and tried to build the solution but
it is giving some problems.
I am using Microsoft Development Environment Version 7.1.3088 and .NET
Framework 1.1 version 1.1.4322.
It first said that the Nant version has to be upgraded for the MSDE I have
and it did
The target, when used with , always
recompiles, irrespective of whether the resx files
were changed or not. I thought the compiler wont be
invoked if none of the dependent source or referenced
files have changed. Isnt that so?
_
14 matches
Mail list logo