Skip to main content



      Home
Home » Eclipse Projects » RCP Testing Tool » How to solve this in Maven Injection in RCPTT
How to solve this in Maven Injection in RCPTT [message #1707270] Thu, 03 September 2015 07:48 Go to next message
Eclipse UserFriend
Hi,

This is my Maven POM plugin for rcptt
<plugin>
 <groupId>com.xored.ci4rcptt</groupId>
 <artifactId>ci4rcptt-maven-plugin</artifactId>
 <version>${ci4rcptt-maven-version}</version>
 <extensions>true</extensions>
 <configuration>
	<aut> 
		<explicit>/prj/i/workspaces/c_jrex/harshini/svn//rcptttests/essentials/linux</explicit>
		<injections>
			<injection>
				<site>file://prj/i/workspaces/c_jrex/harshini/svn//rcptttests/essentials/repository</site>
			</injection>
		</injections>
		<reuseExistingWorkspace>true</reuseExistingWorkspace>
	</aut>
	<runner>
		<explicit>/prj/workspaces/nightly/rcptt/rcptt-runner/rcptt.runner-2.0.0.zip</explicit>
	</runner>
 </configuration>
 </plugin>

But, the update site here depends on two more update sites.
<site>http://project.companyname.com/edk/edk4.3.2</site>
<site>http://project.companyname.com/utils/data/releases/2.1.2</site>

In normal eclipse GUI installation, I use this as "Available Software Site" links. Only if these two links are available, my injection will work. Now my application is getting started without injection and all my tests are failing.
I have also tried the following.
1.
<injection>
	<site>http://project.companyname.com/edk/edk4.3.2</site>
	<site>http://project.companyname.com/utils/data/releases/2.1.2</site>
</injection>
<injection>
	<site>http://project.companyname.com/edk/edk4.3.2</site>
	<site>file://prj/i/workspaces/c_jrex/harshini/svn//rcptttests/essentials/repository</site>
</injection>

2.
<injection>
	<site>http://project.companyname.com/edk/edk4.3.2</site>
	<site>http://project.companyname.com/utils/data/releases/2.1.2</site>
	<site>file://prj/i/workspaces/c_jrex/harshini/svn//rcptttests/essentials/repository</site>
</injection>

3. Each in a different injection tag

Please let me know how to solve this.

Thank you
Jeevan

[Updated on: Thu, 03 September 2015 11:26] by Moderator

Re: How to solve this in Maven Injection in RCPTT [message #1709582 is a reply to message #1707270] Tue, 29 September 2015 07:52 Go to previous message
Eclipse UserFriend
Hi,

The issue from this topic might be your case, have you already tried it?
Please try and let me know if it helps.
Could you please also attach console log if the issue is actual still?
Previous Topic:Generate Jacoco report
Next Topic:HTML test reports
Goto Forum:
  


Current Time: Tue Jun 24 07:10:37 EDT 2025

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

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

Back to the top