Hi,

I have installed nantcontrib and slingshot *seems* to be installed, but I have not been able to find much documentation on its usage. I am new to nant so I may be going about this the wrong way for lack of examples showing me otherwise.

 

I have tried creating a nant build file that creates my solution.build file. It is named createSol.build:

 

<?xml version="1.0"?>

<project name="Nant" >

<slingshot solution="MySolution.sln" format="nant" output="MySolution.build">

                <parameters>

                    <option name="build.basedir" value="bin"/>

                </parameters>

</slingshot>

</project>

 

I have tried several ways to run this:

 

 

C:\Documents and Settings\adatlba>nant -D:nant.dir=c:\nant\ -buildfile:d:\projects\ti\ti.umix\createSol.build

NAnt 0.84 (Build 0.84.1455.0; net-1.0.win32; release; 12/26/2003)

Copyright (C) 2001-2003 Gerry Shaw

http://nant.sourceforge.net

 

Buildfile: file:///d:/projects/ti/ti.umix/createSol.build

 

BUILD FAILED

 

d:\projects\ti\ti.umix\createSol.build(3,2):

Invalid element <slingshot>. Unknown task or datatype.

 

Total time: 0 seconds.

 

 

It looks to me as the slingshot dll is not installed but it seems to be (the dlls are in the bin dir of nant).

 

Any thoughts or links on real usage of slingshot would be great as I could find no examples.

 

 

Reply via email to