Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » integrating tptp with my product.
integrating tptp with my product. [message #136706] Thu, 02 October 2008 23:32 Go to next message
matt murphy is currently offline matt murphyFriend
Messages: 21
Registered: July 2009
Junior Member
Hi,

I would like to integrate the tptp plugins into our product and then run
some tests cases. Is this possible? We are able to run the tests cases from
ant by adding our plugins to the eclipse environment.

It looks like
<property name="tptp.automation.eclipse" value="c:/tot/HyperAsic/src/ins
dows/x86/ourdirectory" /> expects to launch eclipse.

Matt
Re: integrating tptp with my product. [message #136742 is a reply to message #136706] Fri, 03 October 2008 10:48 Go to previous messageGo to next message
Paul Slauenwhite is currently offline Paul SlauenwhiteFriend
Messages: 975
Registered: July 2009
Senior Member
Hi Matt,
It really depends on your product's dependencies. If they are the same
(Eclipse/EMF/XSD) including version as TPTP, then 'yes'.

When using ASF, the tptp.automation.eclipse property points to the
<Eclipse home directory>. For example:
D:\TPTP\45M8\eclipse[Source:
http://dev.eclipse.org/viewcvs/index.cgi/test-results/test/o rg.eclipse.hyades.test.core.services.tests/resources/Ant/bui ld.xml?root=TPTP_Project&view=log]

Paul
"matt murphy" <murphy@coherentlogix.com> wrote in message
news:gc3lm3$c4b$1@build.eclipse.org...
>
>
> Hi,
>
> I would like to integrate the tptp plugins into our product and then run
> some tests cases. Is this possible? We are able to run the tests cases
> from ant by adding our plugins to the eclipse environment.
>
> It looks like
> <property name="tptp.automation.eclipse" value="c:/tot/HyperAsic/src/ins
> dows/x86/ourdirectory" /> expects to launch eclipse.
>
> Matt
>
>
Re: integrating tptp with my product. [message #136789 is a reply to message #136742] Fri, 03 October 2008 20:53 Go to previous messageGo to next message
matt murphy is currently offline matt murphyFriend
Messages: 21
Registered: July 2009
Junior Member
Hi Paul,

The problem is that we do not invoke eclipse.exe to run our application. We
invoke A.exe. tptp.automation.eclipse property always appears to look for
eclipse.exe. I want to run A.exe and run our tests cases from within this
environment , not eclipse.exe. Is this possible? Do I have to rename our
product from A.exe to eclipse.exe?

thanks,
matt



"Paul Slauenwhite" <paules@ca.ibm.com> wrote in message
news:gc4tab$pel$1@build.eclipse.org...
> Hi Matt,
> It really depends on your product's dependencies. If they are the same
> (Eclipse/EMF/XSD) including version as TPTP, then 'yes'.
>
> When using ASF, the tptp.automation.eclipse property points to the
> <Eclipse home directory>. For example:
> D:\TPTP\45M8\eclipse[Source:
> http://dev.eclipse.org/viewcvs/index.cgi/test-results/test/o rg.eclipse.hyades.test.core.services.tests/resources/Ant/bui ld.xml?root=TPTP_Project&view=log]
>
> Paul
> "matt murphy" <murphy@coherentlogix.com> wrote in message
> news:gc3lm3$c4b$1@build.eclipse.org...
>>
>>
>> Hi,
>>
>> I would like to integrate the tptp plugins into our product and then run
>> some tests cases. Is this possible? We are able to run the tests cases
>> from ant by adding our plugins to the eclipse environment.
>>
>> It looks like
>> <property name="tptp.automation.eclipse" value="c:/tot/HyperAsic/src/ins
>> dows/x86/ourdirectory" /> expects to launch eclipse.
>>
>> Matt
>>
>>
>
>
Re: integrating tptp with my product. [message #136812 is a reply to message #136789] Mon, 06 October 2008 10:49 Go to previous messageGo to next message
Paul Slauenwhite is currently offline Paul SlauenwhiteFriend
Messages: 975
Registered: July 2009
Senior Member
Hi Matt,
Yes, the current architecture requires that Eclipse (or an Eclipse
application) be invoked by the eclipse.exe (Windows) executable. The
current architecture requires the path to the 'Eclipse home' directory,
which ASF locates the Eclipse executable. This mechanism would need to be
extended to handle the absolute path to the Eclipse executable.

Unfortunately, the current resources in the Test Tools Project preclude
us from providing this function. Would you or your company be willing to
contribute a tested patch?

Paul
"matt murphy" <murphy@coherentlogix.com> wrote in message
news:gc60nn$5f4$1@build.eclipse.org...
> Hi Paul,
>
> The problem is that we do not invoke eclipse.exe to run our application.
> We invoke A.exe. tptp.automation.eclipse property always appears to look
> for eclipse.exe. I want to run A.exe and run our tests cases from within
> this environment , not eclipse.exe. Is this possible? Do I have to rename
> our product from A.exe to eclipse.exe?
>
> thanks,
> matt
>
>
>
> "Paul Slauenwhite" <paules@ca.ibm.com> wrote in message
> news:gc4tab$pel$1@build.eclipse.org...
>> Hi Matt,
>> It really depends on your product's dependencies. If they are the
>> same (Eclipse/EMF/XSD) including version as TPTP, then 'yes'.
>>
>> When using ASF, the tptp.automation.eclipse property points to the
>> <Eclipse home directory>. For example:
>> D:\TPTP\45M8\eclipse[Source:
>> http://dev.eclipse.org/viewcvs/index.cgi/test-results/test/o rg.eclipse.hyades.test.core.services.tests/resources/Ant/bui ld.xml?root=TPTP_Project&view=log]
>>
>> Paul
>> "matt murphy" <murphy@coherentlogix.com> wrote in message
>> news:gc3lm3$c4b$1@build.eclipse.org...
>>>
>>>
>>> Hi,
>>>
>>> I would like to integrate the tptp plugins into our product and then run
>>> some tests cases. Is this possible? We are able to run the tests cases
>>> from ant by adding our plugins to the eclipse environment.
>>>
>>> It looks like
>>> <property name="tptp.automation.eclipse" value="c:/tot/HyperAsic/src/ins
>>> dows/x86/ourdirectory" /> expects to launch eclipse.
>>>
>>> Matt
>>>
>>>
>>
>>
>
>
Re: integrating tptp with my product. [message #136846 is a reply to message #136812] Mon, 06 October 2008 17:33 Go to previous messageGo to next message
matt murphy is currently offline matt murphyFriend
Messages: 21
Registered: July 2009
Junior Member
Hi Paul,

Any idea on the effort to do this?

thanks,
matt

"Paul Slauenwhite" <paules@ca.ibm.com> wrote in message
news:gccqgo$gjp$1@build.eclipse.org...
> Hi Matt,
> Yes, the current architecture requires that Eclipse (or an Eclipse
> application) be invoked by the eclipse.exe (Windows) executable. The
> current architecture requires the path to the 'Eclipse home' directory,
> which ASF locates the Eclipse executable. This mechanism would need to be
> extended to handle the absolute path to the Eclipse executable.
>
> Unfortunately, the current resources in the Test Tools Project preclude
> us from providing this function. Would you or your company be willing to
> contribute a tested patch?
>
> Paul
> "matt murphy" <murphy@coherentlogix.com> wrote in message
> news:gc60nn$5f4$1@build.eclipse.org...
>> Hi Paul,
>>
>> The problem is that we do not invoke eclipse.exe to run our application.
>> We invoke A.exe. tptp.automation.eclipse property always appears to look
>> for eclipse.exe. I want to run A.exe and run our tests cases from within
>> this environment , not eclipse.exe. Is this possible? Do I have to rename
>> our product from A.exe to eclipse.exe?
>>
>> thanks,
>> matt
>>
>>
>>
>> "Paul Slauenwhite" <paules@ca.ibm.com> wrote in message
>> news:gc4tab$pel$1@build.eclipse.org...
>>> Hi Matt,
>>> It really depends on your product's dependencies. If they are the
>>> same (Eclipse/EMF/XSD) including version as TPTP, then 'yes'.
>>>
>>> When using ASF, the tptp.automation.eclipse property points to the
>>> <Eclipse home directory>. For example:
>>> D:\TPTP\45M8\eclipse[Source:
>>> http://dev.eclipse.org/viewcvs/index.cgi/test-results/test/o rg.eclipse.hyades.test.core.services.tests/resources/Ant/bui ld.xml?root=TPTP_Project&view=log]
>>>
>>> Paul
>>> "matt murphy" <murphy@coherentlogix.com> wrote in message
>>> news:gc3lm3$c4b$1@build.eclipse.org...
>>>>
>>>>
>>>> Hi,
>>>>
>>>> I would like to integrate the tptp plugins into our product and then
>>>> run some tests cases. Is this possible? We are able to run the tests
>>>> cases from ant by adding our plugins to the eclipse environment.
>>>>
>>>> It looks like
>>>> <property name="tptp.automation.eclipse"
>>>> value="c:/tot/HyperAsic/src/ins
>>>> dows/x86/ourdirectory" /> expects to launch eclipse.
>>>>
>>>> Matt
>>>>
>>>>
>>>
>>>
>>
>>
>
>
Re: integrating tptp with my product. [message #136858 is a reply to message #136846] Tue, 07 October 2008 10:57 Go to previous message
Paul Slauenwhite is currently offline Paul SlauenwhiteFriend
Messages: 975
Registered: July 2009
Senior Member
Hi Matt,
I would estimate ~4 PH (including writing test cases) for a developer
experienced with the code. Possibly double that estimate for a developer
looking at the code for the first time.

Paul
"matt murphy" <murphy@coherentlogix.com> wrote in message
news:gcdjvs$p1i$1@build.eclipse.org...
>
> Hi Paul,
>
> Any idea on the effort to do this?
>
> thanks,
> matt
>
> "Paul Slauenwhite" <paules@ca.ibm.com> wrote in message
> news:gccqgo$gjp$1@build.eclipse.org...
>> Hi Matt,
>> Yes, the current architecture requires that Eclipse (or an Eclipse
>> application) be invoked by the eclipse.exe (Windows) executable. The
>> current architecture requires the path to the 'Eclipse home' directory,
>> which ASF locates the Eclipse executable. This mechanism would need to
>> be extended to handle the absolute path to the Eclipse executable.
>>
>> Unfortunately, the current resources in the Test Tools Project
>> preclude us from providing this function. Would you or your company be
>> willing to contribute a tested patch?
>>
>> Paul
>> "matt murphy" <murphy@coherentlogix.com> wrote in message
>> news:gc60nn$5f4$1@build.eclipse.org...
>>> Hi Paul,
>>>
>>> The problem is that we do not invoke eclipse.exe to run our application.
>>> We invoke A.exe. tptp.automation.eclipse property always appears to
>>> look for eclipse.exe. I want to run A.exe and run our tests cases from
>>> within this environment , not eclipse.exe. Is this possible? Do I have
>>> to rename our product from A.exe to eclipse.exe?
>>>
>>> thanks,
>>> matt
>>>
>>>
>>>
>>> "Paul Slauenwhite" <paules@ca.ibm.com> wrote in message
>>> news:gc4tab$pel$1@build.eclipse.org...
>>>> Hi Matt,
>>>> It really depends on your product's dependencies. If they are the
>>>> same (Eclipse/EMF/XSD) including version as TPTP, then 'yes'.
>>>>
>>>> When using ASF, the tptp.automation.eclipse property points to the
>>>> <Eclipse home directory>. For example:
>>>> D:\TPTP\45M8\eclipse[Source:
>>>> http://dev.eclipse.org/viewcvs/index.cgi/test-results/test/o rg.eclipse.hyades.test.core.services.tests/resources/Ant/bui ld.xml?root=TPTP_Project&view=log]
>>>>
>>>> Paul
>>>> "matt murphy" <murphy@coherentlogix.com> wrote in message
>>>> news:gc3lm3$c4b$1@build.eclipse.org...
>>>>>
>>>>>
>>>>> Hi,
>>>>>
>>>>> I would like to integrate the tptp plugins into our product and then
>>>>> run some tests cases. Is this possible? We are able to run the tests
>>>>> cases from ant by adding our plugins to the eclipse environment.
>>>>>
>>>>> It looks like
>>>>> <property name="tptp.automation.eclipse"
>>>>> value="c:/tot/HyperAsic/src/ins
>>>>> dows/x86/ourdirectory" /> expects to launch eclipse.
>>>>>
>>>>> Matt
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>
Previous Topic:Crash when trying to profile osgi application
Next Topic:Empty Execution Flow, Call Tree
Goto Forum:
  


Current Time: Thu Mar 28 18:59:30 GMT 2024

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

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

Back to the top