I am trying to convert xml-rpc.sln/xml-rpc.csproj into a nant build
file or the equivalent. This is all that I've been able to come up
with:
<?xml version="1.0"?>
<project name="xmlrpc" default="build" basedir=".">
<description>xmlrpc</description>
<target name="build">
<solution configuration="release" solutionfile="xmlrpc.sln" />
</target>
</project>
And when I try to run it as a buildfile through nant I get
/usr/src/xml-rpc/src/xmlrpc.build(5,8):
Invalid element <solution>. Unknown task or datatype.
Can someone please help me convert this stupid sln/csproj file into a
nant buildfile so I can get on with my life, I've been trying to
figure this out forever
Any help is appreciated,
Thanks
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
NAnt-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nant-users