[JBoss JIRA] (JBIDE-24380) new default in parent pom: set jbosstools.test.jre.* = ${JAVA_HOME}
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24380?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-24380:
------------------------------------
Jeff gave +1 and after 4 days there were no objections, so merged in master.
> new default in parent pom: set jbosstools.test.jre.* = ${JAVA_HOME}
> -------------------------------------------------------------------
>
> Key: JBIDE-24380
> URL: https://issues.jboss.org/browse/JBIDE-24380
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build
> Affects Versions: 4.5.0.AM1
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 4.5.0.AM1
>
>
> In order to be able to more easily run server and webservices projects' tests, I suggest we set default values in parent pom:
> {code}
> - <jbosstools.test.jre.5></jbosstools.test.jre.5>
> - <jbosstools.test.jre.6></jbosstools.test.jre.6>
> - <jbosstools.test.jre.7></jbosstools.test.jre.7>
> - <jbosstools.test.jre.8></jbosstools.test.jre.8>
> + <jbosstools.test.jre.5>${JAVA_HOME}</jbosstools.test.jre.5>
> + <jbosstools.test.jre.6>${JAVA_HOME}</jbosstools.test.jre.6>
> + <jbosstools.test.jre.7>${JAVA_HOME}</jbosstools.test.jre.7>
> + <jbosstools.test.jre.8>${JAVA_HOME}</jbosstools.test.jre.8>
> {code}
> This way, depending on what your system's definition of JAVA_HOME happens to be, you get a different effective pom, for your required JDK:
> {code}
> $ export JAVA_HOME=/opt/jdk1.8.0/
> $ /opt/maven3/bin/mvn help:effective-pom | grep jbosstools.test.jre
> <jbosstools.test.jre.5>/opt/jdk1.8.0/</jbosstools.test.jre.5>
> <jbosstools.test.jre.6>/opt/jdk1.8.0/</jbosstools.test.jre.6>
> <jbosstools.test.jre.7>/opt/jdk1.8.0/</jbosstools.test.jre.7>
> <jbosstools.test.jre.8>/opt/jdk1.8.0/</jbosstools.test.jre.8>
> (or, to use the JAVA_HOME set by alternatives...)
> $ export JAVA_HOME=$(alternatives --display java | grep bin/java | grep link | sed -e "s#.\+ \(.\+\)bin/java#\1#")
> $ /opt/maven3/bin/mvn help:effective-pom | grep jbosstools.test.jre
> <jbosstools.test.jre.5>/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.121-8.b14.fc24.x86_64/jre/</jbosstools.test.jre.5>
> <jbosstools.test.jre.6>/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.121-8.b14.fc24.x86_64/jre/</jbosstools.test.jre.6>
> <jbosstools.test.jre.7>/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.121-8.b14.fc24.x86_64/jre/</jbosstools.test.jre.7>
> <jbosstools.test.jre.8>/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.121-8.b14.fc24.x86_64/jre/</jbosstools.test.jre.8>
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (JBIDE-24383) Connection wizard: offer openshift.com as default server
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24383?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-24383 at 5/8/17 9:53 AM:
------------------------------------------------------------------
[~jeffmaury] which in turn means that there's no proper "default" server (since it differs by region). I thus suggest that we dont have a "default" server in our connection wizard, but provide the "signup" link where one can get registered.
!connection-wizard-signup-link.png!
The user then has to manually copy/paste the server he gets to the wizard
was (Author: adietish):
[~jeffmaury] which in turn means that there's no proper "default" server (since it differs by region). I thus suggest that we dont have a "default" server in our connection wizard, but provide the "signup" link where one can get registered.
!connection-wizard-signup-link!
The user then has to manually copy/paste the server he gets to the wizard
> Connection wizard: offer openshift.com as default server
> --------------------------------------------------------
>
> Key: JBIDE-24383
> URL: https://issues.jboss.org/browse/JBIDE-24383
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.4.4.AM3
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Priority: Blocker
> Fix For: 4.4.4.Final, 4.5.0.AM1
>
> Attachments: connection-wizard-signup-link.png
>
>
> now that https://openshift.com is launched we should provide it as default server in the connection wizard.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (JBIDE-24383) Connection wizard: offer openshift.com as default server
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24383?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-24383 at 5/8/17 9:53 AM:
------------------------------------------------------------------
[~jeffmaury] which in turn means that there's no proper "default" server (since it differs by region). I thus suggest that we dont have a "default" server in our connection wizard, but provide the "signup" link where one can get registered.
!connection-wizard-signup-link!
The user then has to manually copy/paste the server he gets to the wizard
was (Author: adietish):
[~jeffmaury] which in turn means that there's no proper "default" server (since it differs by region). I thus suggest that we dont have a "default" server in our connection wizard, but provide the "signup" link where one can get registered. The user then has to manually copy/paste the server he gets to the wizard
> Connection wizard: offer openshift.com as default server
> --------------------------------------------------------
>
> Key: JBIDE-24383
> URL: https://issues.jboss.org/browse/JBIDE-24383
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.4.4.AM3
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Priority: Blocker
> Fix For: 4.4.4.Final, 4.5.0.AM1
>
> Attachments: connection-wizard-signup-link.png
>
>
> now that https://openshift.com is launched we should provide it as default server in the connection wizard.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (JBIDE-24383) Connection wizard: offer openshift.com as default server
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24383?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-24383 at 5/8/17 9:52 AM:
------------------------------------------------------------------
[~jeffmaury] which in turn means that there's no proper "default" server (since it differs by region). I thus suggest that we dont have a "default" server in our connection wizard, but provide the "signup" link where one can get registered. The user then has to manually copy/paste the server he gets to the wizard
was (Author: adietish):
[~jeffmaury] which in turn means that there's no proper "default" server (since it differs by region).
> Connection wizard: offer openshift.com as default server
> --------------------------------------------------------
>
> Key: JBIDE-24383
> URL: https://issues.jboss.org/browse/JBIDE-24383
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.4.4.AM3
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Priority: Blocker
> Fix For: 4.4.4.Final, 4.5.0.AM1
>
>
> now that https://openshift.com is launched we should provide it as default server in the connection wizard.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months