Do you have NAntContrib installed.
I copy the contents of the bin directory of NAntContrib into the bin
directory of NAnt.

VSS support is located in NAntContrib.

Noel

 -----Original Message-----
From:   [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]  On Behalf Of Nadine
Schlaudraff
Sent:   Monday, June 14, 2004 11:05 AM
To:     [EMAIL PROTECTED]
Subject:        [Nant-users] Help with "Getting SourceCode from VSS"

Hi All,
This is my code to get source code from VSS:

<?xml version="1.0"?>
<project name="Test Getting from SourceSafe" default="get"
basedir="C:\TestEasyDirect">
            <property name="nant.settings.currentframework"
value="net-1.1"/>
            <description>Test Getting from SourceSafe</description>
            <target name="get">
                        <vssget user="nschlaudraff"
localpath="C:\TestEasyDirect\Solution\EasyDirect" recursive="true"
replace="true" writable="true"
dbpath="\\mbsourcesafe\VssDotNetExternal\srcsafe.ini"
path="$/Productive/External/HP/EasyDirect/Solutions/EasyDirect"/>
            </target>
</project>

This is the error:

C:\Projects\NAnt\bin>NAnt
-buildfile:C:\TestEasyDirect\TestGettingFromSourceSafe.build
NAnt 0.85 (Build 0.85.1606.0; net-1.0.win32; nightly; 25.05.2004)
Copyright (C) 2001-2004 Gerry Shaw
NAnt Team

Buildfile: file:///C:/TestEasyDirect/TestGettingFromSourceSafe.build

Target(s) specified: get
get:

BUILD FAILED

C:\TestEasyDirect\TestGettingFromSourceSafe.build(6,4):
invalid element <vssget>. Unknown task or datatype.

Total time: 0.3 seconds.

Please, can anybody help me.


Regards
Nadine Schlaudraff


--
"Sie haben neue Mails!" - Die GMX Toolbar informiert Sie beim Surfen!
Jetzt aktivieren unter http://www.gmx.net/info



-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users



-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to