[JBoss JIRA] (JBIDE-19715) Refactoring: get rid of "fullSite", stick with "repository"
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19715?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-19715:
-------------------------------
Sprint: devex #116 June 2016, devex #128 February 2017, devex #132 May 2017 (was: devex #116 June 2016, devex #128 February 2017, devex #132 May 2017, devex #136 August 2017)
> Refactoring: get rid of "fullSite", stick with "repository"
> -----------------------------------------------------------
>
> Key: JBIDE-19715
> URL: https://issues.jboss.org/browse/JBIDE-19715
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: build
> Affects Versions: 4.3.0.Alpha1
> Reporter: Mickael Istria
> Assignee: Nick Boldt
> Priority: Minor
> Fix For: 4.5.1.AM1
>
>
> Currently, some builds such as aggregate create a "site/target/fullSite" folder, which is aimed at being deployed. However, it would be simpler to populate the site/target/repository folder, so it would be only one directory to move, and the same one for all builds.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (JBIDE-24844) fix *.it.weekly jobs to properly build on macos w/ jdk1.8 (not openjdk 1.8)
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24844?page=com.atlassian.jira.plugi... ]
Nick Boldt edited comment on JBIDE-24844 at 8/24/17 4:22 PM:
-------------------------------------------------------------
After last night's runs:
* hibernatetools-itests.download-devstudio - test failures on rhel7 (not a matrix job): still RED - due to JBIDE-24890
* livereload.it.weekly - yellow for windows 8.1
* browsersim.it.weekly - yellow for windows 8.1 and 10
* archives.it.weekly - all green!
* vpe.it.weekly - all green!
was (Author: nickboldt):
After last night's runs:
* hibernatetools-itests.download-devstudio - test failures on rhel7 (not a matrix job): still RED
* livereload.it.weekly - yellow for windows 8.1
* browsersim.it.weekly - yellow for windows 8.1 and 10
* archives.it.weekly - all green!
* vpe.it.weekly - all green!
> fix *.it.weekly jobs to properly build on macos w/ jdk1.8 (not openjdk 1.8)
> ---------------------------------------------------------------------------
>
> Key: JBIDE-24844
> URL: https://issues.jboss.org/browse/JBIDE-24844
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: build
> Affects Versions: 4.5.0.Final
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 4.5.1.AM2
>
>
> As noted in JBIDE-24835, the it.weekly jobs try to run on macos w/ openjdk 1.8, but no such JDK exists there. Therefore need a combinationFilter to let us build with openjdk on windows and linux, and oracle jdk on macos.
> {code}
> combinationFilter = (label_exp == "macosx").implies(jdk == "jdk1.8") && (label_exp != "macosx").implies(jdk == "openjdk-1.8")
> {code}
> TODO: verify all the jobs linked from here [1] are working for all OSes
> [1] https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/devstudi...
> * hibernatetools-itests.download-devstudio - test failures on rhel7 (not a matrix job)
> * livereload.it.weekly - failing for windows 8.1 & 10 due to unresolved parent pom
> * browsersim.it.weekly - failing for windows 8.1 due to unresolved parent pom
> * archives.it.weekly - failed to resolve tycho-plugins:repo-utils1.0.0 (bad Nexus settings?) on win81
> * vpe.it.weekly - test failures on win81
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months