nant Questions

7

Solved

My company is having trouble figuring out the best way to manage our builds, releases, and branches... Our basic setup is we have 4 applications we maintain 2 WPF applications and 2 ASP.NET applica...
Jankey asked 14/12, 2009 at 18:49

1

Solved

At the end of a NAnt script, the last step is to create a ZIP file. Currently, I'm doing this: <zip zipfile="${target.dropfile}"> <fileset basedir="${somefolder}"> <include name=...
Kroon asked 31/7, 2012 at 15:46

18

Solved

I currently use nant, ccnet (cruise control), svn, mbunit. I use msbuild to do my sln build just because it was simpler to shell out. Are there any merits to switching my whole build script to MS...
Cosset asked 14/8, 2008 at 3:36

2

Solved

It looks like there are (at least) two options for getting nant to use csproj files: using the task of NAntContrib or using msbuild.exe directly (e.g., codecampserver). Am I reading this right, and...
Brisco asked 28/7, 2009 at 16:57

2

Solved

How to run NAnt scripts in command line and get the timings of each task on the log file? using nant <record> task or NAnt -buildfile:testscript.build testnanttarget This produces console...
Dockage asked 30/11, 2008 at 13:30

3

From within my NAnt build script, I'm trying to find out the name of that target that was specified on the command line (or the default target if none was specified). I've been reviewing the docum...
Disbelief asked 29/1, 2011 at 16:22

4

Solved

I'm always compile my project, and copy the dll's from the dependency projects to the UI bin folder. after a few days with 'copy & paste' operations each time that I recompile my project, I con...
Mechanotherapy asked 24/1, 2010 at 3:52

4

Solved

Is it possible to accomplish publish (as in Visual Studio publish on Web Application project) on solution using NAnt? I just can't find the solution.
Bozen asked 31/3, 2009 at 13:12

2

Solved

As part of a CI process I am trying to create a buildlabel which consists of the content of an xml element within an xml structure. For this purpose I am using nant and xmlpeek. My problem is that ...
Wilbur asked 20/3, 2012 at 20:5

2

Solved

We're moving away from TFS as a source control/build service. We're now using TeamCity, and hosting our source on Git via BitBucket. Can anyone point me to a decent article, blog, existing Stack ...
Aggrandize asked 18/3, 2012 at 23:34

1

Solved

I'm currently trying to update the version no. in TeamCity using a Nant build file, containing the version number. If I just use <property name="versionNo" value="2.16.3."/> . . <echo me...
Humber asked 17/1, 2012 at 13:7

1

Solved

We have an NAnt script to update our "pre-built" assemblies in TFS as one of our TeamCity build projects. The build is triggered by other builds. It does a TF checkout, moves some files, then does ...
Bak asked 28/12, 2011 at 15:48

2

I have done a lot of googling but cant seem to find an exact solution to get the TeamCity build number into my AssemblyInfo files. Would appreciate a full solution for my requirements... 1 Get the...
Barrera asked 2/8, 2010 at 12:46

1

Solved

I need to copy one folder with all content. My folder structure is like this Main Folder folder1 `1.zip` `2.zip` Folder2 `3.zip` `4.zip` How to copy main folder with all these content usi...
Royroyal asked 18/10, 2011 at 4:17

1

Solved

I want to create a file using nant script. Like mkdir any command is awailable in nant script for creating a text or doc file?
Longanimity asked 7/9, 2011 at 12:22

2

Solved

Hi I am create a release script using NAnt. How can I check a variable value is getting or not. Now I call my script like this nant -buildfile:CreateNew.build -D:name="Test.V.1.0" -D:bIDs="2" ...
Qulllon asked 25/8, 2011 at 10:12

2

Solved

I recently took charge of a software product which was evolved rather unorganized and I have established a new project structure,a source code repository, issue tracking and a buildsystem usi...
Handcrafted asked 9/8, 2011 at 7:59

1

Solved

Cursory reading about both tools leads me to believe they do similar things: manage build tasks which means they do operations that support taking source inputs and ultimately producing runnable ou...
Vullo asked 6/7, 2011 at 20:24

3

Solved

We have 4 different environments at the moment (Lab, Test, Stage, LIVE) and we have implemented automatic deployment using Nant/CC.Net. I am investigating and doing some research as to what can be ...
Priestley asked 15/6, 2011 at 1:4

2

Solved

I'm looking for usage of such variables as %WinDir%, %ProgramFiles%, ect. in a NAnt script but I don't know the syntax.
Nepali asked 30/4, 2011 at 8:59

3

Solved

I'm trying to get MSBuild 2010 to publish a web app to a specific location. I can get it to publish the deployment package to a particular path, but the deployment package then adds its own path th...
Buckshee asked 28/5, 2010 at 11:37

1

<fileset dir="${lib.dir}" includes="**/*.jar"/> what does two stars mean?
Clementineclementis asked 25/2, 2011 at 6:52

14

Solved

Possible Duplicate: NAnt or MSBuild, which one to choose and when? What is the best build tool for .NET? I currently use NAnt but only because I have experience with Ant. Is MSBuild ...
Entreat asked 19/8, 2008 at 17:2

4

There was a question about Msbuild and NAnt advantages and disadvantages. Now let's see which is better TFS Build(with msbuild) or NAnt. In my opinion NAnt because you can easily move the building ...
Enumeration asked 3/11, 2009 at 15:38

2

Solved

I would like to create a target that cleans log files older than 7 days old in a specific folder. I get an error when I try to put in a "date" element inside a fileset. How can I go about this? &l...
Entozoic asked 30/11, 2009 at 16:6

© 2022 - 2024 — McMap. All rights reserved.