Re: [NAnt-users] how to use property in echo

2010-12-03 Thread Bob Archer
> I want to dynamic generate a nant file for nant task use. I use > echo file to > generate. But property change to value that I don't want.for > example: > value="${datetime::now()}" > > test.xml would become like > > How can I let it become below > > Thanks. I

[NAnt-users] how to use property in echo

2010-12-03 Thread netvampire.tw
I want to dynamic generate a nant file for nant task use. I use echo file to generate. But property change to value that I don't want.for example:

Re: [NAnt-users] how to use nant to build .Net solutions with OCX control?

2006-12-17 Thread Gary Feldman
Han Ouyang wrote: > I wanted to buid a solution which include projects as follows: > a VC project of OCX control and > a VB demo project > > in VS.NET enviroment, if i choose rebuid all, the IDE > will rebuild the solution and register the control > automatically. However, how to

[NAnt-users] how to use nant to build .Net solutions with OCX control?

2006-12-17 Thread Han Ouyang
I wanted to buid a solution which include projects as follows: a VC project of OCX control and a VB demo project in VS.NET enviroment, if i choose rebuid all, the IDE will rebuild the solution and register the control automatically. However, how to realize it with nant? Look forward to your answ

[NAnt-users] How to use ms_build task of nantcontrib

2006-08-01 Thread Bonio Lopez
Hi, I am trying to use ms_build task from nant contrib. What I need is to compile a configuration ${config} for project ${prj} I have tried: but where is a place for configuration. Thanks a lot, Boni P.S. May we need better examples in the documentation?

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
d build the setup project that way. John Cole -Original Message- From: Crawford, Christina [mailto:[EMAIL PROTECTED] Sent: Thursday, March 09, 2006 12:58 PM To: John Cole Subject: RE: [NAnt-users] How to use Nant and Nantcontrib to do the functions of a VS .NET 2003 setup project Does t

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
ECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Crawford, Christina Sent: Thursday, March 09, 2006 11:13 AM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] 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 Nan

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
use the existing setup project.   Hope this helps, Regards, Richard From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Crawford, ChristinaSent: Thursday, March 09, 2006 12:13To: nant-users@lists.sourceforge.netSubject: [NAnt-users] How to use Nant and Nantcontrib to do the functions

[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

Re: [Nant-users] How to use mono as a target framework on windows ?

2005-11-16 Thread Filip
ightly/latest) and report back the result ? > > Thanks ! > > Gert > - Original Message - > From: "Filip" <[EMAIL PROTECTED]> > To: > Sent: Wednesday, November 16, 2005 1:00 PM > Subject: [Nant-users] How to use mono as a target framework on windows

Re: [Nant-users] How to use mono as a target framework on windows ?

2005-11-16 Thread Gert Driesen
Filip, Can you try using a recent nightly build of NAnt (http://nant.sourceforge.net/nightly/latest) and report back the result ? Thanks ! Gert - Original Message - From: "Filip" <[EMAIL PROTECTED]> To: Sent: Wednesday, November 16, 2005 1:00 PM Subject: [Nant-users]

[Nant-users] How to use mono as a target framework on windows ?

2005-11-16 Thread Filip
Hi, I would like to compile my project on windows with mcs (mono compiler) but nant offers me only .net framework. command nant -t:mono-1.0 fails with possible values include: net-1.1 I have installed mono 1.1.10 (http://www.go-mono.com/archive/1.1.10/windows-installer/0/mono-1.1.10-gtkshar

[Nant-users] How to use TestMaker in NAnt?

2005-08-03 Thread Sachin Shriram Gedam
Hello Friends, I am using TestMaker to test our web services. Now I want to test my web services and want to run TestMaker from NAnt. Is it possible to run that application from NAnt, if anybody doing so, please let me know with sample code. Sachin

Re: [Nant-users] [Nant-users]How to use property from other Nant file.

2005-07-17 Thread Merrill Cornish
If you script B in script A, then after the statement, script A will see all of the properties in script B. Merrill --- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straight

[Nant-users] [Nant-users]How to use property from other Nant file.

2005-07-16 Thread Sachin Gedam
Dear friends,   I am facing one problem regarding accessing property from other build file. How can I access or use property of other build file in top level build file. Here with this mail I am sending sample build files to you.   Regards Sachin Gedam     root.build     This is root

Re: [Nant-users] How to use

2005-05-08 Thread Ian MacLean
Norman Morse wrote: I'm trying to use Jscript with the task and am having unexplained problems.
My build file has this target defined: