You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Dan MacKay <da...@kingston.hummingbird.com> on 2000/10/11 21:48:40 UTC

Build problems

Hi all,

Once again the newbie poses a question. When I call the following target:

   <target name="getSource" depends="prepare">
      <MSVSSGET login="${SSUserName},${SSUserPassword}"
vsspath="${SSDirectory}" recursive="true"/>
   </target>

I get the following build failure:

D:\src\dal>ant -buildfile d:\src\dal\DalBuild.xml getSource
Buildfile: d:\src\dal\DalBuild.xml

BUILD FAILED

d:\src\dal\DalBuild.xml:47: Could not create task of type: MSVSSGET because
I can't find it in the list of task class definitions

Total time: 1 seconds
D:\src\dal>

Any suggestions from the gurus?

Thanks,
Dan


Re: Build problems

Posted by Stefan Bodewig <bo...@bost.de>.
>>>>> "DM" == Dan MacKay <da...@kingston.hummingbird.com> writes:

 DM> d:\src\dal\DalBuild.xml:47: Could not create task of type:
 DM> MSVSSGET because I can't find it in the list of task class
 DM> definitions

The task's name is vssget not MSVSSGET. Does this help?

Stefan