Re: [NAnt-users] Embedding images in assembly

2007-07-06 Thread Andy Johnstone
Could you exec MsBuild instead of using the csc task? That's how I build my projects from within nant. _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Marks Sent: Thursday, July 05, 2007 5:02 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Embedding i

[NAnt-users] HelpStudio 3

2007-05-25 Thread Andy Johnstone
Hi, I'm trying to use Nant to automatically build my HelpStudio 3 project via the exec task. The problem seems to be that the binary returns immediately to nant, although the command itself ends up failing (and displaying a message box). How have others handled programs that return like this? T

Re: [NAnt-users] Use of task and ComponentOne

2006-08-10 Thread Andy Johnstone
Opps, sent before I finished typing... Not sure if this has anything to do with your problem, but I think that if you're using rc3 of nant, you should be using rc3 of nant-contrib as well (assuming there's no typo in your message). Andy _ From: Juan Carlos Becerra Irene [mailto:[EMA

Re: [NAnt-users] Use of task and ComponentOne

2006-08-10 Thread Andy Johnstone
Juan, _ From: Juan Carlos Becerra Irene [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 09, 2006 7:39 PM To: nant-users@lists.sourceforge.net Cc: [EMAIL PROTECTED] Subject: [NAnt-users] Use of task and ComponentOne Hello Everybody I'm trying to adopt NAnt in my projects, and it

Re: [NAnt-users] nAnt and ClickOnce

2006-06-23 Thread Andy Johnstone
I do. Basically its a script which grabs the version of the Exe and app.config I want to deploy, copies it to a working folder, downloads any other assemblies it needs, then creates and signs the manifest and deployment files. Finally, it copies all the files in the working directory to a share,

RE: [NAnt-users] NANT solution task

2006-05-17 Thread Andy Johnstone
al Message- From: Chris Holt [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 17, 2006 3:19 PM To: 'Andy Johnstone'; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] NANT solution task Another way to handle this is to use the exec task on devenv. I am doing this and it

RE: [NAnt-users] NANT solution task

2006-05-17 Thread Andy Johnstone
I'd settle for a release date for the next version :-) At any rate, VS2005 has MSBuild, so until the solution task is updated for 2005, you could just call MSBuild. this is what I'm doing, and works well. It also has the advantage of building ALL project types, including Setup/Deployment projects

RE: [NAnt-users] Visual Source Safe 2005

2006-05-08 Thread Andy Johnstone
Hi Sophie, Yes, everything works. The only 'problem' is that when you run the normal VSS client, you get a message about a session not being closed properly, and that an administrator should run analyze to fix the problem. Ignoring the message doesn't seem to cause any problem (and analyze never

RE: [NAnt-users] The process cannot access the file because it is being used by another process.

2006-04-21 Thread Andy Johnstone
Rick, I have a similar setup. The latest binaries are stored at R:\\.dll. This share is readonly; also whenever we add a reference to the assembly, we set Specific version to false, and Copy Local to true. This prevents locking issues. VS2005 seems pretty good about noticing that the vesrion o

RE: [NAnt-users] ASP.NET 2.0

2006-04-21 Thread Andy Johnstone
Hi Rick, I would just call MSBuild from my nant script and tell it to build the project or solution file. Andy -Original Message- From: Rick G. Garibay [mailto:[EMAIL PROTECTED] Sent: Friday, April 21, 2006 1:09 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] ASP.NET 2.0

[NAnt-users] NAnt Mage task

2006-03-30 Thread Andy Johnstone
Hi all, I'm developing for .Net 2.0. I was wondering if there was a NAnt task for Mage yet. Just wanted to check before I started writing my own. Thanks Andy --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language th

RE: [NAnt-users] Put VBScript batch file code within NAnt

2006-03-15 Thread Andy Johnstone
rtcuts and also shortcuts to go within a Program Files folder using NAnt or NAntContrib functions/tasks.  I could not find one.    Christina Crawford -Original Message-From: Andy Johnstone [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 15, 2006 3:35 PMTo: Crawford, ChristinaSu

[NAnt-users] Nunit2 task

2006-02-28 Thread Andy Johnstone
Has anybody updated the Nunit 2 task to run against the Nunit 2.2.7.0 release? Thanks Andy --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live web

RE: [NAnt-users] replacing a linefeed....

2006-02-23 Thread Andy Johnstone
Also, for a linefeed, it's usually \n\r (or is that \r\n). I had a similar problem when unit testing... i took out the \n, but the \r (line feed) was still there, and a newline was inserted anyway. You might want to try taking out both. Andy -Original Message- From: Gary Feldman [mailto

[Nant-users] Setup and Deployment projects

2005-10-11 Thread Andy Johnstone
Hi, Is it possible to get NAnt to build Setup and deployment projects using the solution task? Currently I'm getting a message "[solution] Only C#, J#, VB.NET and C++ projects are supported. Skipping project 'C:\Build\Source\Code\NetRun\Code\NetRun.Installer\NetRun.Installer.vdproj'." It'd

[Nant-users] File set pattern matching

2005-09-07 Thread Andy Johnstone
HI all, I have a folder structure which stores releases in a known location. The pattern is: c:\releases\\ - This level will always contain the latest version of the DLL c:\releases\\\ - This level stores archived versions of the DLL, where a.b.c.d is a version number. I'm having a problem