[nant-dev] Solution task problem

2004-05-14 Thread Felix Cheong
Hi all, My .NET project has reference to some Visual Basic COM objects (e.g. MyServer.dll, COMSVCLIB.dll etc.). When I used NANT (latest nightly build May 10, 2004) to build this solution, it generates Interop.MyServer.dll, MyServer.dll, Interop.COMSVCLIB.dll and COMSVCLIB.dll. But if I build

[nant-dev] solution task problem

2003-10-08 Thread Kent Boogaart
Hi all, I am attempting to use a solution task to build as follows: solution solutionfile=eSM/eSM.sln configuration=${c#.build.configuration}/ Doing so yields the following output: INTERNAL ERROR System.Xml.XmlException: The data at the root level is invalid. Line 1, position 1. at

[nant-dev] Solution Task problem

2003-09-16 Thread Eric Fetzer
Ooooppps, should have sent to NAnt Dev: My developers just started incorporating NDoc into their projects. My first build has resulted in some errors in the compile. It looks like NAnt is looking for the *.xml file that should result before the compile is done and erroring out because it's not

Re: [nant-dev] Solution Task problem

2003-09-16 Thread Eric Fetzer
Double Opps, Jean answered me. I'll bounce back as to whether it worked or not (warning level change). Thanks Jean!Eric Fetzer [EMAIL PROTECTED] wrote: Ooooppps, should have sent to NAnt Dev: My developers just started incorporating NDoc into their projects. My first build has resulted in

[nant-dev] Solution task problem

2003-08-01 Thread Dmitriy Bezugliy
Hi I novice to Nant and Ant. I try to using task solution target name="build" solution configuration="debug" projects !--includes name="Core.etp" /-- includes name="Bkc.Oblik.aCRM.Common/Bkc.Oblik.aCRM.Common.csproj"/ /projects /solution /target And got those answer : build: