Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » RCP Testing Tool » Setting Parameters from the Maven plugin
Setting Parameters from the Maven plugin [message #1716508] Fri, 04 December 2015 13:04 Go to next message
Michael Vorburger is currently offline Michael VorburgerFriend
Messages: 103
Registered: July 2009
Senior Member
Hello,

is it possible to set (override) parameters <https://www.eclipse.org/rcptt/documentation/userguide/contexts/parameters/> from the Maven plugin <https://www.eclipse.org/rcptt/documentation/userguide/maven/> ?

If this is not supported, would a proposal from us in Gerrit to your org.eclipse.rcptt:rcptt-maven-plugin be of interest to you, and have a chance to get integrated?

Thank you,
Michael
Re: Setting Parameters from the Maven plugin [message #1716650 is a reply to message #1716508] Mon, 07 December 2015 08:19 Go to previous message
Ulyana Skorokhodova is currently offline Ulyana SkorokhodovaFriend
Messages: 280
Registered: July 2014
Senior Member
Hi Michael,

You could try to use substitute-variables ECL command instead of Parameters Context.

In case of setting parameters through maven, please set a -DparameterName via AUT vmArgs:

<aut>
...
<vmArgs>
<vmArg>-DmyParameter=parameterValue</vmArg>
</vmArgs>
</aut>

Kind regards,
Ulyana.
Previous Topic:Is there an ECL command to stop running a script?
Next Topic:String operations
Goto Forum:
  


Current Time: Sat Nov 09 01:46:25 GMT 2024

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

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

Back to the top