Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » Error while running AGR test suites using ant script
Error while running AGR test suites using ant script [message #127465] Fri, 28 March 2008 01:41 Go to next message
Pushparaj is currently offline PushparajFriend
Messages: 62
Registered: July 2009
Member
Hi All,
I am getting the following error while running AGR test suites using ant
script.

'The prefix "tptp" for element "tptp:test" is not bound.'

Anybody know why this error is coming?

This is my ant script,

<project name="TPTP Ant Tasks Test Script"
default="test">

<property name="eclipse.home" value="/root/Eclipse3.2.1/eclipse"/>

<target
name="test" description="Executes TPTP Test Suites using default TPTP Ant
Tasks">

<tptp:test
workspace="/root/tptp/workspace"
project="TestContainer"
suite="test-resources/ProjectCreation.testsuite"
synchronicity="synchronous"/>
</target>
</project>


Thanks for your help.

Pushparaj
Re: Error while running AGR test suites using ant script [message #128992 is a reply to message #127465] Wed, 23 April 2008 10:55 Go to previous message
Paul Slauenwhite is currently offline Paul SlauenwhiteFriend
Messages: 975
Registered: July 2009
Senior Member
Do you have the ant-tptp.jar JAR in your ANT lib directory? Also, the
following defects are causing issues when running remote test suites using
the ASF:

http://wiki.eclipse.org/TPTP-Test-Tools-20080421#Test_Automa tion_Initiative

PS
"Pushparaj" <pushparaj_94@yahoo.com> wrote in message
news:97df1bee36de94bcd62470177b77811d$1@www.eclipse.org...
> Hi All,
> I am getting the following error while running AGR test suites using ant
> script.
>
> 'The prefix "tptp" for element "tptp:test" is not bound.'
>
> Anybody know why this error is coming?
>
> This is my ant script,
>
> <project name="TPTP Ant Tasks Test Script"
> default="test">
>
> <property name="eclipse.home" value="/root/Eclipse3.2.1/eclipse"/>
>
> <target name="test" description="Executes TPTP Test Suites using default
> TPTP Ant Tasks">
>
> <tptp:test
> workspace="/root/tptp/workspace"
> project="TestContainer"
> suite="test-resources/ProjectCreation.testsuite"
> synchronicity="synchronous"/>
> </target>
> </project>
>
>
> Thanks for your help.
>
> Pushparaj
>
Previous Topic:datapool vaules for single variable ???
Next Topic:Recording web services communication
Goto Forum:
  


Current Time: Tue Mar 19 11:22:58 GMT 2024

Powered by FUDForum. Page generated in 0.01890 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top