[NAnt-users] Create shortcuts & find a file name and retrieve it's path

2006-03-09 Thread Crawford, Christina
Title: Create shortcuts & find a file name and retrieve it's path Is there any task or function in NAnt or Nantcontrib That will: 1.  Create a short cut for an executable and place it on the computer desktop\     or into a start all programs file folder? 2.  Find a certain file name on

[NAnt-users] MailLogger credentials

2006-03-09 Thread Young, Jason (GE Indust, GE Fanuc)
Is there any way to use the MailLogger to send an email with credentials/authentication? I have a build script that runs on a few different machines, and I want it to be able to send using a remote email server, but it requires authentication. Surely someone else has had to do the same thing. An

RE: [NAnt-users] How to use Nant and Nantcontrib to do the functi ons of a VS .NET 2003 setup project

2006-03-09 Thread John Cole
Christina, We do not use the VS2003 (or 2005 now) setup projects, because they don't integrate into our NAnt based build environment. In this case we just issue a 'nant msi' to build our msi file. If you want to use the VS2003 setup, you will need to 'exec' devenv and build the setup project th

RE: [NAnt-users] How to use Nant and Nantcontrib to do the functi ons of a VS .NET 2003 setup project

2006-03-09 Thread John Cole
Christina, We use the NAntContrib MSI and MSM tasks extensively. I'm including two targets we use in one of our utilities. It will first create a msm merge module, and then create a msi, using that merge module. This does a lot of what you wanting. Be sure to look at the documentation on the M

Re: [NAnt-users] help:Problems DateTime info dynamically with the file

2006-03-09 Thread Gary Feldman
Rajnish kumar wrote: Hi Every one I want to add current DateTime info dynamically with the file name . Is it possible to add date time info with the file name from NANT itself. Yes, see http://nant.sourceforge.net/nightly/latest/help/functions/index.html#Date%2fTime . And is there any

RE: [NAnt-users] How to use Nant and Nantcontrib to do the functions of a VS .NET 2003 setup project

2006-03-09 Thread Foster, Richard - PAL
Title: How to use Nant and Nantcontrib to do the functions of a VS .NET 2003 setup project Christina,   We use WiX (wix.sourceforge.net) to create our setup files (.MSI and .MSM), as part of a continuous integration process. It is a bit more involved than using the Visual Studio setup project,

[NAnt-users] How to use Nant and Nantcontrib to do the functions of a VS .NET 2003 setup project

2006-03-09 Thread Crawford, Christina
Title: How to use Nant and Nantcontrib to do the functions of a VS .NET 2003 setup project Is there anyone who has tried to use Nant and Nantcongtrib To build a VS .NET 2003 setup project to create the MSI output file? Or use Nant and Nantcontrib to replace the functionality of the VS .N

[NAnt-users] help:Problems DateTime info dynamically with the file

2006-03-09 Thread Rajnish kumar
Hi Every one I want to add current DateTime info dynamically with the file name . Is it possible to add date time info with the file name from NANT itself. And is there any way to get command line input from user.Like version no. or any file name. please reply me its very Urgent. Thank you Raj

[NAnt-users] help:Problems DateTime info dynamically with the file name

2006-03-09 Thread Rajnish kumar
Hi Every one I want to add current DateTime info dynamically with the file name . Is it possible to add date time info with the file name from NANT itself. And is there any way to get command line input from user.Like version no. or any file name. please reply me its very Urgent. Thank you Rajn

Re: [NAnt-users] replacement

2006-03-09 Thread Gert Driesen
> - Original Message - > From: "Chekan, Vadim" <[EMAIL PROTECTED]> > To: > Sent: Thursday, March 09, 2006 3:18 AM > Subject: [NAnt-users] replacement > > Hello there! > > I'm porting my scripts from ant and have a question how to port > task. What it does is execute "svn up" if sources