Re: [Nant-users] Using libraries in the GAC to compile

2005-06-23 Thread Marcin Hoppe
On 6/24/05, Julien Sobrier <[EMAIL PROTECTED]> wrote: > Is it possible to use the GAC to reference libraries needed to compile > my files? I went through the NAnt documentation, I couldn't figure out > to make a reference to a library in the GAC. Can you do it with C# compiler from the command lin

[Nant-users] Using libraries in the GAC to compile

2005-06-23 Thread Julien Sobrier
Hello, Is it possible to use the GAC to reference libraries needed to compile my files? I went through the NAnt documentation, I couldn't figure out to make a reference to a library in the GAC. Thank you Julien --- SF.Net email is sponsored

Re: [Nant-users] NAnt don't delete temporary files

2005-06-23 Thread Klaus Lüdenscheidt
Gert Driesen wrote: Hello, i have noticed that NAnt creates temporary files in the temp folder. These files are the dll's created by the task. These temporary files aren't deleted. Is this a bug of NAnt ? I cannot reproduce this. What version of NAnt are you using ? Gert I'm using th

Re: [Nant-users] exec fails if return code is not 0

2005-06-23 Thread Troy Laurin
On 6/23/05, Stephen Smyth <[EMAIL PROTECTED]> wrote: > I have a few external programs that have several possible return codes > each, only 1 of which in each case means failure. However, NAnt itself > fails if any return code from an exec task is not 0, even if > failonerror=false for that task (Wh

Re: [Nant-users] Problem with exec and input redirection to file

2005-06-23 Thread Troy Laurin
On 6/24/05, Gary Feldman <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > >...I call the exec task: > > > > > > > > > > > > > This isn't the right way to call it. It's equivalent to typing > > osql "-E -S $... < ..." > i.e., putting everything into quotes and passing it as the fi

RE: [Nant-users] Would anyone like to share their XSLT file to transform the xml output of the nunit2 task

2005-06-23 Thread Morris, Jason
Thanks. I found the NUnitSummary.xsl file in the source of nantcontrib. I would have expected that this file would be included with the binary distros as well as the src distros. I checked the most recent nightly binary and rc3 binary distros and they do not include this file. Jason >-Ori

RE: [Nant-users] solution task pulling wrong reference from gac

2005-06-23 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Alejandro Calbazana > Sent: donderdag 23 juni 2005 21:58 > To: nant-users@lists.sourceforge.net > Subject: Re: [Nant-users] solution task pulling wrong > reference from gac > > Gert, > > Thanks

Re: [Nant-users] solution task pulling wrong reference from gac

2005-06-23 Thread Alejandro Calbazana
Gert, Thanks for the response. I'll try to supply what I can... I am using version NAnt 0.85 (Build 0.85.1932.0; rc3; 4/16/2005) . I had this all ready in my buffer to paste in my original post but forgot :) Here is a snip of my project file: "CrystalDecisions.Web" HintPath = "C:\Program F

[Nant-users] Build problem with imports and output

2005-06-23 Thread Brian Egger
Ok, I have a problem, and I don’t know whether it is a VBC problem, and environment problem, or a NANT problem. I am leaning towards an environment problem. Anyway, let me fair warn you, I am not a VB programmer, I am a Java programmer and the reason I am doing this is because I am very fam

Re: [Nant-users] Re: Suboptimal fileset include

2005-06-23 Thread Gary Feldman
Matthew Mastracci wrote: Bonus points if you can recognize that you only need to recurse past a "blah*" or "bar*" node. I imagine the correct solution would involve some sort of tree structure in memory that gets build from the components of all the patterns and represents the ideal scanning

RE: [Nant-users] solution task pulling wrong reference from gac

2005-06-23 Thread Gert Driesen
Alejandro, Would it be possible to send me a repro for this issue (including the necessary assemblies) ? Gert PS. You are using a recent version of NAnt, right ? ;-) > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Alejandro Calbazana > Sent: d

Re: [Nant-users] Problem with exec and input redirection to file

2005-06-23 Thread Gary Feldman
[EMAIL PROTECTED] wrote: ...I call the exec task: This isn't the right way to call it. It's equivalent to typing osql "-E -S $... < ..." i.e., putting everything into quotes and passing it as the first argument

[Nant-users] Problem with exec and input redirection to file

2005-06-23 Thread christoph . riesenberger
Hi, I have a problem with the exec task and input redirection: I want to do some sql statements on a sql server. They are stored in a file. So I call the exec task: The following output comes (I have put stars instead of the real names) and the task fails: [exec] Starting 'osql

[Nant-users] solution task pulling wrong reference from gac

2005-06-23 Thread Alejandro Calbazana
Hello, I ran in to an issue today where my build fails b/c of a reference obtained from the gac. I have Crystal Decisions installed (1.0 and 2.0). It seems that a method is not available in the 1.0 version of the engine library and is available in the 2.0 version. When I go to build, i see

[Nant-users] exec fails if return code is not 0

2005-06-23 Thread Stephen Smyth
I have a few external programs that have several possible return codes each, only 1 of which in each case means failure. However, NAnt itself fails if any return code from an exec task is not 0, even if failonerror=false for that task (Which in turn causes my cruise control server to report a broke