DiCanio wrote:
i have gone through the manual but most of it does not make sense as my
programming knowledge is so limited. i have now set up the program correctly
but when i try to run any of the sample tests i get an error message

C:\Documents and Settings\a401504\My Documents\canoo\build>webtest
-buildfile te
st1.xml

Buildfile: test1.xml
C:\Documents and Settings\a401504\My Documents\canoo\build\WebTest.dtd could
not
 be found

BUILD FAILED
java.io.FileNotFoundException: C:\Documents and Settings\a401504\My
Documents\ca
noo\build\WebTest.dtd (The system cannot find the file specified)

--
View this message in context: 
http://www.nabble.com/help-for-canoo-t1536318.html#a4207665
Sent from the WebTest forum at Nabble.com.

_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest


I'm not sure how different the MS install is, but my DTD is in:

/usr/local/sbin/canoo_webtest/selftests/config/WebTest.dtd

instead of:
/usr/local/sbin/canoo_webtest/build/WebTest.dtd

Do you have"
<?xml version="1.0"?>
<!DOCTYPE project SYSTEM "C:\Documents and Settings\a401504\My Documents\canoo\selftests\config\WebTest.dtd">

at the start of your script? Or does the WebTest.dtd, exist in the path of what I pasted above?
_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest

Reply via email to