[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-6304) org.jboss.tools.test.util.ResourcesUtils.importProject should understand how to unjar a plugin (Tycho build/test requirement)

Nick Boldt (JIRA) jira-events at lists.jboss.org
Thu May 20 10:28:06 EDT 2010


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

Nick Boldt commented on JBIDE-6304:
-----------------------------------

Denis has found a new Tycho-friendly workaround, to be added to the plugin's pom.xml:

        <build>
                <plugins>
                        <plugin>
                                <groupId>org.sonatype.tycho</groupId>
                                <artifactId>maven-osgi-test-plugin</artifactId>
                                <configuration>
                                        <explodedBundles>
                                                <bundle>org.jboss.tools.common.model.ui.test</bundle>
                                        </explodedBundles>
                                </configuration>
                        </plugin>
                </plugins>
        </build>


> org.jboss.tools.test.util.ResourcesUtils.importProject should understand how to unjar a plugin (Tycho build/test requirement)
> -----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-6304
>                 URL: https://jira.jboss.org/browse/JBIDE-6304
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Build/Releng
>    Affects Versions: 3.2.next
>            Reporter: Nick Boldt
>            Assignee: Nick Boldt
>
> Ref: see https://jira.jboss.org/browse/JBIDE-6241?focusedCommentId=12531264&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#action_12531264

-- 
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