Questions tagged [nant]

6 questions
3
votes
2 answers

How can I get the name of a windows .bat script from within the script itself?

I have a .bat file. I want to programmatically get the name of the .bat file. How can I do this? This is my end goal "..\lib\nant\nant.exe" -buildfile:nant.build {{pass in name of this file here}} pause
rmontgomery429
  • 749
  • 1
  • 8
  • 8
0
votes
3 answers

psExec doesn't have path

I have a brand new windows 2008 server (64 bit), and the remote deployment scripts using nant and psExec are not behaving like they do on the old servers. This works: psExec \\newserver.myco.com cmd This successfully runs Nant: psexec…
Anthony
  • 113
  • 1
  • 6
0
votes
1 answer

How to set right for user to stop iis application pool

I log on CruiseControl.net service with user in one domain (DOMAINNAME\user). and I want to use nant script to stop application pool on other server. and I got this error Failed stopping application pool '***********' on '172.16.0.62'. Access is…
0
votes
1 answer

Setting write permissions for folders while creating a package with MSDeploy

I'm using MSDeploy to create an artefact as a build step in NAnt. This particular build step is called on successful compilation. The artefact is then used to for deployment. Here is the step specified in my build file.
bala_88
  • 101
  • 1
0
votes
2 answers

Remote Deployment using Cruise Control .Net and Nant

Currently we use Cruise Control .Net and Nant to build deployment packages for our ASP .NET website. Essentially this just versions and the files, compiles the code, then creates a zip file. It is then up to the deployer to remote desktop onto the…
Robin Weston
  • 131
  • 1
  • 7
0
votes
1 answer

Trying to build OpenSimulator.. nant fails

Output of nant is: Buildfile: file:///root/opensim-0.6.8-release/OpenSim.build Target framework: Mono 2.0 Profile Target(s) specified: build [echo] Using 'mono-2.0' Framework init: Debug: [echo] Platform unix build: [nant]…
Gary
  • 141
  • 1
  • 2