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
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
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
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
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
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
> -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
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
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
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
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
[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
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
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
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
15 matches
Mail list logo