RE: [Nant-users] Idea:

2003-07-31 Thread Daniel Nguyen
Oh, I got you. Daniel -Original Message- From: Brett Michael [mailto:[EMAIL PROTECTED] Sent: Friday, August 01, 2003 12:59 AM To: 'Nant-Users' Subject: RE: [Nant-users] Idea: The task is only one example (which has obviously been fixed). But it would still be useful and cool to be

RE: [Nant-users] Idea:

2003-07-31 Thread Brett Michael
The task is only one example (which has obviously been fixed). But it would still be useful and cool to be able to annotate a task directly without the need for an echo. You might want to comment on why you are deleting it, or elaborate on a heavily shortened directory name. Many possibilities ;)

RE: [Nant-users] Task to build C++ projects or workspace

2003-07-31 Thread Daniel Nguyen
Ian, Thanks for the pointers. Just being newbie and still trying to make sense of everything :-( By the way, do you have an example of the Nested Elements? Thnx, Daniel -Original Message- From: Ian MacLean [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 10:20 PM To: Daniel Nguy

RE: [Nant-users] Idea:

2003-07-31 Thread Daniel Nguyen
May be I'm misunderstood you guys, but I'm using version 0.8.3 and the task seems clear to me. Take the following snippet for example: And here's the result -- clean: [delete]

Re: [Nant-users] Idea:

2003-07-31 Thread Ian MacLean
Peter, I like the idea. See what others say and then we can look at adding it. Your approach looks pretty much correct. Don't know why you can't build though. Ian -- Part 1 -- Hi NAnters, I was just editing some build files and testing out some things. The thought occurred to me that certain t

Re: [Nant-users] Slingshot and VS sln files

2003-07-31 Thread Ian MacLean
Not replaced - its just a different approach. Not actively supported just means that no one has volunteered to maintain it. I think that generating based build files is just as valid as using the solution task particularly if you happen to be moving away from vs.net and no longer want to maint

Re: [Nant-users] Task to build C++ projects or workspace

2003-07-31 Thread Ian MacLean
Daniel, What makes you think the task takes one file at a time ? It takes a fileset tag. See the task doc at http://nant.sourceforge.net/help/tasks/cltask.html. There is currently no tool to automatically convert vs.net c++ projects to nant builds but it should be possible using a combination

RE: [Nant-users] Idea:

2003-07-31 Thread Brett Michael
I would just like to say I think this is a cool idea. Particularily if variables are expanded in these messages. Brett -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Peter Lanoie Sent: Friday, 1 August 2003 3:42 AM To: Nant-Users; [EMAIL PROTECTED] Subje

[Nant-users] VSS tasks] vssget - version=

2003-07-31 Thread Ian MacLean
The vss tasks were originally contributed by Jason Reimer and currently don't have a maintainer assigned. I don't use sourcesafe at all otherwise I'd take a stab a fixing it. Anyone who has knowledge of the VSS api should feel free to take a look at this. taking a quick look at BaseTask.cs it

[Nant-users] Task to build C++ projects or workspace

2003-07-31 Thread Daniel Nguyen
Greeting,   I checked the docs and didn't see any task handling C++ projects or workspace excepts for the which only compiles one file at a time.  Unfortunately, several of my builds contain several projects so I'm looking for a way to compile them without doing one file at a time.  Does an

[Nant-users] RE: Issue using solution task with nant-0.8.3-rc2 version

2003-07-31 Thread Gangadat, Ravindra K
I found my own error, should be , However, a more user friendly error message may have been helpful ( I'm pretty sure other ANT users would run into this problem ). > -Original Message- > From: Gangadat, Ravindra K > Sent: Thursday, July 31, 2003 11:50 AM > To: [EMAIL PROTEC

RE: [Nant-users] Slingshot and VS sln files

2003-07-31 Thread Erv Walter
Slingshot does not support VS.NET 2003 files.  I also belive slingshot is no longer actively supported and has been replaced with the task in the latest versions of NAnt. From: Cohen, Noah (CA - Ottawa) [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 3:09 PMTo: [EMAIL PROTECTED]S

[Nant-users] Slingshot and VS sln files

2003-07-31 Thread Cohen, Noah (CA - Ottawa)
I’m having quite the fun with Slingshot!  It calls for sln files of version 7.00.    My sln files are version 8.00 and therefore I’m assuming have a slightly different parse algorithm associated with them.   How would I go about making Slingshot compatible with my sln files of version

RE: [Nant-users] VSSGET

2003-07-31 Thread Eric Fetzer
Dude, THANKS!Michael Dang <[EMAIL PROTECTED]> wrote: Hi All,I had the exact same problem. With the help from Nick in anotherpost about VSSGET on this forum, I was able to find the problem thatworked for me. Initially, I was using VSS 6.0a and upgraded to6.0d. This resolved the problem for me. I thi

[Nant-users] nant-0.8.3-rc2

2003-07-31 Thread Soumitra Bajpai
Hi , This build doe not work . There is a dependency on tests/Nant.core . The directory test iteself is not a part of the zip that I downloaded . Can anybody help me with this problem ? I am actually very interested in the slingshot ,vss and gac commands Warm  Regards, Soumitra     <>

RE: [Nant-users] VSSGET

2003-07-31 Thread Michael Dang
Hi All, I had the exact same problem. With the help from Nick in another post about VSSGET on this forum, I was able to find the problem that worked for me. Initially, I was using VSS 6.0a and upgraded to 6.0d. This resolved the problem for me. I think also 6.0c will do the trick as well. mi

RE: [Nant-users] Copy aspx files when changed?

2003-07-31 Thread Clayton Harbour
Hi, You want to look at the , and elements. For instance something like this **should** work Hope that helps. Clayton -Original Message- From: Philo Sent: Sun 7/27/2003 7:55 AM To: [EMAIL PROTECTED] Cc: Subje

[Nant-users] Idea:

2003-07-31 Thread Peter Lanoie
-- Part 1 -- Hi NAnters, I was just editing some build files and testing out some things. The thought occurred to me that certain tasks don't have as useful a message output as would sometimes be desired. Take the following task: The typical output is: [delete] Deleting 1 directo

Re: [Nant-users] Defining : Conditional Compilation Constants

2003-07-31 Thread Eric Fetzer
I may be misinterpreting, but what about:                             ... reference AssemblyKeyFile with ${AssemblyKeyFile}   Or you could use the if task at:  http://nant.sourceforge.net/help/tasks/iftask.html      Marco Ensing <[EMAIL PROTECTED]> wrote: Thanks Nick,This would already

RE: [Nant-users] vssget - version=

2003-07-31 Thread Eric Fetzer
Well Peter, I don't know why I tried it, but I did:           user="Efetzer"    localpath="D:\TestGetLatest\Development"    recursive="true"    replace="true"    writable="true"    dbpath="\\Server\Repository\srcsafe.ini"    path="$/Centre/Development"    label="Buil

RE: [Nant-users] NAnt build for vs.net web project best practice?

2003-07-31 Thread Peter Lanoie
It would seem to me from a maintenance standpoint that you should stick with all developers just building in visual studio.  Why push 10 cars when you can drive one bus?  Let VS.Net do the work when you are developing.   Then create a build process on your master build machine that is twea

Re: [Nant-users] Defining : Conditional Compilation Constants

2003-07-31 Thread Marco Ensing
Thanks Nick, This would already be a workaround. I was actually looking for the task. Is there someting similar for this task? Rergards, l.a.marco From: "N. V." <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: [Nant-users] Defining : Conditional Compilation Constan

[Nant-users] NAnt build for vs.net web project best practice?

2003-07-31 Thread Cohen, Noah (CA - Ottawa)
Hi,   I'm using VSS as the source code repository, along with VS.NET for creating my own soln and csproj files for the web app solution, using the c# and asp*x files from VSS.   My question is what is the best method to build the project?  Converting sln files to nant build files or jus

[Nant-users] FW: Issue using solution task with nant-0.8.3-rc2 version

2003-07-31 Thread Gangadat, Ravindra K
> I keep on obtaining the following error when using the solution task - > Sorry for the cross-post but I have a build deadline for this Friday. > > NAnt version 0.8.3 Copyright (C) 2001-2003 Gerry Shaw > http://nant.sourceforge.net > > settings warning: frameworkinfo netcf-1.0 is invalid and

RE: [Nant-users] vssget - version=

2003-07-31 Thread Peter Lanoie
Eric,   I have had similar problems with VSSGET.  I have been labeling my projects when they get built with a build.revision number (.).  Following that, I call VSSGET using that label.  I have not had it break on that call like you are seeing ("Version not found") however I have sin

Re: [Nant-users] Source Safe support ?

2003-07-31 Thread Eric Fetzer
Ooopps, sorry for the bad info Henrick.  Didn't know the doc was there in rc2.  I was still using doc from NAntContrib.Eric Fetzer <[EMAIL PROTECTED]> wrote: Henrik,   I believe the VSS tasks are still in NAntContrib @ http://sourceforge.net/projects/nantcontrib   For the download, go to:  http://

Re: [Nant-users] Source Safe support ?

2003-07-31 Thread Eric Fetzer
Henrik,   I believe the VSS tasks are still in NAntContrib @ http://sourceforge.net/projects/nantcontrib   For the download, go to:  http://nantcontrib.sourceforge.net/builds/   EricHenrik Johansson <[EMAIL PROTECTED]> wrote: Looked through the documentation for the new release and I couldn't find

RE: [Nant-users] Building Deployment Projects in NAnt

2003-07-31 Thread Erv Walter
There is an task in NAntContrib. It's not as "wizard-y" as creating a deployment task in Visual Studio.NET. If you need things to remain simple, then calling devenv.exe is a good choice. If you have time to learn about the Microsoft Windows Installer framework (get the SDK) then the task is qu

RE: [Nant-users] Source Safe support ?

2003-07-31 Thread Bernard Vander Beken
Hello Henrik, Yes, there is SourceSafe support. The task names start with vss* and are included in binary form in RC2. In the distribution, look at doc/help/nantContribTasks/index.html for documentation. HTH, Bernard -Original Message- From: Henrik Johansson [mailto:[EMAIL PROTECTED]

[Nant-users] Generating BUILD files for Nant

2003-07-31 Thread Robert Freas
Hi, I was wondering what happened to the SLiNgshoT utility for generating build files. I was able to track down some old postings that said it was donated to the Nant project, but I don't see anything about it at the sourceforge site for Nant. Is that utility retired? Is there an alternative?

Re: [Nant-users] Generating BUILD files for Nant

2003-07-31 Thread Mike Roberts
Hi Rob, It went to the NAntContrib project, but that now gets included in NAnt so you'll find it in the 0.8.3 RC1 currently available as a download on the NAnt sourceforge website. You might want to check out the task that's now in NAnt as that offers an alternative way to getting your nant s

Re: [Nant-users] NantContrib CVS build problem

2003-07-31 Thread Dang, Michael (PSG IT - Houston)
Title: Re: [Nant-users] NantContrib CVS build problem This solution for me didn’t work either.  Anyone got this working? Michael Dang

[Nant-users] [ANN] Nant 0.8.3-RC2 released

2003-07-31 Thread John Barstow
RC2 of the 0.8.3 release is now available for download at http://sourceforge.net/project/showfiles.php?group_id=31650&release_id=17472 5 Text version of changes since RC1: USER-VISIBLE CHANGES * Built with .NET 1.0 This release candidate is built with version 1.0 of the .NET Framework. The bin

[Nant-users] Source Safe support ?

2003-07-31 Thread Henrik Johansson
Looked through the documentation for the new release and I couldn't find any SS task. Is it possible to use Source Safe instead of CVS? /Henrik --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce,

RE: [Nant-users] Building Deployment Projects in NAnt

2003-07-31 Thread MANOS, Ashley
Thanks Kevin Does this mean there's no specific Nant command to build a deployment project? -Original Message- From: Williams, Kevin [mailto:[EMAIL PROTECTED] Sent: Thursday, 17 July 2003 00:42 To: '[EMAIL PROTECTED]' Subject: RE: [Nant-users] Building Deployment Projects in NAnt VS.NET