[jbosstools-issues] [JBoss JIRA] (JBIDE-24020) set better defaults for jbosstools.test.jre.* in parent pom?

Jeff MAURY (JIRA) issues at jboss.org
Fri Jun 2 07:45:02 EDT 2017


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

Jeff MAURY commented on JBIDE-24020:
------------------------------------

[~nickboldt] should be this one at least  resolved ?

> set better defaults for jbosstools.test.jre.* in parent pom?
> ------------------------------------------------------------
>
>                 Key: JBIDE-24020
>                 URL: https://issues.jboss.org/browse/JBIDE-24020
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 4.5.0.AM1
>            Reporter: Nick Boldt
>            Assignee: Jeff MAURY
>             Fix For: 4.5.0.AM1
>
>
> A few builds, such as jbosstools-server and jbosstools-webservices, rely on some ancient JREs which are not actually available on the machines on which builds or tests are run.
> These JREs are defined in the parent pom here:
> https://github.com/jbosstools/jbosstools-build/blob/master/parent/pom.xml#L80-L83
> Then in Jenkins, the actual paths are defined.
> But to run locally & not have tests fail, you therefore need set these via commandline or in your settings.xml file.
> So, why not set a better default that works on Windows/Linux/MacOS? How about this?
> {code}
> -Djbosstools.test.jre.5=${JAVA_HOME}
> -Djbosstools.test.jre.6=${JAVA_HOME} 
> -Djbosstools.test.jre.7=${JAVA_HOME} 
> -Djbosstools.test.jre.8=${JAVA_HOME}{code}



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jbosstools-issues mailing list