Can you send us an example of a real-world data centre situation where you
need to do dependency related stuff.

I've been thinking about adding a <uptodate> conditional task. It would
allow you to only do certain things if something was not up to date.

Kinda like this:

<uptodate sourcefile="test.cs" updatedfile="test.dll">
    ... stuff to do
    <call target="build"/>
</uptodate>

It would probably work very similar, but a little simpler than the ant
uptodate task. http://jakarta.apache.org/ant/manual/CoreTasks/uptodate.html

----- Original Message -----
From: "Ben Singh" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 16, 2003 9:20 PM
Subject: [nant-dev] Building and deploying applications with Nant


> > Hi,
> >
> > I was wondering whether I could get some feedback about the scenarios
> > people are using Nant for.  The current scenario I am faced with is a
data
> > centre operation with high availability requirements.  My problem is
that
> > making even minor changes requires a full build with Nant and
subsequently
> > a full deployment which results in down time.  Surely there has to be a
> > better way.  My previous posting on how to create a patch went
unanswered.
> > I suspect this is a very difficult question to answer and that Nant is
> > probably not designed to handle what I think is a pretty common
scenario.
> > If I'm totally wrong someone please shoot me down.
> >
> > Ben
> >
>
>
> -------------------------------------------------------
> This SF.NET email is sponsored by: Thawte.com
> Understand how to protect your customers personal information by
implementing
> SSL on your Apache Web Server. Click here to get our FREE Thawte Apache
> Guide: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0029en
> _______________________________________________
> Nant-developers mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/nant-developers
>
>



-------------------------------------------------------
This SF.NET email is sponsored by: Thawte.com
Understand how to protect your customers personal information by implementing
SSL on your Apache Web Server. Click here to get our FREE Thawte Apache 
Guide: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0029en
_______________________________________________
Nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to