[
https://issues.jboss.org/browse/JBIDE-17291?page=com.atlassian.jira.plugi...
]
Mickael Istria edited comment on JBIDE-17291 at 5/19/14 9:05 AM:
-----------------------------------------------------------------
why can't our nightly site actually point to the TP we are
targeting instead of the one we targeted in the last release ?
We could indeed think of a profile to override the default value for TP URL. This is the
default value:
https://github.com/jbosstools/jbosstools-build-sites/blob/master/aggregat...
We could think of using
http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/${T...
by default, and creating a profile to override it to
http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/luna. Then the
difficulty is to not forget to set this profile when we do a release. We can maybe assume
that CI jobs could always have this profile enabled.
This pull request shows this proposal:
https://github.com/jbosstools/jbosstools-build-sites/pull/148
was (Author: mickael_istria):
why can't our nightly site actually point to the TP we are
targeting instead of the one we targeted in the last release ?
We could indeed think of a profile to override the default value for TP URL. This is the
default value:
https://github.com/jbosstools/jbosstools-build-sites/blob/master/aggregat...
We could think of using
http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/${T...
by default, and creating a profile to override it to
http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/luna. Then the
difficulty is to not forget to set this profile when we do a release. We can maybe assume
that CI jobs could always have this profile enabled.
Missing tern.core when installing JBT abridged
----------------------------------------------
Key: JBIDE-17291
URL:
https://issues.jboss.org/browse/JBIDE-17291
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: updatesite
Affects Versions: 4.2.0.Beta2
Reporter: Martin Malina
Priority: Critical
Fix For: 4.2.0.Beta2
Attachments: tern-around.png
Today I tried installing JBT nightly into Eclipse Luna M6 and got this error:
{code}
Cannot complete the install because one or more required items could not be found.
Software being installed: JBoss Tools Java Standard Tools Tern.java Adapter
3.6.0.Beta2-v20140514-0319-B622 (org.jboss.tools.jst.jsdt.feature.feature.group
3.6.0.Beta2-v20140514-0319-B622)
Missing requirement: Adapter 3.6.0.Beta2-v20140514-0319-B622 (org.jboss.tools.jst.jsdt
3.6.0.Beta2-v20140514-0319-B622) requires 'bundle tern.core 0.2.0' but it could
not be found
Cannot satisfy dependency:
From: JBoss Tools Java Standard Tools Tern.java Adapter
3.6.0.Beta2-v20140514-0319-B622 (org.jboss.tools.jst.jsdt.feature.feature.group
3.6.0.Beta2-v20140514-0319-B622)
To: org.jboss.tools.jst.jsdt [3.6.0.Beta2-v20140514-0319-B622]
{code}
I think was supposed to be handled in JBIDE-17160 where the tern plugins were added to
Beta2-SNAPSHOT TP.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)