[Nant-users] solution task failing on 3rd party licx file

2004-06-15 Thread Scott Buzan
Hello,   I am using the task to build my nant project.  I am using a 3rd party gui library (syncfusion) which uses a .licx file.  The project references a copy of the 3rd party dlls in a sub folder of the project.  The license file causes an exception to be thrown within nant.  The error message r

[Nant-users] Scoping issues with task, passing properties with inheritall="false"

2004-06-15 Thread Troy Laurin
Am I using this the wrong way?               The above fails (Property 'test-property-to-pass' has not been set.) unless inheritall is set to "true" in the nant task.  This seems very counter-intuitive to me, since I basically want to pass a subset of the properties in the parent b

Re: [Nant-users] Having a problem with the midl task

2004-06-15 Thread Martin Gainty
Nickuse property for substituting an individual entity such as. tlb="${idl.src}\TempAtl.tlb"...-OR-use fileset instead of property for specifying all the files for a fileset take a look athttp://nant.sourceforge.net/help/types/fileset.htmlHTH,Martin - Original Message - From:

[Nant-users] Having a problem with the midl task

2004-06-15 Thread Nick Zigomanis
I’m having a problem getting the midl task to work. Within my build file, I have something that looks like:                   When it’s run, I get an error like:   midl : command line warning MIDL1009 : unknown argument ignored "file.IDL" midl : comman

[Nant-users] task and VC++ problems

2004-06-15 Thread joejurkiewicz
BDY.RTF Description: RTF file

[Nant-users] Cl.exe /I for additional include directories

2004-06-15 Thread tbarrere
Hi, i've added several additional include directories to a vs.net c++ project, which I build using the solution task in verbose mode (using latest nant nightly build): -- nant output -- [solution] Building 'MessageTCP' [debug]... [cl] 'c:\working\MyLocalCopy\nM