[JBoss JIRA] (JBIDE-20904) automate publishing latest CI build to staging, then from staging to development (or stable)
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20904?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-20904:
------------------------------------
Work in progress and will be more done in this sprint for Final, but since jiralint is complaining I'll move it to 4.4.x
> automate publishing latest CI build to staging, then from staging to development (or stable)
> --------------------------------------------------------------------------------------------
>
> Key: JBIDE-20904
> URL: https://issues.jboss.org/browse/JBIDE-20904
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: build
> Affects Versions: 4.4.0.Alpha1
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 4.4.x
>
>
> Suggestion:
> rather than opening 10 bash terminals to perform the copy-from-one-place-on-disk-to-local, copy-from-local-to-another-place steps required to clone CI bits to Stage or from Stage to release, [~mickael_istria] and I discovered today that we could use `wait` or `parallel` to orchestrate these steps via a bash script so they run in parallel (as quickly as possible), but still return feedback when all parallel steps are completed.
> So, where today we run these steps sorta-by-hand (copy script into a console and wait until it's done) [1], in future we could simply kick a job and wait for the job to notify its completion.
> [1] https://github.com/jbdevstudio/jbdevstudio-devdoc/tree/master/release_gui...
> Examples of using a series of commands in parallel w/ a wait at the end:
> http://stackoverflow.com/questions/19543139/bash-script-processing-comman...
> {code:title=spawns the 3 parallel steps, waits until #3 is done (2 seconds later) and returns the PID of the last one + its return code}
> echo "1" & echo 2 & (sleep 2;echo 3) & wait && echo $! $#
> {code}
> More discussion:
> {quote}
> [12:44:46 PM] Mickael Istria: I believe some parts would have to be turned into functions
> [12:54:41 PM] Mickael Istria: so, to hack the script, it could be just:
> * add && after the 1st rsync in each loop
> * add & after the last one
> * put a wait after the last loop
> * give the big piece of code to procede directly to bash
> {quote}
> After this job is done, releng would still have to "wire up" the new bits by updating composite*.xml and index.html pages, but that's considerably easier to do locally in a terminal, or even to script too. Rather than updating these files w/ sed, we could generate them from a template.
> And if we don't care about committing those changes back to github, we could even push them to the dl.jb.o and ds.jb.c servers directly as part of the above job.
> Scary, but much faster!
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBDS-3941) use new logo in UI of Development Suite installer
by SJ Cox (JIRA)
[ https://issues.jboss.org/browse/JBDS-3941?page=com.atlassian.jira.plugin.... ]
SJ Cox updated JBDS-3941:
-------------------------
Attachment: logo_RHDS-08.svg
[~dgolovin] Please use this new logo instead to match the product name. Thanks! [~nickboldt], [~crobson].
[^logo_RHDS-08.svg]
> use new logo in UI of Development Suite installer
> -------------------------------------------------
>
> Key: JBDS-3941
> URL: https://issues.jboss.org/browse/JBDS-3941
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Enhancement
> Components: platform-installer
> Affects Versions: 10.0.0.Alpha2
> Reporter: Nick Boldt
> Assignee: Catherine Robson
> Priority: Critical
> Labels: havoc
> Fix For: 10.0.0.GA
>
> Attachments: installer-new-logo-confirmation.png, installer-new-logo-login.png, logo_RHDP.svg, logo_RHDS-08.svg, new-new-branding.png, RedHatDeveloperStudio_Logo_Installer.ico, screenshot-1.png
>
>
> Based on feedback from [~pmuir], [~tmancini] and [~crobson] we'll go for using the brackets logo for the big Developer Platform installers (56M stub and 1.6G bundled).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBDS-3940) use new logo in icon for Development Suite installer .exe
by Todd Mancini (JIRA)
[ https://issues.jboss.org/browse/JBDS-3940?page=com.atlassian.jira.plugin.... ]
Todd Mancini commented on JBDS-3940:
------------------------------------
Approved.
> use new logo in icon for Development Suite installer .exe
> ---------------------------------------------------------
>
> Key: JBDS-3940
> URL: https://issues.jboss.org/browse/JBDS-3940
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Enhancement
> Components: installer
> Affects Versions: 10.0.0.Alpha2
> Reporter: Nick Boldt
> Assignee: Catherine Robson
> Priority: Critical
> Labels: havoc
> Fix For: 10.0.0.GA
>
> Attachments: dpinstaller-new-icon-and-properties-2.png, dpinstaller-new-icon-and-properties.png, icons.png, RedHatDeveloperStudio_Logo_Installer.ico
>
>
> Based on feedback from [~pmuir], [~tmancini] and [~crobson] we'll go for using the brackets logo for the big Developer Platform installers (56M stub and 1.6G bundled).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-22514) Unable to build the workspace
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22514?page=com.atlassian.jira.plugi... ]
Alexey Kazakov closed JBIDE-22514.
----------------------------------
> Unable to build the workspace
> -----------------------------
>
> Key: JBIDE-22514
> URL: https://issues.jboss.org/browse/JBIDE-22514
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdi
> Environment: Eclipse
> Reporter: Megha Kesharwani
> Assignee: Viacheslav Kabanovich
> Priority: Trivial
> Fix For: 4.2.0.Final
>
> Attachments: .log
>
>
> I am using eclipse Kepler with plugins JBOSS(wildfly-8.2.0.Final) and ClearCase, while building the workspace i am getting the following error "ENTRY org.eclipse.core.jobs 4 2 2016-06-02 11:07:19.724
> !MESSAGE An internal error occurred during: "Building workspace".
> !STACK 0
> java.lang.StackOverflowError"
> Attached logs.
> We have tried the following solutions:
> 1. We tried increasing the memory size in eclipse.ini file as below but it doesn't seems to work:
> --launcher.XXMaxPermSize
> 1024M
> -showsplash
> org.eclipse.platform
> --launcher.XXMaxPermSize
> 1024m
> --launcher.appendVmargs
> -vm "C:\Program Files\Java\jre7"
> -Dosgi.requiredJavaVersion=1.7
> -Xms2048m
> -Xmx2048m
> 2. When the RAM was checked using task manager eclipse was taking 365MB of memory.
> Please guide us some other workaround to resolve the issue.
> thanks,
> Megha
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-22514) Unable to build the workspace
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22514?page=com.atlassian.jira.plugi... ]
Alexey Kazakov resolved JBIDE-22514.
------------------------------------
Resolution: Out of Date
Thanks [~scabanovich]. So, please update your JBoss Tools plugins (and Eclipse!). Resolving.
> Unable to build the workspace
> -----------------------------
>
> Key: JBIDE-22514
> URL: https://issues.jboss.org/browse/JBIDE-22514
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdi
> Environment: Eclipse
> Reporter: Megha Kesharwani
> Assignee: Viacheslav Kabanovich
> Priority: Trivial
> Fix For: 4.2.0.Final
>
> Attachments: .log
>
>
> I am using eclipse Kepler with plugins JBOSS(wildfly-8.2.0.Final) and ClearCase, while building the workspace i am getting the following error "ENTRY org.eclipse.core.jobs 4 2 2016-06-02 11:07:19.724
> !MESSAGE An internal error occurred during: "Building workspace".
> !STACK 0
> java.lang.StackOverflowError"
> Attached logs.
> We have tried the following solutions:
> 1. We tried increasing the memory size in eclipse.ini file as below but it doesn't seems to work:
> --launcher.XXMaxPermSize
> 1024M
> -showsplash
> org.eclipse.platform
> --launcher.XXMaxPermSize
> 1024m
> --launcher.appendVmargs
> -vm "C:\Program Files\Java\jre7"
> -Dosgi.requiredJavaVersion=1.7
> -Xms2048m
> -Xmx2048m
> 2. When the RAM was checked using task manager eclipse was taking 365MB of memory.
> Please guide us some other workaround to resolve the issue.
> thanks,
> Megha
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months