Whenever I run slingshot against my ASP.net solution I get an incomplete
build file (I have pasted it below along with the command that I used),
what am I doing wrong?

slingshot -nant -sln AgentLocator.sln -map http://localhost/ c:
\Inetpub\Wwwroot

<!-- Generated by SLiNgshoT <http://injektilo.org/> -->
<project name="AgentLocator" default="Debug">
  <property name="build.basedir" value="" />
  <property name="reference.path" value="" />
  <target name="setup">
    <mkdir dir="${build.dir}" />
  </target>
  <target name="DebugClean">
    <property name="build.dir" value="${build.basedir}\Debug" />
    <call target="Clean" />
  </target>
  <target name="ReleaseClean">
    <property name="build.dir" value="${build.basedir}\Release" />
    <call target="Clean" />
  </target>
  <target name="Clean" />
</project>
                                                                                  
                                                                                  
                                                                                  
 (Embedded     For further information on your journey through the I-Net Program, 
 image moved   please click below.                                                
 to file:      I-Net Web Development Program                                      
 pic19169.gif)                                                                    
                                                                                  



<<attachment: pic19169.gif>>

Reply via email to