Re: [NAnt-users] Problem with vsscheckin task

2014-01-15 Thread Bob Archer
> 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

Re: [NAnt-users] Problem with pkg-config finding mono

2009-05-13 Thread ptr
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

Re: [NAnt-users] Problem with pkg-config finding mono

2009-04-24 Thread Gert Driesen
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.

Re: [NAnt-users] Problem with pkg-config finding mono

2009-04-23 Thread Ron Grove
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

Re: [NAnt-users] problem with property assignment

2008-12-15 Thread Steve Kapinos
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

Re: [NAnt-users] Problem with xmlpeek & poke & WIX files(Capitalization of xml tags?)

2007-02-15 Thread Samuel R. Neff
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:/

Re: [NAnt-users] Problem with include/exclude...

2006-10-03 Thread Jason Fleming
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

Re: [NAnt-users] Problem with include/exclude...

2006-09-29 Thread Bob Archer
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:

RE : [NAnt-users] Problem with license task

2006-04-24 Thread Parisot Sophie
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-

RE: [NAnt-users] Problem with license task

2006-04-14 Thread Gert Driesen
> -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

RE: [Nant-users] Problem with readonly attribute on property

2005-11-18 Thread Rod Ayers
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

Re: [Nant-users] Problem with readonly attribute on property

2005-11-17 Thread Gary Feldman
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

RE: [Nant-users] Problem with readonly attribute on property

2005-11-17 Thread Rod Ayers
#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

RE: [Nant-users] Problem with readonly attribute on property

2005-11-16 Thread Gert Driesen
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

Re: [Nant-users] Problem with lc.exe task ignors output parameter

2005-11-09 Thread Marcin Grzębski
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"/>

RE: [Nant-users] Problem with NANT and licx files

2005-11-06 Thread Pillai, Gishu R (GE Energy)
>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?

Re: [Nant-users] Problem with targets not being found from d files

2005-07-04 Thread Ian MacLean
[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

Re: [Nant-users] Problem with targets not being found from d files

2005-07-04 Thread Troy Laurin
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

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

2005-06-24 Thread Gary Feldman
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

Getting interactive input (was Re: [Nant-users] Problem with exec and input redirection to file)

2005-06-24 Thread Gary Feldman
[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

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

2005-06-24 Thread christoph . riesenberger
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

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] 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

RE: [Nant-users] problem with system dlls in mono 1.1

2005-06-06 Thread Philip Nelson
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

RE: [Nant-users] problem with system dlls in mono 1.1

2005-06-05 Thread Gert Driesen
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 > --

RE: [Nant-users] Problem with Nant Tasks

2005-05-17 Thread James, Justin
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

RE: [Nant-users] Problem with Nant Tasks

2005-05-17 Thread Gert Driesen
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

RE: [Nant-users] Problem with Nant Tasks

2005-05-17 Thread James, Justin
-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

RE: [Nant-users] Problem with Nant Tasks

2005-05-17 Thread Gert Driesen
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

Re: [Nant-users] Problem with solution build, additional ressources....

2005-05-13 Thread Gary Feldman
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

RE: [Nant-users] problem with log4net 1.2.9 in rc3 with tasks using TortoiseCVS 1.8.11 client's cvs.exe (long email)

2005-04-22 Thread Morris, Jason
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

RE: [Nant-users] problem with log4net 1.2.9 in rc3 with tasks using TortoiseCVS 1.8.11 client's cvs.exe (long email)

2005-04-20 Thread Gert Driesen
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

Re: [Nant-users] problem with script task

2005-04-14 Thread Ian MacLean
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

Re: [Nant-users] problem with script task

2005-04-14 Thread Ian MacLean
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

Re: [Nant-users] problem with script task

2005-04-13 Thread Ian MacLean
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

RE: [Nant-users] Problem with nunit2

2005-04-05 Thread Rick Busch
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

Re: [Nant-users] Problem with nunit2

2005-04-05 Thread Kevin Williams
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

RE: [Nant-users] Problem with nunit2

2005-04-04 Thread Rick Busch
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

Re: [Nant-users] Problem with nunit2

2005-04-04 Thread Mike Roberts
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

Re: [Nant-users] Problem with OnSuccess/OnFailure Automated Targets

2005-03-17 Thread Merrill Cornish
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

Re: [Nant-users] Problem with Visual Studio Designer

2005-03-17 Thread Ian MacLean
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

RE: [Nant-users] Problem with property evaluation

2005-02-18 Thread Bill.Martin
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

RE: [Nant-users] Problem with property evaluation

2005-02-18 Thread Troy Laurin
> 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} >

RE: [Nant-users] problem with datetime::get-day-of-year()

2004-12-29 Thread Gert Driesen
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

RE: [Nant-users] Problem with NDoc when types / members protected with StrongNameIdentityPermission

2004-12-15 Thread Gert Driesen
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:

Re: [Nant-users] Problem with solution task

2004-11-30 Thread Obtenebration
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

Re: [Nant-users] Problem with

2004-11-18 Thread Troy Laurin
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

RE: [Nant-users] Problem with Move task, overwrite doesn't work?

2004-11-18 Thread Brian . Rogers
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

RE: [Nant-users] Problem with Move task, overwrite doesn't work?

2004-11-17 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
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

RE: [Nant-users] Problem with Move task, overwrite doesn't work?

2004-11-17 Thread Gert Driesen
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&#

RE: [Nant-users] Problem with Move task, overwrite doesn't work?

2004-11-17 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
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?

2004-11-17 Thread Felice Vittoria
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

RE: [Nant-users] Problem with Move task, overwrite doesn't work?

2004-11-17 Thread Gert Driesen
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

Re: [Nant-users] Problem with Move task, overwrite doesn't work?

2004-11-17 Thread Merrill Cornish
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

RE: [Nant-users] Problem with resgen inside a task

2004-11-17 Thread Gert Driesen
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

Re: [Nant-users] Problem with resgen inside a task

2004-11-15 Thread Brad Wilson
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)

Re: [Nant-users] Problem with resgen inside a task

2004-11-15 Thread Brad Wilson
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

RE: [Nant-users] Problem with resgen inside a task

2004-11-15 Thread Gert Driesen
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

RE: [Nant-users] Problem with CVS

2004-11-08 Thread Butler, Mark A Mr IPI Gramm Tech
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

RE: [Nant-users] Problem with CVS

2004-11-06 Thread Clayton Harbour
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 >

RE: [Nant-users] Problem with passing Environment Variables to the Exec task.

2004-10-25 Thread Shawn Haigh
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

RE: [Nant-users] Problem with comregister task

2004-10-21 Thread Nick Zigomanis
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

RE: [Nant-users] Problem with comregister task

2004-10-21 Thread Gert Driesen
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

RE: [Nant-users] Problem with

2004-10-21 Thread Gert Driesen
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]

Re: [Nant-users] Problem with license in the solution task

2004-10-09 Thread Gert Driesen
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

RE: [Nant-users] Problem with VSSCheckOut Task

2004-09-30 Thread Ivan Pavlović
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

RE: [Nant-users] Problem with VSSCheckOut Task

2004-09-29 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
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

RE: [Nant-users] Problem with vssadd

2004-09-20 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
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  

Re: [Nant-users] Problem with solution task

2004-09-17 Thread Gert Driesen
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

Re: [Nant-users] Problem with the latest nightly build.

2004-08-26 Thread Madhan Retnaswamy
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, >

Re: [Nant-users] Problem with the latest nightly build.

2004-08-25 Thread Gert Driesen
-- 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]

RE: [Nant-users] Problem with the latest nightly build.

2004-08-25 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
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

Re: [Nant-users] Problem with the latest nightly build.

2004-08-25 Thread Gert Driesen
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,

Re: [Nant-users] Problem with the latest nightly build.

2004-08-25 Thread Madhan Retnaswamy
ctivities\TakeCalls\AccountInformation\ActionWizard\AutoNoteRequestedEventArgs.vb" > "C:\Development\VisualStudioNet\Projects\sysCFocus\slnCFocus\CFocus\Activities\TakeCalls\AccountInformation\ActionWizard\UserControls\ucFeeWaiverRequest.ascx.vb" > "C:\Development\VisualStu

Re: [Nant-users] Problem with the latest nightly build.

2004-08-24 Thread Gert Driesen
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

Re: [Nant-users] Problem with the latest nightly build.

2004-08-24 Thread Madhan Retnaswamy
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 > &

RE: [Nant-users] Problem with the latest nightly build.

2004-08-24 Thread Felice Vittoria
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

Re: [Nant-users] Problem with the latest nightly build.

2004-08-24 Thread Madhan Retnaswamy
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,

RE: [Nant-users] Problem with the latest nightly build.

2004-08-24 Thread Felice Vittoria
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

Re: [Nant-users] Problem with the latest nightly build.

2004-08-23 Thread Madhan Retnaswamy
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

Re: [Nant-users] Problem with the latest nightly build.

2004-08-23 Thread Madhan Retnaswamy
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

Re: [Nant-users] Problem with the latest nightly build.

2004-08-23 Thread Gert Driesen
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

RE: [Nant-users] Problem with the latest nightly build.

2004-08-23 Thread Felice Vittoria
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

Re: [Nant-users] Problem with solution task

2004-08-18 Thread Gert Driesen
<[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

Re: [Nant-users] Problem with solution task

2004-08-18 Thread Madhan Retnaswamy
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

Re: [Nant-users] problem with directory structure.

2004-08-18 Thread James Geurts
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

Re: [Nant-users] Problem with solution task

2004-08-18 Thread Gert Driesen
;[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

Re: [Nant-users] Problem with solution task

2004-08-17 Thread Merrill Cornish
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 $

Re: [Nant-users] Problem with solution task

2004-08-17 Thread steve_hager
"NAnt Users Mailing List" <[EMAIL PROTECTED]>, "Madhan Retnaswamy" <[EMAIL PROTECTED]> |

Re: [Nant-users] Problem with solution task

2004-08-17 Thread Madhan Retnaswamy
your problem. > > Gert > > > > - Original Message - > From: "Madhan Retnaswamy" <[EMAIL PROTECTED]> > To: "Gert Driesen" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]>; "NAnt Users Mailing List" > <[EMAIL PR

Re: [Nant-users] Problem with solution task

2004-08-17 Thread Madhan Retnaswamy
; > >> 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

Re: [Nant-users] Problem with solution task

2004-08-17 Thread Madhan Retnaswamy
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 > >

Re: [Nant-users] Problem with solution task

2004-08-17 Thread Gert Driesen
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

Re: [Nant-users] Problem with solution task

2004-08-17 Thread Gert Driesen
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

Re: [Nant-users] Problem with solution task

2004-08-15 Thread Gert Driesen
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

Re: [Nant-users] Problem with NUnit2 Task

2004-08-09 Thread Gert Driesen
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

Re: [Nant-users] problem with bash-specific environment variables

2004-08-04 Thread Gert Driesen
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

Re: [Nant-users] Problem with conditional compilation

2004-08-03 Thread Gert Driesen
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

Re: [Nant-users] Problem with task

2004-07-28 Thread Merrill Cornish
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

Re: [Nant-users] Problem with task

2004-07-28 Thread Madhan Retnaswamy
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   2   >