[jbosstools-issues] [JBoss JIRA] Issue Comment Edited: (JBIDE-9784) Include JBoss Central to JBoss Tools

Nick Boldt (JIRA) jira-events at lists.jboss.org
Tue Sep 27 13:18:26 EDT 2011


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

Nick Boldt edited comment on JBIDE-9784 at 9/27/11 1:17 PM:
------------------------------------------------------------

OK, I can get this to build locally like this:

 mvn clean install -B -U -fae -e -P jbosstools-nightly-staging-composite,jboss-requirements-composite-mirror,jboss-requirements-composite-extras-mirror,local.site -Dlocal.site=file://home/nboldt/tmp/JBT_REPO_Indigo/

but if I omit the refs to the full JBT requirements composite mirrors, I get this:

{code}
$ mvn clean install -B -U -fae -e -P jbosstools-nightly-staging-composite,local.site -Dlocal.site=file://home/nboldt/tmp/JBT_REPO_Indigo/

...
1. ERROR in /home/nboldt/eclipse/workspace-jboss/jbosstools_trunk/central/plugins/org.jboss.tools.central/src/org/jboss/tools/central/editors/xpl/DiscoveryViewer.java (at line 198)
	checkbox.setVisible(connector.isInstallable());
	                              ^^^^^^^^^^^^^
The method isInstallable() is undefined for the type DiscoveryConnector
----------
2. ERROR in /home/nboldt/eclipse/workspace-jboss/jbosstools_trunk/central/plugins/org.jboss.tools.central/src/org/jboss/tools/central/editors/xpl/DiscoveryViewer.java (at line 324)
	if (!connector.isInstallable()) {
	               ^^^^^^^^^^^^^
The method isInstallable() is undefined for the type DiscoveryConnector
----------
3. ERROR in /home/nboldt/eclipse/workspace-jboss/jbosstools_trunk/central/plugins/org.jboss.tools.central/src/org/jboss/tools/central/editors/xpl/DiscoveryViewer.java (at line 325)
	if (connector.getInstallMessage() != null) {
	              ^^^^^^^^^^^^^^^^^
The method getInstallMessage() is undefined for the type DiscoveryConnector
----------
4. ERROR in /home/nboldt/eclipse/workspace-jboss/jbosstools_trunk/central/plugins/org.jboss.tools.central/src/org/jboss/tools/central/editors/xpl/DiscoveryViewer.java (at line 327)
	Messages.DiscoveryViewer_Install_Connector_Title, connector.getInstallMessage());
	                                                            ^^^^^^^^^^^^^^^^^
The method getInstallMessage() is undefined for the type DiscoveryConnector
----------
4 problems (4 errors)
{code}

This suggests that there's something still missing on the TP. Open to suggestions as to what's missing. Could include mylyn features instead of just the plugins, if that would help? Or more Orbit bits? More platform bits?

      was (Author: nickboldt):
    OK, I can get this to build locally like this:

 mvn clean install -B -U -fae -e -P jbosstools-nightly-staging-composite,jboss-requirements-composite-mirror,jboss-requirements-composite-extras-mirror,local.site -Dlocal.site=file://home/nboldt/tmp/JBT_REPO_Indigo/

but I can't get it to build w/o the addition of -P jboss-requirements-composite-mirror,jboss-requirements-composite-extras-mirror, which suggests that there's something still missing on the TP. :(

Open to suggestions as to what's missing. Could include mylyn features instead of just the plugins, if that would help?
  
> Include JBoss Central to JBoss Tools
> ------------------------------------
>
>                 Key: JBIDE-9784
>                 URL: https://issues.jboss.org/browse/JBIDE-9784
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>    Affects Versions: 3.3.0.M3
>            Reporter: Snjezana Peco
>            Assignee: Nick Boldt
>             Fix For: 3.3.0.M4
>
>
> The central component is placed in trunk/central.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list