Jeff,

What version of Nant are you using ?

Gert 

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jeff Welling
Sent: dinsdag 18 september 2007 12:31
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] solutions task

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
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users


-------------------------------------------------------------------------
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
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to