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

[NAnt-users] Problem with vsscheckin task

2014-01-15 Thread Wilson, Brian
Howdy, 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 in

[NAnt-users] Problem building a GUI using task

2010-03-08 Thread matty_b
Hi all, I'm trying to build a GUI using the task. As part of the task I pass in a rootnamespace argument. My problem is that the GUI makes use of the 'My' namespace, and this is amended with the rootnamespace. So 'My' becomes 'rootnamespace.My' and this means that the compiler cannot find proper

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

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

2009-04-23 Thread Ron Grove
I'm having trouble with pkg-config when I run nant on the monobjc project's package, but others have it working fine. The email below details what I've done so far from a different mailing list. I really don't understand why pkg-config says it can't find mono. When I run the command on i

Re: [NAnt-users] problem with property assignment

2008-12-15 Thread Steve Kapinos
eading the file in the second script. If the tasks must be performed separately, that is probably your best bet. -Original Message- From: netvampire.tw [mailto:netvampire...@yahoo.com.tw] Sent: Sunday, December 14, 2008 11:05 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-user

[NAnt-users] problem with property assignment

2008-12-14 Thread netvampire.tw
Hi.I had problems with property assignment. 1.I use to get version,but I need to use if condition to use default value "0.0.0" or not. if I write it always report errors.property cannot be overwritten. I have no idea how to assign default value to my property... 2.I would like to separate tasks

[NAnt-users] Problem with my first MSI task

2008-11-26 Thread arnaud gaudin
Hi everyone, I'm trying to create myfirst msi, and obviously I run into problem. Below my script : Build file to perform core common functionality. Create the following error: NAnt 0.86 (Build 0.86.2898.0; beta1;

[NAnt-users] problem with task msi from NAntContrib 0.85 release

2008-07-25 Thread Dipper, Helmut
Hello, I have a problem with task msi from NAntContrib 0.85 release: For a .NET 2.0 assembly the 'processorArchitecture' is part of the full assembly identity. It seems that in the table 'MsiAssemblyName' of the msi-database created via msi-task the entry for 'processorArchitecture' for an assem

Re: [NAnt-users] Problem to load my repository dump file...

2008-03-06 Thread Sébastien Filion
You are right! Sorry... -Original Message- From: Melissa Kacher [mailto:[EMAIL PROTECTED] Sent: March 6, 2008 9:26 AM To: Sébastien Filion; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] Problem to load my repository dump file... Correct me if I need new glasses, but I

Re: [NAnt-users] Problem to load my repository dump file...

2008-03-06 Thread Melissa Kacher
you should look for support on svn. You may find that it is your virus scanning software. Or something else entirely. But I think that you should find out before you continue to diagnose the problem. Original Message Follows From: Sébastien Filion <[EMAIL PROTECTED]> To: Subject: [N

[NAnt-users] Problem to load my repository dump file...

2008-03-06 Thread Sébastien Filion
Hi, I got an error when trying to load my repository dump in a clean repository... This is the command that I launch: F:\>MyRepository\Subversion\bin\svnadmin.exe load F:\MyRepository < REPOBACKUP\RepositoryDump.dmp After 5 hours, I reach the revision 11495 and I got this error messag

Re: [NAnt-users] problem in custom nant task

2007-10-18 Thread Gert Driesen
-users] problem in custom nant task HI all, I am facing problem in creating the custom NAnt task having nested build elements. My task should look like this I am writng the telnet utility in which I want to pass the all commands along with command name

[NAnt-users] problem in custom nant task

2007-10-17 Thread Ashish Mittal
HI all, I am facing problem in creating the custom NAnt task having nested build elements. My task should look like this I am writng the telnet utility in which I want to pass the all commands along with command name, failure message, success message to C# appli

[NAnt-users] problem in interop task

2007-10-14 Thread Ashish Mittal
Hi, I am compiling one c# project using nant. And I am creating one interop assembly using task from a given dll. It's size is the same as it generates through the visual studio 2003 but in the case of NAnt project is not recognizing the some structures form the given dll can anybody help

[NAnt-users] problem regarding the property

2007-09-19 Thread Ashish Mittal
Hi, I want to use property that has been set to some value in on project and I want to utilize that value in the another project . I have included that build file but still it is giving me error that Property evaluation failed How can I use that (even I set the property at the project

[NAnt-users] problem related to FTP conn.

2007-06-06 Thread Ashish Mittal
Hi friends, I got one error message while executing the custom task in which I am trying to do the FTP connection BUILD FAILED INTERNAL ERROR System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it

Re: [NAnt-users] Problem setting a property conditionally where the value is a variable that may not have been set

2007-02-16 Thread Cornish, Merrill
ry 16, 2007 10:55 AM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Problem setting a property conditionally where the value is a variable that may not have been set Hi folks, hope you can help me as it looks to me like this should be a very simple problem but I've been going round

[NAnt-users] Problem setting a property conditionally where the value is a variable that may not have been set

2007-02-16 Thread David Jones
Hi folks, hope you can help me as it looks to me like this should be a very simple problem but I've been going round in circles. I have a target in an included build file to run msbuild on a .csproj file and it overwrites some of the settings in the proj file if certain nant properties are set. In

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

2007-02-15 Thread Samuel R. Neff
PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of nick hemsley Sent: Thursday, February 15, 2007 1:59 AM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Problem with xmlpeek & poke & WIX files(Capitalization of xml tags?) Hey

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

2007-02-14 Thread nick hemsley
Hey all, I have a WIX (http://wix.sf.net) file which looks like this: http://schemas.microsoft.com/wix/2003/01/wi";> ... I am trying to xmlpoke the Name, Version & Manufatcurer etc. v

Re: [NAnt-users] Problem Debugging

2006-11-07 Thread Adam
I have figured out what the problem was.  I found that I could not debug it on any pc that had Visual Studio 2003 SP1 installed.  On a hunch I created a virtual machine that had a clean Visual Studio 2003 install on it and was able to run the debugger against NAnt on it.  I am not sure as to why it

[NAnt-users] Problem Debugging

2006-11-06 Thread Adam
I have been trying to update and debug the NAnt extension I created but within the last few verisons I can't seem to attach the debugger.  Visual Studio gives me "Error while trying to run project: Unable to start debuggin.  Unable to start program 'c:\nant\nant.exe'."  I have tried the compiled bi

[NAnt-users] Problem with VBC task

2006-10-12 Thread Ramya Niranjan
Hello,   I am facing a problem running the VBC task to build 3 of my projects. I have both .NET FW 1.1 and 2.0 on my machine. When I build Project A and Project B by targetting 1.1 FW, the build goes through fine, but when I build Project 3 (This has reference to Project A.dll and ProjectB.dll), t

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

2006-10-03 Thread Jason Fleming
> > > > > > > > At least, this is what I remember needing to do that worked for me. > > BOb > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Jason > Fleming > Se

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

2006-09-29 Thread Bob Archer
ed for me. BOb -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Fleming Sent: Friday, September 29, 2006 10:05 AM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Problem with include/exclude... Hi all, I?m currently having a bit of trouble us

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

2006-09-29 Thread Jason Fleming
Hi all, I?m currently having a bit of trouble using include and exclude in delete task and was hoping someone might be able to help? I have the following: ?and I assumed this would delete the entire contents of ${Globals.SourcePath}\FolderA and all sub-fol

Re: [NAnt-users] Problem using regasm task

2006-08-30 Thread Gary Feldman
Carl Malikowski wrote: > > Thanks – I’ve made some progress, but am still a bit puzzled. I’ve > found I can execute regasm via the exec task, if I set the working > directory to where it resides. The environment already has > “C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322” in PATH so I’m somewhat

Re: [NAnt-users] Problem using regasm task

2006-08-30 Thread Carl Malikowski
. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bonio Lopez Sent: Tuesday, August 29, 2006 8:22 PM To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Problem using regasm task   Hi, Do you use any firewall software? Sometimes it blocks attempt of one app to l

Re: [NAnt-users] Problem using regasm task

2006-08-29 Thread Bonio Lopez
: Mittwoch, 30. August 2006 00:44To: Bonio Lopez; nant-users@lists.sourceforge.netSubject: RE: [NAnt-users] Problem using regasm task Thanks to both you and Gert for responding, but no luck .I modified the Nant.exe.config file and changed the default to an explicit value: It was: I tried

Re: [NAnt-users] Problem using regasm task

2006-08-29 Thread Carl Malikowski
ore.Project.Execute()    at NAnt.Core.Project.Run()   I must admit, I’m stumped…. Carl From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bonio Lopez Sent: Tuesday, August 29, 2006 5:33 PM To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Problem using regasm task

Re: [NAnt-users] Problem using regasm task

2006-08-29 Thread Bonio Lopez
-users] Problem using regasm task Hi, I’m looking a bit of help in trying to troubleshoot a problem. We are using 0.85 rc-3. I’d like to be able to use regasm from nantcontrib or call regasm using the exec task.   <regasm assembly="${assemfile}" exporttypelib = "true&

[NAnt-users] Problem using regasm task

2006-08-29 Thread Carl Malikowski
Hi, I’m looking a bit of help in trying to troubleshoot a problem. We are using 0.85 rc-3. I’d like to be able to use regasm from nantcontrib or call regasm using the exec task.       Regardless whether its lo

[NAnt-users] Problem with and ComponentOne

2006-07-28 Thread Juan Carlos Becerra Irene
Hello I'm a new NAnt user trying to use the tool. My problem is this:1. I use ComponentOne (C1) components which require a license.2. I've created the code to generate the .licenses file 3. The script builds ok, but when I run the output, I get popup boxes indicating that I'm not using a licensed v

Re: [NAnt-users] Problem building with solution task with outputdir specified

2006-05-13 Thread gertdriesen
Beth, Can you send me a small repro for this issue ? Thanks! Gert -- View this message in context: http://www.nabble.com/Problem-building-with-solution-task-with-outputdir-specified-t1610133.html#a4371150 Sent from the NAnt - Users forum at Nabble.com. --

[NAnt-users] Problem building with solution task with outputdir specified

2006-05-12 Thread bhechanova
I’m having a problem using the outputdir parameter within the solution task and building dependent subprojects within the solution.   My solution has several projects.  First to compile is Project A – this builds fine, and its output products are in the specified outputdir.  Next is Proje

RE : [NAnt-users] Problem with license task

2006-04-24 Thread Parisot Sophie
users] Problem with license task > -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 >

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, > &g

[NAnt-users] Problem with license task

2006-04-14 Thread Parisot Sophie
Hi,   I want to use the license task :          [NAnt-users] Problem with resgen task
Been using Nant for 4 months as our build tool in a startup company.    I am having a problem with resgen not including .ico and .bmp files as EmbeddedResources into the project output.  Output type is class library. There is no problem when built using Visual Studio (2003).   Here is

Re: [Nant-users] Problem in Building using Cl Task

Hi Lekha, Unfortunately the cl task will not work on linux as it wraps cl.exe - the microsoft c/c++ compiler. If someone were to implement a task that supported gcc command line options that would be good. Alternatively you could try using the task to call gcc directly. Ian Lavanya Pattela

[Nant-users] Problem in Building using Cl Task

Hi   I am new to NANT, I installed NANT on LINUX using mono framework, and it is working fine.     But when i am trying to build "C-programs" using "cl" task I am getting an error as: Target framework: Mono 1.0 ProfileTarget(s) specified: tgt tgt:    [cl] Compiling 1 files to '

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

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

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

#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

lf Of Rod Ayers > Sent: woensdag 16 november 2005 7:59 > To: nant-users@lists.sourceforge.net > Subject: [Nant-users] Problem with readonly attribute on property > > I have a "top-level" build file in which I initialize several > properties. It then calls a task in a

[Nant-users] Problem with readonly attribute on property

I have a "top-level" build file in which I initialize several properties.  It then calls a task in another build file that reads a properties file, updating properties previously initialized.  I want to make sure that properties updated from the property file don't get overwritten anywhere

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

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"/>

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

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.       However the task appears to append the path to the temp path.    [license] Output file 'W:\Pluto\Code.Net\TraPricingDatesCalendar\TraPricingDate

[Nant-users] Problem with ECHO task and encoding.

Hi All, I want to join two or more text files (with polish windows encoding 1250) in a single file in the same encoding. I found task with append possiblities, but i found that i haven't control over its encoding. Second task i was trying, was , but it hasn't any append possibilities. Is there

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

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

[Nant-users] Problem with NANT and licx files

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?

[Nant-users] Problem with Mono

Hello, I don't know exactly what I screwed up, but NAnt is not working on my PC anymore. I have Fedora Core 4, NAnt 0.85 RC3 and Mono 1.1.9.2 Here is the error message: The NAnt configuration file (/usr/share/NAnt/bin/NAnt.exe.config) does not have a node for the current runtime framework. Pleas

[Nant-users] Problem with registry and MSI

Hi, I'm using the task to create an install set, but have a problem with the registry.  I am setting some keys during the installation to property values, however when I uninstall the software, the key does not get deleted.  I have the following entry in my script:                            

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

[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

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

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

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 using the -f command line option.

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

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)

[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

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

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

[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

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

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

EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of > > Philip Nelson > > Sent: zondag 5 juni 2005 16:47 > > To: nant-users@lists.sourceforge.net > > Subject: [Nant-users] problem with system dlls in mono 1.1 > > > > I must be missing something si

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

> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Philip Nelson > Sent: zondag 5 juni 2005 16:47 > To: nant-users@lists.sourceforge.net > Subject: [Nant-users] problem with system dlls in mono 1.1 > > I must be missing somet

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

I must be missing something simple but can't quite get it. I use debian with the latest mono. I can build simple programs including the simple hello world in the nant (.85 rc3) examples. However, references to other dlls in the gac in windows like System.Data.dll are not working. With mcs I can jus

RE: [Nant-users] Problem with Nant Tasks

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

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

-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

dinsdag 17 mei 2005 15:35 > To: nant-users@lists.sourceforge.net > Subject: [Nant-users] Problem with Nant Tasks > > I am trying to upgrade a bunch of build files from .84 to .85 rc3 and > ran into an issues with the nant tasks. In .84 when you used the nant > tasks the build

[Nant-users] Problem with Nant Tasks

I am trying to upgrade a bunch of build files from .84 to .85 rc3 and ran into an issues with the nant tasks. In .84 when you used the nant tasks the build file would execute from the directory where the called build file was located so any directory references that we relative to the build file

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

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

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

Title: Problem with solution build, additional ressources I have a problem with a project organizaition have here that makes me sorrows trying to move into Nant. Situation: * We have a library in one of our projects that does use a third party control. * This third party control uses

[Nant-users] Problem with filterchain

Hi all, I'm having trouble getting the filterchain feature to work. A description of the problem can be found at: http://www.experts-exchange.com/Programming/Programming_Languages/C_Sharp/Q_21405718.html Short summary: The filterchain tag seems to be totally ignored. I have also tried upgrading

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

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)

Sorry for the inconveniece.   Gert     From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Morris, JasonSent: woensdag 20 april 2005 7:28To: nant-users@lists.sourceforge.netSubject: [Nant-users] problem with log4net 1.2.9 in rc3 with tasks using TortoiseCVS 1.8.11 client'

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

After upgrading to rc3, my tasks started to break due to the new log4net 1.2.9 (1.2.1.40796).  It looks like when the task execs out to my TortoiseCVS cvs.exe, I get an assembly reference mismatch.  I prefer to use my external cvs.exe instead of the packaged dll.   Anyone have any thoughts

Re: [Nant-users] problem with script task

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

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

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

[Nant-users] problem with script task

Hello, 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. Remarks: - I attached all test files (zip-file was not possible).

RE: [Nant-users] Problem with nunit2

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

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

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

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

[Nant-users] Problem with nunit2

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.2.   I get the following from Nant:   [nunit2] Assembly was not built using the Nunit fram

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

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

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

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

Begin Nant File Paste ---   ….                       fileset>           tolist="[EMAIL PROTECTED]"   subject="Build Succeeded"   mailhost="some server "   

[Nant-users] Problem with Visual Studio Designer

Hello. I'm working on a Project, developed with Visual Studio and compiled with Nant. i have a problem with the VS Designer. Some of our controls can't be showed with the designer. It seems it's because nant, because when i compile the project with VS I can see the controls. Anyone as an ide

RE: [Nant-users] Problem when running solution task...

> Chris Walton > Sent: dinsdag 8 maart 2005 22:32 > To: nant-users@lists.sourceforge.net > Subject: [Nant-users] Problem when running solution task... > > We just upgraded to .85-rc2 version and started getting an error when > running the solution task. We are getting the

[Nant-users] Problem when running solution task...

We just upgraded to .85-rc2 version and started getting an error when running the solution task. We are getting the error... [solution] Building 'Project.Name' [debug] ... [attrib] Setting file attributes for 7 files to Normal. ... [solution] Project is up-to-date

[Nant-users] Problem locating referenced files in solution task

Greetings all,   I'm not sure if the following represents a problem with NAnt, or just a local configuration problem (I.e. driver error).   Consider the following directory structure:   Root     Project1     bin     Release     Project2     bin     Release    

RE: [Nant-users] Problem with property evaluation

:[EMAIL PROTECTED] Sent: 17 February 2005 02:00 To: nant-users@lists.sourceforge.net Subject:[Nant-users] Problem with property evaluation << File: TestProperties.build >> Check out this code fragment: The echo statement shouldn't happen if property2 doesn'

RE: [Nant-users] Problem with property evaluation

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

[Nant-users] Problem with property evaluation

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} ^ Property 'property2' has not been set. Should this

Re: [Nant-users] Problem Solved

Chris Taylor wrote: Alright, so my whole big issue from earlier. Solved. but not without hours of torment. The problem was within Gordon's XSLT which did not account for the . So I modded the file and added templates for Imports and Import to work the with the vbc task. Still wouldn't compile!

[Nant-users] Problem Solved

Alright, so my whole big issue from earlier. Solved. but not without hours of torment. The problem was within Gordon's XSLT which did not account for the . So I modded the file and added templates for Imports and Import to work the with the vbc task. Still wouldn't compile! But, I'm getting d

  1   2   3   4   >