Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » RCP Testing Tool » [SOLVED] Share the Ecl context script between different project(#ecl_context_script #share #projects)
icon2.gif  [SOLVED] Share the Ecl context script between different project [message #1715722] Wed, 25 November 2015 13:39 Go to next message
Angelo Luciani is currently offline Angelo LucianiFriend
Messages: 129
Registered: September 2015
Location: Milan
Senior Member


Hi Folks,
I have created an ECL context script with the scope of collect all methods and procedures.
I have created different projects.
Is it possible to use the same ECL context script for them ?
I'd like to share it because in this way I can modify only one file if I need to update it.


"Ce sont les petits désirs qui rendent un jeune homme hardi."
Giovanni Giacomo Casanova

[Updated on: Wed, 02 December 2015 11:37]

Report message to a moderator

Re: Share the Ecl context script between different project [message #1715772 is a reply to message #1715722] Thu, 26 November 2015 06:05 Go to previous messageGo to next message
Ulyana Skorokhodova is currently offline Ulyana SkorokhodovaFriend
Messages: 280
Registered: July 2014
Senior Member
Hi Angelo,

Sure, you can do it.
For RCPTT IDE you can add a reference to a Project with a context (go to Project Properties/Project References).

For continuous integration launch, please, specify the referenced project in <projects> in pom.xml:

In case of using linked projects or folders in Workspace context, it might be required to specify an extra projects to be imported into RCPTT Runner workspace. This can be done by using projects element:

<projects>
<project>${project.basedir}/../otherProject</project>
</projects>

Kind regards,
Ulyana.
Re: Share the Ecl context script between different project [message #1716234 is a reply to message #1715772] Wed, 02 December 2015 11:38 Go to previous message
Angelo Luciani is currently offline Angelo LucianiFriend
Messages: 129
Registered: September 2015
Location: Milan
Senior Member

Thank u Ulyana ! u ROCK !

"Ce sont les petits désirs qui rendent un jeune homme hardi."
Giovanni Giacomo Casanova
Previous Topic:[SOLVED] Inserting screenshots in a HTML report
Next Topic:Cannot replay recorded test
Goto Forum:
  


Current Time: Thu Apr 18 08:29:11 GMT 2024

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

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

Back to the top