Re: [Nant-users] nant build file placement question

2004-07-15 Thread Ian MacLean
Alex, It turns out this was a bug in the vb6 task. It wasn't extracting the full path to the project vbp's. I've committed a fix to cvs. It will be in the next nightly build of NAntContrib. Ian Alexander Korchemny wrote: My nant build file is in the d:\123 folder. The PROJECT.VBG group file (an

Re: [Nant-users] Capture the command line output

2004-07-15 Thread Gert Driesen
- Original Message - From: "Ian MacLean" <[EMAIL PROTECTED]> To: "Hamza Zeen-Aldin" <[EMAIL PROTECTED]> Cc: "Nant users list" <[EMAIL PROTECTED]> Sent: Friday, July 16, 2004 3:20 AM Subject: Re: [Nant-users] Capture the command line output > Hamza Zeen-Aldin wrote: > > >Hi all, > > > >Ho

Re: [Nant-users] read only flags not reset when using target

2004-07-15 Thread Gert Driesen
- Original Message - From: "Michel André" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 15, 2004 11:57 AM Subject: [Nant-users] read only flags not reset when using target > When using the solution target to build a .sln file, when references are > copied to the outpu

Re: [Nant-users] loadtasks help

2004-07-15 Thread Ian MacLean
Kevin Williams wrote: Thanks for answering, Ian. This is my first time trying to use NAnt in production. We've decided to use NHibernate, and I want and tasks. Of course, we need this yesterday. I'm not clear. Do those tasks exist as part of NHibernate or have you just created them ? Sorry.

Re: [Nant-users] loadtasks help

2004-07-15 Thread Kevin Williams
Thanks for answering, Ian. This is my first time trying to use NAnt in production. We've decided to use NHibernate, and I want and tasks. Of course, we need this yesterday. I'm not clear. Do those tasks exist as part of NHibernate or have you just created them ? Sorry. These are provided by H

[Nant-users] Read Only

2004-07-15 Thread Bryan D. Andrews
Is there a way to set the readonly property to false on a directory recursively before building? We have source we are pulling down that because there are some readonly properties set, the references are not resolving (weird). --- This SF.Net

Re: [Nant-users] loadtasks help

2004-07-15 Thread Ian MacLean
Kevin Williams wrote: Helllo list, This is my first time trying to use NAnt in production. We've decided to use NHibernate, and I want and tasks. Of course, we need this yesterday. I'm not clear. Do those tasks exist as part of NHibernate or have you just created them ? I'm having trouble wi

RE: [Nant-users] Is This Valid?

2004-07-15 Thread Felice Vittoria
Thanks! I'm glad I was close :) -Original Message- From: Troy Laurin [mailto:[EMAIL PROTECTED] Sent: Thursday, July 15, 2004 7:36 PM To: Nant-Users (E-mail) Subject: RE: [Nant-users] Is This Valid? You actually can reference filesets in the foreach task... ... The el

Re: [Nant-users] Capture the command line output

2004-07-15 Thread Ian MacLean
Hamza Zeen-Aldin wrote: Hi all, How can I capture the string output from a program that I call through an I think you want the output attribute of . from the docs output: The file to which the standard output will be redirected. http://nant.sourceforge.net/nightly/help/tasks/exec.html Ian

[Nant-users] Nunit showing error in NAnt build but not in Nunit-GUI

2004-07-15 Thread Brian Yeo
Hi everyone, I was able to run Nunit successfully in the Nunit GUI environment with no errors. When I ran my build script in NAnt, incorporating Nunit script, the following error was displayed. The *.Nunit.config and required Dlls are located in the designated folder. eg. \dotnet\bin\Nunit. Ca

[Nant-users] read only flags not reset when using target

2004-07-15 Thread Michel André
When using the solution target to build a .sln file, when references are copied to the output dir the read only isn't reset which leads to that VS.NET cant copy the files after being built with that target. Is this by design or an error? /M ---

[Nant-users] nant build file placement question

2004-07-15 Thread Alexander Korchemny
My nant build file is in the d:\123 folder. The  PROJECT.VBG  group file (and all the others PROJECT*.VBPs needed to build) are in the d:\456 folder. The Nant said me : "Could find the  PROJECT123.VBP project".   Is it really necessary to place the nant build file into the same folder wher

[Nant-users] Capture the command line output

2004-07-15 Thread Hamza Zeen-Aldin
Hi all, How can I capture the string output from a program that I call through an http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click ___ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users

RE: [Nant-users] Is This Valid?

2004-07-15 Thread Troy Laurin
You actually can reference filesets in the foreach task... ... The element is the fileset, not the item. There are a couple of tasks like this... it allows multiple filesets to be specified. -- Troy > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROT

[Nant-users] cvs-checkout -- The Smoking Gun :-)

2004-07-15 Thread Merrill Cornish
I complained about the cvs-update task on 0.84 refusing to update some directories in the CVS tree, but working just fine on other directories. With 0.85, I'm still having cvs-update problems. Now, I've found the smoking gun. [ominous music swells in the background] When NAnt 0.85, nightly bu

RE: [Nant-users] Is This Valid?

2004-07-15 Thread Felice Vittoria
Eric, Thanks. I went w/ a similar approach and it's working for me right now. I was just curious to see if we could use references like that w/ the foreach task. Felice -Original Message- From: Eric Fetzer [mailto:[EMAIL PROTECTED] Sent: Thursday, July 15, 2004 1:27 PM To: Felice Vit

Re: [Nant-users] Is This Valid?

2004-07-15 Thread Eric Fetzer
Felice, Not sure if this is the best or only way, but this is how I would do it: --- Felice Vittoria <[EMAIL PROTECTED]> wrote: > Hello, > > Is something like this valid with the latest nightly > build of Nant ( 0.85-20040711 )? > > > > > > > > >

[Nant-users] loadtasks help

2004-07-15 Thread Kevin Williams
Helllo list, This is my first time trying to use NAnt in production. We've decided to use NHibernate, and I want and tasks. Of course, we need this yesterday. I'm having trouble with the task. NHibernate won't work without some parameters and a log4net section in a config file. I can call t

[Nant-users] Is This Valid?

2004-07-15 Thread Felice Vittoria
Hello, Is something like this valid with the latest nightly build of Nant ( 0.85-20040711 )? If so, then I'm getting errors. If it's not valid, then I see why I'm getting errors. Felice

RE: [Nant-users] issue

2004-07-15 Thread Felice Vittoria
Please disregard this .. I had an old version of NantContrib Tasks. I updated to NantContrib.Tasks.085.20040711 and it's working now. Felice -Original Message- From: Felice Vittoria Sent: Wednesday, July 14, 2004 4:05 PM To: Nant-Users (E-mail) Subject: [Nant-users] issue Hello fol

RE: [Nant-users] Obfuscation and NAnt

2004-07-15 Thread Bonnett, Evan A
Title: Message I am looking into that too.  May I call upon you if necessary?  Sounds pretty straight forward but it's good to have a resource.   Thanks, Evan A. Bonnett Reynolds and Reynolds, IT -Original Message-From: Joel Ross [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 14,

[Nant-users] Re: Nunit showing error in NAnt build but not in Nunit-GUI

2004-07-15 Thread Gert Driesen
Brian, You need to manually specify the location of the application configuration file, using the appconfig attribute on the element. We might change this in the near future to setup the appdomain using the configuration file matching the specified assembly (if no explicit configuration file is

Re: [Nant-users] RE: Issue with references nested element in csc task

2004-07-15 Thread Ian MacLean
Ravi, there was an issue with this scenario in the latest builds which has just been fixed in CVS. You should be able to grab a new nightly build - there should be a new one available soon - with the fix. note that the references fileset is actually an assemblyfileset [1] and slightly more speci