RE: [Nant-users] NAnt Bug with DLL Base Addresses

2005-03-17 Thread Gert Driesen
Andrew, This is now fixed in cvs. Gert > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > [EMAIL PROTECTED] > Sent: donderdag 17 maart 2005 10:04 > To: nant-users@lists.sourceforge.net > Subject: [Nant-users] NAnt Bug with DLL Base Addresses > >

[Nant-users] cpp Solution Sample Always Recompiles

2005-03-17 Thread Jack Kordas
Am I missing something?   I have several c++ projects I am building and they always compile even when nothing has changed.   I also noted the same behavior for the sample cpp solution in examples\solution\cpp\WinForms.   For the sample c# solution, on the second attempt, you get a “Pr

[Nant-users] CodeDomProvider for C# could not be created

2005-03-17 Thread Todd, Craig M
Title: CodeDomProvider for C# could not be created Guys, I get this when I call a target that contains a

[Nant-users] NAnt Bug with DLL Base Addresses

2005-03-17 Thread Andrew.J.Baker
Not sure if this is the correct place to send this, but I have just noticed that NAnt incorrectly sets DLL bases addresses during builds (it gets confussed between decimal and hex numbers). This will only happen if you set a custom base address (using the project advanced build options). I have a

RE: [Nant-users] Path changes in RC2

2005-03-17 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > [EMAIL PROTECTED] > Sent: donderdag 17 maart 2005 15:48 > To: nant-users@lists.sourceforge.net > Subject: [Nant-users] Path changes in RC2 > > Hi, > > I have a bit of a problem. We currently us

Re: [Nant-users] Excluding directories in filesets

2005-03-17 Thread Troy Laurin
Does the setting the "includeemptydirs" attribute on the task prevent the directories being created in the target location? I'm not sure if NAnt should copy directories if all of the files they contain are excluded. Hope this helps, -- Troy --

Re: [Nant-users] Call task with value attribute

2005-03-17 Thread Troy Laurin
Evan, NAnt has been modified to fail the build if it encounters any invalid attributes (previously it just displayed a warning message). There is no "value" attribute in the task, so NAnt is erroring. Is it a problem to remove the "value" attribute from your script? -- Troy ---

[Nant-users] Call task with value attribute

2005-03-17 Thread Bonnett, Evan A
Title: Call task with value attribute Hey all, Why, using version 0.85.1653.0, does the below call work but using the latest stable build, it complains of the value attribute? Thanks!    
       
       

[Nant-users] Excluding directories in filesets

Ok... yet another questions. Thanks for all ur help, you've been very helpful. I have this fileset: So.. basically what I'm trying to do h

[Nant-users] Path changes in RC2

Hi, I have a bit of a problem. We currently use a nightly build from 30-06-2004 for building our system. I am looking at upgrading to RC2, but have hit a problem with the way directories are treated. Our build script consists of a top level build file invoked by a .bat file, this then uses the

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

[Nant-users] Example VSS file

Hi all, Has anyone got an example of a .build file, that gets the latest project files from a SourceSafe project and compiles the code. I have searched the web and simply cannot find one. Any pointers at all greatly appreciated.   Paul ___

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] NDoc and Nant 0.85RC2

Hello,   I’m new at all this, but I was trying the ndoc task and I verified my build file against the xsd I got the error that the tags and are invalid.   Any ideas?   Using xsd: http://nant.sf.net/release/0.85-rc2/nant.xsd   Build File:  

[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