[ http://webtest-community.canoo.com/jira/browse/WT-437?page=all ]
     
Marc Guillemot closed WT-437:
-----------------------------

    Resolution: Invalid
     Assign To: Marc Guillemot

Seems that your build script is not integrated in a WebTest project and 
therefore that the tasks are not defined.

Look at http://webtest.canoo.com/webtest/manual/install.html and create a demo 
project to see where which files should be placed.

> dataDriven problem
> ------------------
>
>          Key: WT-437
>          URL: http://webtest-community.canoo.com/jira/browse/WT-437
>      Project: WebTest
>         Type: Bug

>  Environment: windows XP, jdk1.6.0_06 webtest 2.6
>     Reporter: rumina morales
>     Assignee: Marc Guillemot

>
> I have a problem with target datadriven.
> it throws this error 
> BUILD FAILED
> C:\webtest\pruebadatos\data.xml:3: Problem: failed to create task or type 
> dataDriven
> Cause: The name is undefined.
> Action: Check the spelling.
> Action: Check that any custom tasks/types have been declared.
> Action: Check that any <presetdef>/<macrodef> declarations have taken place.
> this is code xml:
> <project name="prueba" default="test" basedir=".">
> <target name="test">
>    <dataDriven tableContainer="calculadora.xls">
>           <echo message="Hello ${expresion} ${resultado}"/>
>    </dataDriven>
> </target>
> </project>
> this file calculadora.xsl:
> expresion     resultado
> 3*3                    9
> 2+2                   4 
>  

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://webtest-community.canoo.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

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

Reply via email to