[NAnt-users] RE: Parallel use of AnkhSvn? SORRY, WRONG LIST!

2006-01-10 Thread Robert Schneider
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nant-users- > [EMAIL PROTECTED] On Behalf Of Robert Schneider > Sent: Wednesday, January 11, 2006 7:39 AM > To: nant-users@lists.sourceforge.net > Subject: [NAnt-users] Parallel use of AnkhSvn? > > Is it possible to use AnkhSVN paral

[NAnt-users] Parallel use of AnkhSvn?

2006-01-10 Thread Robert Schneider
Is it possible to use AnkhSVN parallel to TortoiseSVN or do I have to take anything into account? Thanks, Robert --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX sear

Re: [NAnt-users] Target framework could not be changed. \"net-2.0\" is not a valid ... (fixed)

2006-01-10 Thread Ray Tayek
At 09:07 PM 1/10/2006, you wrote: Ray Tayek wrote: hi, newbie getting this with the build file below (it works fine if i omit the: value="net-2.0" />). i have stuff in: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727 and C:\Program Files\Microsoft.NET\SDK\v2.0. also, csc -version says: 8.00.5

Re: [NAnt-users] Target framework could not be changed. \"net-2.0\" is not a valid ...

2006-01-10 Thread Gary Feldman
Ray Tayek wrote: hi, newbie getting this with the build file below (it works fine if i omit the: value="net-2.0" />). i have stuff in: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727 and C:\Program Files\Microsoft.NET\SDK\v2.0. also, csc -version says: 8.00.50727.42. do i have things install

[NAnt-users] Target framework could not be changed. \"net-2.0\" is not a valid ...

2006-01-10 Thread Ray Tayek
hi, newbie getting this with the build file below (it works fine if i omit the: ). i have stuff in: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727 and C:\Program Files\Microsoft.NET\SDK\v2.0. also, csc -version says: 8.00.50727.42. do i have things installed correctly? any pointers will be a

[NAnt-users] MSDataSetGenerator

2006-01-10 Thread Thomas Schroedter
Title: MSDataSetGenerator Hi, I want to compile a solution, but I've got a problem with strongly typed DataSets (a .xds file). Visual Studio runs a custom tool (MSDataSetGenerator) on them and generates cs files which are included in the project DLL. Is there a task in NAnt to call the cust

RE: [NAnt-users] status build

2006-01-10 Thread Noel Gifford
Koen,   I see that multiple people have already responded.   So……   The script below is another way of accomplishing your request. I haven’t tested it, but it should be easy enough to get functional.   The script won’t work properly if you use the ‘depends’ attribute on your target

RE: [NAnt-users] status build

2006-01-10 Thread John Cole
Koen,   We have something very similar to what you're wanting.  I'm including a snippet from our build script.  I think everything is in there that you need to make it run, but I just copied and pasted J     Basically, it appends to a file with the name of the target it last processed, w

[NAnt-users] NAnt solution configuration="debug:pdbonly"

2006-01-10 Thread Versteijnen, Pieter
Hello people,   Is it possible to create a solution build with configuration “debug:pdbonly”?   Pieter Versteijnen Developer

Re: [NAnt-users] status build

2006-01-10 Thread Gary Feldman
Koen Mayens wrote: I'm looking for a way where I can restart a build from the last not succeeded part or task. This is because our build proces takes more than an hour, and it's not an option to rebuild the whole stuff after the build failed. Most NAnt tasks are designed to not redo things th

[NAnt-users] Trying to build my VS2005 Setup Project

2006-01-10 Thread pcassidy
MSBuild doesn't create MSI and Devenv.com Crashes when I try to rebuild the setup project. Can some one tell me how to build a VS2005 Setup Project with Nant?   Paul H Cassidy Front Porch Automation Specialist Build and Test Automation [EMAIL PROTECTED] 209-288-5525  

[NAnt-users] status build

2006-01-10 Thread Koen Mayens
Hi,I'm looking for a way where I can restart a build from the last not succeeded part or task.This is because our build proces takes more than an hour, and it's not an option to rebuild the whole stuff after the build failed. I was thinking about using some kind of status file which contains a stat

Re: [NAnt-users] ASP.NET 2.0 Build Process

2006-01-10 Thread Gert Kello
Hi. We have chosen following approach: 1. The refernces assemblies are placed into subfolder of solution folder ("References"). 2. All assembly references are added from that folder. 3. As result, the inside the *.csproj files are relative to the project folder. If not, they can be changed wi

[NAnt-users] ASP.NET 2.0 Build Process

2006-01-10 Thread Simon Thorogood
Hi, We are looking to update our build process to use VS2005 and .NET 2.0. Currently we are using the task to build our web projects and associated libraries. In addition, in some cases, we have a number of pre-compiled assemblies that are referenced by various projects. In order to resolve