> I'm using the latest release versions of NAnt and NAnt Contrib (0.92) on a 64
> bit Windows 7 box. I am using the files from Issue 54
> (https://github.com/rmboggs/nant/downloads). I created the scripts on a 32
> bit XP machine, which has since bit the dust.
>
> I am using it to do some things i
t; *Sent:* Friday, April 24, 2009 5:58 AM
> *To:* nant-users@lists.sourceforge.net
> *Subject:* Re: [NAnt-users] Problem with pkg-config finding mono
>
> I'm on a different OS X computer now (my wife's iMac) and I downloaded Mono
> and Monobjc and get the same error from
w.
Gert
From: Ron Grove
Sent: Friday, April 24, 2009 5:58 AM
To: nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] Problem with pkg-config finding mono
I'm on a different OS X computer now (my wife's iMac) and I downloaded Mono and
Monobjc and get the same error from Nant.
I'm on a different OS X computer now (my wife's iMac) and I downloaded
Mono and Monobjc and get the same error from Nant. I tried the small
test build file in this post:
http://www.mail-archive.com/nant-users@lists.sourceforge.net/msg04071.html
That recommends a small test build file contai
Is version defined in a properties file?
I believe you can use the 'overwrite' argument set to true as well.
I set default values via user.properties file, and change them on the fly by
either using the command line option or setting them in the script. I think it
only generates a warning, n
Looks like the problem is namespaces. Even though the original XML doesn't
use prefixes, it does have a default namespace declaration so to use xpath
on it you need to declare namespaces and use a prefix in your xpath. Docs
on xmlpeek talk about namespaces and have a namespaces example.
http:/
Hi Bob,
Thanks for the suggestions, but unfortunately I was getting the same results
(well either everything got deleted or nothing did)...I've since changed it
to filter on filetype for the files under that folder. Seems to do for
now...
Cheers,
Jay
Bob Archer wrote:
>
> Yea, it's a little tr
Yea, it's a little tricky to get this to work. I usually have to play
with it for a while. Also, I found you had to add the full path to the
exclude even if you include a basedir. Also, it seems to work better if
you put the excludes first... try this:
Hi,
How should I do if I have a licx file with more than 1 licence in it ?
Thanks for your reply
Sophie
-Message d'origine-
De : Gert Driesen [mailto:[EMAIL PROTECTED]
Envoyé : vendredi 14 avril 2006 17:35
À : Parisot Sophie; nant-users@lists.sourceforge.net
Objet : RE: [NAnt-
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Parisot Sophie
> Sent: vrijdag 14 april 2006 12:13
> To: nant-users@lists.sourceforge.net
> Subject: [NAnt-users] Problem with license task
>
> Hi,
>
> I want to use the license task :
>
> out
EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gary Feldman
Sent: Thursday, November 17, 2005 9:08 AM
To: nant-users@lists.sourceforge.net
Subject: Re: [Nant-users] Problem with readonly attribute on property
Rod Ayers wrote:
>...
>A related question:
>I'd like to check and
Rod Ayers wrote:
...
A related question:
I'd like to check and see if the property named in property.name exists.
All the "valid" properties have already been assigned default values. If
property.name exists, I will override with the value in property.value, and
set to readonly="true". Otherwi
#x27;t
already exist; so I tried:
mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 16, 2005 12:35 PM
To: [EMAIL PROTECTED]; nant-users@lists.sourceforge.net
Subject: RE: [Nant-users] Problem with readonly attribute on property
Rod,
What version of NAnt are you using ?
This is working just fine he
Rod,
What version of NAnt are you using ?
This is working just fine here.
Let me know if its working for you using a recent nightly build
(http://nant.sourceforge.net/nightly/latest).
Gert
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Rod Aye
Hi,
Martin Henderson wrote:
I am using NANT 0.85 RC3.
I am trying to compile a licenses.licx file and place the resulting
.licenses file in a specific directory.
target="${binary.dir}\${binary.filename}"
output="${src.drv}\${project.path}\${binary.filename}.licenses"
verbose="true"/>
>I am using the task to perform automated build on a binary that
>uses >some 3rd party tools
>(Dev Express, ChartFX). This builds without problems in VS.net, but I obtain
>>"error LC0003 : Unabled to resolve type" when executed within NAnt. Has
>anyone had similar problems or solutions?
[EMAIL PROTECTED] wrote:
I have a problem where a target defined in an d build file
isn't being found when I make it a dependency of a target in my main
build file, although the file appears to have been d
successfully. The included build file is valid and runs correctly if I
use it alone usin
On 7/4/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> I have a problem where a target defined in an d build file
> isn't being found when I make it a dependency of a target in my main
> build file, although the file appears to have been d
> successfully. The included build file is valid and run
Troy Laurin wrote:
On 6/24/05, Gary Feldman <[EMAIL PROTECTED]> wrote:
[EMAIL PROTECTED] wrote:
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
Being pick
[EMAIL PROTECTED] wrote:
Thanks to all for your help. With -i for osql, it works.
Another question:
I want the user to acknowledge an important echo-message with pressing a key.
doesn't work (the taks hangs)
Did you try typing at it? You may not be seeing any prompt or
Thanks to all for your help. With -i for osql, it works.
Another question:
I want the user to acknowledge an important echo-message with pressing a key.
doesn't work (the taks hangs)
Is there a simple way to do this?
Thanks again,
Chris
> On 6/24/05, Gary Feldman <[EMAIL P
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
[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
Yup, I clicked on the resource link in the csc task and was reading the help
for assemblyfileset.
Thanks.
--- Gert Driesen <[EMAIL PROTECTED]> wrote:
> Philip,
>
> The child element is only intented to be used for specifying
> directories in which the compiler task can search for assemblies th
Philip,
The child element is only intented to be used for specifying
directories in which the compiler task can search for assemblies that are
specified as child elements of the element.
In your case, you should just use this:
Hope this helps,
Gert
> --
Thanks for the FileInfo tip. It worked great.
-Original Message-
From: Gert Driesen [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 17, 2005 9:42 PM
To: James, Justin; nant-users@lists.sourceforge.net
Subject: RE: [Nant-users] Problem with Nant Tasks
Justin,
If you modify the
ask (src/NAnt.DotNet/Tasks/LicenseTask.cs).
Hope this helps,
Gert
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> James, Justin
> Sent: dinsdag 17 mei 2005 21:38
> To: nant-users@lists.sourceforge.net
> Subject: RE: [Nant
-users@lists.sourceforge.net
Subject: RE: [Nant-users] Problem with Nant Tasks
Hi Justin,
This has been changed, but it should not affect users using NAnt tasks
that are part of the NAnt distribution. I'll look into the history of
this change, and add info to the release notes (for the next re
Hi Justin,
This has been changed, but it should not affect users using NAnt tasks that
are part of the NAnt distribution. I'll look into the history of this
change, and add info to the release notes (for the next release
(candidate)).
In your custom tasks, you should use Project.GetFullPath to re
Anyone an idea? The main problem is that I want to keep away from
integrating these fiöles, which belong to a library, from being
"specially traeted" in the client.exe project. OTOH, VS.NET is unable
to copy them to the client,exe output automatically. As we talk of a
third party control, we a
No worries Gert.
I tried the 20-Apr nightly and the problem went
away.
Jason
From: Gert Driesen
[mailto:[EMAIL PROTECTED] Sent: Wednesday, April 20, 2005
7:54 AMTo: Morris, Jason;
nant-users@lists.sourceforge.netSubject: RE: [Nant-users] problem
with log4net 1.2.9 in
Hi Jason,
There was indeed a packaging screw-up in the 0.85 RC3
release (sorry about that). Thanks for bringing this to my
attention.
I don't have time to correct this now, but it will
definitely be corrected in the final release. Until then, please use a
recent nightly build.
Sorry
Ian MacLean wrote:
Hi Helmut,
I had a look at the two dlls with depends and they look pretty much
the same - although the gcc one has a dependency on cygwin.dll. My
suspician is that there is some issue with the cygwin runtime that
causes it to misbehave when called with P/Invoke. You could try
Hi Helmut,
I use nant rc1 on Windows XP.
I want to use wrapped functions out of a gcc-generated dll,
but detected following problem:
A function defined via task script doesn't return
when calling a function from a dll created by gcc.
I"ve done some testing and it turns out that this is
Helmut Dipper wrote:
I use nant rc1 on Windows XP.
I want to use wrapped functions out of a gcc-generated dll,
but detected following problem:
A function defined via task script doesn't return
when calling a function from a dll created by gcc.
when you say return do you mean it doesn't return th
and recompiled just to try to
verify that it wasn't an nunit version problem.
-Original Message-
From: Kevin Williams [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 05, 2005 6:25 AM
To: Rick Busch
Cc: nant-users@lists.sourceforge.net
Subject: Re: [Nant-users] Problem with nunit2
I
I've never had any trouble with the nunit2 task. What compelled you to
recompile?
Rick Busch wrote:
I am a new Nant user and have so far been unable to execute existing
nunit tests using the nunit2 task.
I’m using the 0.85 rc version of Nant and have re-compiled my nunit
assembly using Nunit 2
I've
used Ant, JUnit, and NUnit for quite awhile, but am new to Nant).
-Original Message-
From: Mike Roberts [mailto:[EMAIL PROTECTED]
Sent: Monday, April 04, 2005 1:31 PM
To: Rick Busch
Cc: nant-users@lists.sourceforge.net
Subject: Re: [Nant-users] Problem with nunit2
Hi Rick,
It
Hi Rick,
It might not be the answer you're looking for, but my suggestion is
'don't use the task' . Instead, use and call the
nunit-console application.
I wrote this up a little bit here:
http://mikeroberts.thoughtworks.net/blog/archive/Tech/dotNet/Howtosetupa.NETDevelopmentTreePart7.html
Mik
Jason,
Have you tried defining the Success and Failure targets WITHOUT the depends
attribute? Just a thought.
Merrill
---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users
Why don't you post a bit more detail - like the nant build file you are
using for example - and what kind of failure you are getting.
If you are using the task you'll need to add a child
element for any resx files associated with your forms/controls. See the
documentation for the task for mo
If I remember correctly, the whole line will be evaluated, so you will get
an error, because the message is evaluated, but not executed if the if
attribute is false. I think what you need for this scenario is:
Cheers,
Bill
-Original Message-
From: T.G. Mutato [mailto:[EM
> Original Message
>From: [EMAIL PROTECTED]
>
>Check out this code fragment:
>
>
>
>
>The echo statement shouldn't happen if property2 doesn't exist;
>however, the following error happens:
>
>Property evaluation failed.
>Expression: property2 is ${property2}
>
TeJay,
datetime::get-day-of-year
was indeed returning the day of the week. This is now fixed in cvs.
Thanks for the report !
Gert
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
TeJaySent: woensdag 29 december 2004 20:42To:
nant-users@lists.sourceforge.net
Bart,
What version of NAnt are you using ?
Gert
PS. Kevin, I remember a similar issue being reported for
NDoc earlier. Did you make any changes to resolve this ?
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bart
ReadSent: dinsdag 14 december 2004 11:40To:
Hi,
I have discovered more or less what seems to be the problem.
The problem is related to the task called by the task.
The problem is that I have the files like this:
engine
- game
--- version.h
--- version.cpp
-- platform
--- platform.h
In the
Bill,
The problem is that the name attribute of the include element is being
evaluated regardless of whether the if attribute evaluates to true or false.
The only workaround I know of is to protect the entire task containing
the if-protected element inside a dual if/unless block... in the if
bl
Gert,
That fixed it. Thanks!
-BR
From: Gert Driesen
[mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 17, 2004
3:15 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: [Nant-users] Problem
with Move task, overwrite doesn't work?
Brian,
That
J
From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Gert Driesen
Sent: Wednesday, November 17, 2004
1:36 PM
To: 'Felice Vittoria';
[EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: [Nant-users] Problem
with Move task, overwrite doesn't work
I could ofcourse always use : please send a diff for the
fix ...
From: Felice Vittoria
[mailto:[EMAIL PROTECTED] Sent: woensdag 17 november
2004 21:27To: Gert Driesen; [EMAIL PROTECTED];
[EMAIL PROTECTED]Subject: RE: [Nant-users] Problem
with Move task, overwrite doesn
I second that motion! J
Edwin
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Felice Vittoria
Sent: Wednesday, November 17, 2004
12:27 PM
To: Gert Driesen;
[EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: [Nant-users] Problem
with Move task, overwrite
RE: [Nant-users] Problem with Move task, overwrite doesn't
work?
Brian,
That issue was fixed since the 0.84 release. Try using a
recent nightly build (http://nant.sourceforge.net/nightly/builds).
Gert
PS. I should consider putting that line
Brian,
That issue was fixed since the 0.84 release. Try using a
recent nightly build (http://nant.sourceforge.net/nightly/builds).
Gert
PS. I should consider putting that line in my signature
;-)
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL
Brian,
Sometimes system error messages are generic to the point of being useless. The
"file already exists" may be actually indicating something else.
Can you do the move manually from the command line?
Does the destination directory aleady exist? (It probably needs to be there.)
Is the
Brad,
This issue should be fixed in the next nightly build.
Thanks for the report !
Gert
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Brad Wilson
> Sent: maandag 15 november 2004 21:08
> To: NAnt Users
> Subject: [Nant-users] Problem with r
Okay, I found the problem.
Basically, it boils down to the way CompilerBase is calculating the
manifest resource name. If you look inside
CompilerBase.GetManifestResourceName (the one with 4 parameters), in
ComputerBase.cs, you'll see:
if (resourceLinkage != null && resourceLinkage.IsValid)
No, that's okay. If it's not a known problem, I'll fix it today (I
really need a fix today)... then presumably post a patch to the
developers list, I guess.
- Brad
On Mon, 15 Nov 2004 21:38:29 +0100, Gert Driesen
<[EMAIL PROTECTED]> wrote:
> Hi Brad,
>
> Its definitely not a known issue. If you
Hi Brad,
Its definitely not a known issue. If you can provide a small repro, I'd be
happy to look into it.
Gert
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Brad Wilson
> Sent: maandag 15 november 2004 21:08
> To: NAnt Users
> Subject: [Nant
27;m going to try it on our CVS.
Thanks again Clayton.
MArk B.
-Original Message-
From: Clayton Harbour [mailto:[EMAIL PROTECTED]
Sent: Saturday, November 06, 2004 8:52 AM
To: Butler, Mark A Mr IPI Gramm Tech; [EMAIL PROTECTED]
Subject: RE: [Nant-users] Problem with CVS
Hi Mark,
Try crea
Hi Mark,
Try creating a .cvspass file in c:\ (i.e. touch .cvspass).
Alternatively you can use the attribute usesharpcvslib="false" to have
your own cvs client do the checkout.
I will be checking in a patch tomorrow that should fix the issue if a
.cvspass file is not present.
Cheers,
Clayton
>
Haigh
Subject: Re: [Nant-users] Problem
with passing Environment Variables to the Exec task.
This does not address your particular problem of
passing environment variables; I have only been following the thread and I am
not an expert user.
However,
I see you executing "make.exe" wit
No probs, I can manage that.
Thanks,
Nick.
From: Gert Driesen
[mailto:[EMAIL PROTECTED]
Sent: Friday, 22 October 2004 2:02
PM
To: Nick Zigomanis;
[EMAIL PROTECTED]
Subject: RE: [Nant-users] Problem
with comregister task
Nick,
Please submit a bug report for
Nick,
Please submit a bug report for NAntContrib, and I'll have a
look at it next week.
Gert
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Nick
ZigomanisSent: vrijdag 22 oktober 2004 4:34To:
[EMAIL PROTECTED]Subject: [Nant-users] Problem with
comregiste
Stephen,
Please submit a bug report containing a small repro for
this issue, and I'll have a look at it next week.
Gert
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Stephen
LewisSent: vrijdag 22 oktober 2004 0:58To:
[EMAIL PROTECTED]Subject: [Nant-users]
Rami,
Can you send me a full repro for this issue (including the assemblies for
the licensed components) ?
Thanks !
Gert
- Original Message -
From: "Rami Kachlon" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, October 08, 2004 1:04 PM
Subject: [Nant-users] Problem with license
ng Systems Engr.) [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 29, 2004 6:53 PM
To: Ivan Pavlović; [EMAIL PROTECTED]
Subject: RE: [Nant-users] Problem with VSSCheckOut Task
The CruiseControl.NET project (or users of that project) has encountered a
similar problem. They have documented i
The CruiseControl.NET project (or users of that project) has encountered a similar
problem. They have documented it at
http://confluence.public.thoughtworks.org/display/CCNET/VSS
Here is the bit that sounds interesting:
CCNet periodically reports the following error when connecting to VSS: "Un
Is this a problem with interoperability
between 2.0 and 1.1 versions of .NET?
--Edwin
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Chris Langston
Sent: Monday, September 20, 2004
11:41 AM
To:
[EMAIL PROTECTED]
Subject: [Nant-users] Problem with
vssadd
Stephen,
Can you please provide a small repro for this issue ?
Thanks,
Gert
- Original Message -
From: "Stephen Lewis" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, September 18, 2004 12:48 AM
Subject: [Nant-users] Problem with solution task
I am trying to move my build file
l (Firing
> Systems Engr.)" <[EMAIL PROTECTED]>
> Cc: "Felice Vittoria" <[EMAIL PROTECTED]>;
> <[EMAIL PROTECTED]>
> Sent: Wednesday, August 25, 2004 10:47 PM
> Subject: Re: [Nant-users] Problem with the latest nightly build.
>
> > Gert/ Edwin,
>
-- Original Message -
From: "Madhan Retnaswamy" <[EMAIL PROTECTED]>
To: "Gert Driesen" <[EMAIL PROTECTED]>; "Castro, Edwin Gabriel (Firing
Systems Engr.)" <[EMAIL PROTECTED]>
Cc: "Felice Vittoria" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]
t Driesen
Cc: Felice Vittoria; [EMAIL PROTECTED]
Subject: Re: [Nant-users] Problem with the latest nightly build.
Gert,
Yes, your right
I fed the response file to the vbc.exe and i got the same error
message..
C:\Madhan>vbc.exe @response.txt
vbc : Command line error BC2001 : file
'C:\Developm
dhan Retnaswamy" <[EMAIL PROTECTED]>
To: "Gert Driesen" <[EMAIL PROTECTED]>
Cc: "Felice Vittoria" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Wednesday, August 25, 2004 6:41 PM
Subject: Re: [Nant-users] Problem with the latest nightly build.
Gert,
Yes,
ctivities\TakeCalls\AccountInformation\ActionWizard\AutoNoteRequestedEventArgs.vb"
> "C:\Development\VisualStudioNet\Projects\sysCFocus\slnCFocus\CFocus\Activities\TakeCalls\AccountInformation\ActionWizard\UserControls\ucFeeWaiverRequest.ascx.vb"
> "C:\Development\VisualStu
Wizard\AutoNoteRequestedEventArgs.vb"
"C:\Development\VisualStudioNet\Projects\sysCFocus\slnCFocus\CFocus\Activities\TakeCalls\AccountInformation\ActionWizard\UserControls\ucFeeWaiverRequest.ascx.vb"
"C:\Development\VisualStudioNet\Projects\sysCFocus\slnCFocus\CFocus\PrintShop\Classes\A
On Tue, 24 Aug 2004 07:04:19 -0500, Felice Vittoria
> <[EMAIL PROTECTED]> wrote:
> > Madhan,
> >
> > I don't know of any updates to this issue. I tried searching the MSDN KB for
> > "Command line error BC2001" without any luck.
> >
> > Felice
> &
Felice
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Madhan
Retnaswamy
Sent: Tuesday, August 24, 2004 12:32 PM
To: Felice Vittoria
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: [Nant-users] Problem with the latest nightly build.
Hi Felice/Ger
age-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Madhan
> Retnaswamy
> Sent: Monday, August 23, 2004 5:59 PM
> To: Felice Vittoria; [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: Re: [Nant-users] Problem with the latest nightly build.
>
> Hi Guys,
9 PM
To: Felice Vittoria; [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: [Nant-users] Problem with the latest nightly build.
Hi Guys,
Any updates on my issue??? I am wondering if there are any fixes
issued by Microsoft to resolve this issue. Please let me know if there
is any solution
Hi Guys,
Any updates on my issue??? I am wondering if there are any fixes
issued by Microsoft to resolve this issue. Please let me know if there
is any solution to this problem.
thanks,
Madhan.
On Mon, 23 Aug 2004 13:57:37 -0500, Felice Vittoria
<[EMAIL PROTECTED]> wrote:
> Madhan,
>
> The lat
Hi guys,
Gert, so if this a issue with vbc in NET1.0, is there any way i can
get rid of this..any work arounds or any solution will be greatly
appreciated. I cannot switch to NET 1.1, bcos the application is
already in production and we dont want to mess up stuff already in
there by updating it to
Madham,
If I'm not mistaken, then this is an issue with vbc (the MS VB.NET compiler)
in .NET 1.0.
Gert
- Original Message -
From: "Madhan Retnaswamy" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, August 23, 2004 8:32 PM
Subject: [Nant-users] Problem wi
Madhan,
The latest nightly build is nant-0.85-20040820 ... try that.
Felice
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Madhan
Retnaswamy
Sent: Monday, August 23, 2004 1:33 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: [Nant-users] Problem wit
<[EMAIL PROTECTED]>
Sent: Wednesday, August 18, 2004 11:10 PM
Subject: Re: [Nant-users] Problem with solution task
Gert,
Thank you so much! i got the latest nightly build and my issue is
fixed now. Build can now reference the assembly folders for dlls. But
iam getting stuck with another er
PROTECTED]>
> To: "Gert Driesen" <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>; "NAnt Users Mailing List"
> <[EMAIL PROTECTED]>
> Sent: Wednesday, August 18, 2004 1:14 AM
> Subject: Re: [Nant-users] Problem with solution task
>
> > Gert
Hi Kevin,
Can you please send code to reproduce the error. For example, the two
component elements that link to these files and then your directories
element.
Thanks
Jim
> Ran into another error with
>
> Unable to build MSI database 'ApplicationServerSetup.msi'.
>Item
;[EMAIL PROTECTED]>; "NAnt Users Mailing List"
<[EMAIL PROTECTED]>
Sent: Wednesday, August 18, 2004 1:14 AM
Subject: Re: [Nant-users] Problem with solution task
Gert,
I just downloaded the latest nightly build which you uploaded today. I
tried to build Nant using the build file w
Madhan,
If you are running on Windows, just use the executables in the nigthly
build without trying to rebuild them.
Good luck,
Merrill
---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $
"NAnt Users Mailing List" <[EMAIL PROTECTED]>, "Madhan Retnaswamy"
<[EMAIL PROTECTED]> |
your problem.
>
> Gert
>
>
>
> - Original Message -
> From: "Madhan Retnaswamy" <[EMAIL PROTECTED]>
> To: "Gert Driesen" <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>; "NAnt Users Mailing List"
> <[EMAIL PR
; > >> Hi Steve,
> > >>
> > >> This issue is now fixed in cvs. I'll upload a new "nightly" build later
> > >> today.
> > >>
> > >> Thanks for the repro/sample code !
> > >>
> > >> Ger
Original Message -
> From: <[EMAIL PROTECTED]>
> To: "Gert Driesen" <[EMAIL PROTECTED]>
> Sent: Tuesday, August 17, 2004 2:27 AM
> Subject: Re: [Nant-users] Problem with solution task
>
> >
> >
> >
> >
> > Hi Gert
> >
ECTED]>
Cc: <[EMAIL PROTECTED]>; "NAnt Users Mailing List"
<[EMAIL PROTECTED]>
Sent: Tuesday, August 17, 2004 7:10 PM
Subject: Re: [Nant-users] Problem with solution task
Hi Gert/Steve,
Thanks Steve for sending that repro for Gert and thanks Gert for
taking up the
TECTED]>
To: "Gert Driesen" <[EMAIL PROTECTED]>
Sent: Tuesday, August 17, 2004 2:27 AM
Subject: Re: [Nant-users] Problem with solution task
Hi Gert
I have managed to reproduce this behaviour with the following sample code
(See attached
Steve,
As always: please provide a small repro for this issue.
Thanks !
Gert
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, August 16, 2004 8:01 AM
Subject: [Nant-users] Problem with solution task
Hi,
I'm a having trouble with the task with respec
Steven,
NAnt currently ship with NUnit 2.1(.0.4), but we'll soon (?) upgrade to
NUnit 2.2.
Gert
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, August 09, 2004 9:11 AM
Subject: [Nant-users] Problem with NUnit2 Task
Hi,
I am haviong a problem with t
Helmut,
If modified to continue creating other properties for environment
variables if failonerror="false".
Note : in NAnt 0.85 you'll be able to use environment::get-variable()
function to retrieve the value of a specific environment variable.
Gert
- Original Message -
From: "Helmut D
Steve,
Are you using a recenty nightly build of NAnt ? If not, can you try with
the latest nightly build ?
Thanks,
Gert
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, August 02, 2004 8:40 AM
Subject: [Nant-users] Problem with conditional compilatio
Madhan,
I am using in my own tasks. (That's how I knew about
them). Here is how I used them:
In my case, all of the DLLs referenced by the solution are in the directory identified
by ${qatest.dir} rather than in the directory implied by tha
Hi Merrill,
Thanks very much for your quick response
Well...actually I am using task under the
task in my build file but for some reason the build is still not able
to identify these dlls during execution. i tried adding some
messages into the task to just see if the build
process gets in
1 - 100 of 160 matches
Mail list logo