[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-6491) Create example that demonstrate tycho-osgi-test-plugin behavior with theveral executions configured explicitly

Denis Golovin (JIRA) jira-events at lists.jboss.org
Wed Jun 23 15:18:48 EDT 2010


    [ https://jira.jboss.org/browse/JBIDE-6491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12536840#action_12536840 ] 

Denis Golovin commented on JBIDE-6491:
--------------------------------------

here is an example of configuration
...
			<plugin>
				<groupId>org.sonatype.tycho</groupId>
				<artifactId>maven-osgi-test-plugin</artifactId>
				<version>${tychoVersion}</version>
				<configuration>
					<dependencies>
						<dependency>
							<type>p2-installable-unit</type>
							<artifactId>org.eclipse.platform.ide</artifactId>
							<version>0.0.0</version>
						</dependency>
					</dependencies>
					<skip>false</skip>
					<argLine>-Dparam1=v1 -Dparam2=v2</argLine>
					<product>org.eclipse.sdk.ide</product>
					<application>org.eclipse.ui.ide.workbench</application>
					<parallel>true</parallel>
					<includes>
						<include>org/company/component/core/TestSuite1.class</include>
					</includes>
				</configuration>
				<executions>
					<execution>
						<id>suite2</id>
						<phase>integration-test</phase>
						<configuration>
							<skip>false</skip>
							<argLine>-Dparam1=v3 -Dparam2=v4</argLine>
							<includes>
								<include>org/company/component/core/TestSuite2.class</include>
							</includes>
						</configuration>
						<goals>
							<goal>test</goal>
						</goals>
					</execution>
					<execution>
						<id>suite3</id>
						<phase>integration-test</phase>
						<configuration>
							<skip>false</skip>
							<argLine>-Dparam1=v5 -Dparam2=v6</argLine>
							<includes>
								<include>org/company/component/core/TestSuite3.class</include>
							</includes>
						</configuration>
						<goals>
							<goal>test</goal>
						</goals>
					</execution>
				</executions>
			</plugin>
...

> Create example that demonstrate tycho-osgi-test-plugin behavior with theveral executions configured explicitly
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-6491
>                 URL: https://jira.jboss.org/browse/JBIDE-6491
>             Project: Tools (JBoss Tools)
>          Issue Type: Task
>          Components: Build/Releng
>    Affects Versions: 3.2.0.M1
>            Reporter: Denis Golovin
>            Assignee: Denis Golovin
>            Priority: Critical
>             Fix For: 3.2.0.M1
>
>
> if test in one execution fails all other execution element ignored. -fae and -fn options don't help here

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list