[JBoss JIRA] (JBIDE-22673) Need better duplicate IU detection when validating target platforms
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22673?page=com.atlassian.jira.plugi... ]
Nick Boldt edited comment on JBIDE-22673 at 7/22/16 4:26 PM:
-------------------------------------------------------------
PRs to move to 0.26.0-SNAPSHOT in maven-plugins, parent pom, target-platforms and discovery (to be applied in next sprint!):
https://github.com/jbosstools/jbosstools-maven-plugins/pull/57/files?w=1
https://github.com/jbosstools/jbosstools-build/pull/229/files?w=1
https://github.com/jbosstools/jbosstools-target-platforms/pull/226?w=1
https://github.com/jbosstools/jbosstools-discovery/pull/334/files?w=1
Once those are all built (maven clean install -U), you can then verify it works with:
{code}
export JAVA_HOME=/opt/sun-java2-8.0/
echo $JAVA_HOME
cd ~/tru/jbosstools-target-platforms
~/tru/jbosstools-build-ci/util/verifyTarget.sh -x -b `pwd` -p jbosstools
~/tru/jbosstools-build-ci/util/verifyTarget.sh -x -b `pwd` -p jbdevstudio
cd ~/tru/jbosstools-discovery
~/tru/jbosstools-build-ci/util/verifyTarget.sh -x -b `pwd` -p jbtcentral -u http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.6...
{code}
So, yeah, the problem is that with provisional APIs (0.x) there's no guarantee that 0.26 and 0.25 will play nicely together. Solution: we move to 0.26, as you suggested. The above PRs let us move to 0.26.0-SNAPSHOT however, if we want to move up sooner.
was (Author: nickboldt):
PRs to move to 0.26.0-SNAPSHOT in maven-plugins, parent pom and discovery (to be applied in next sprint!):
https://github.com/jbosstools/jbosstools-maven-plugins/pull/57/files?w=1
https://github.com/jbosstools/jbosstools-build/pull/229/files?w=1
https://github.com/jbosstools/jbosstools-target-platforms/pull/226?w=1
https://github.com/jbosstools/jbosstools-discovery/pull/334/files?w=1
Once those are all built (maven clean install -U), you can then verify it works with:
{code}
export JAVA_HOME=/opt/sun-java2-8.0/
echo $JAVA_HOME
cd ~/tru/jbosstools-target-platforms
~/tru/jbosstools-build-ci/util/verifyTarget.sh -x -b `pwd` -p jbosstools
~/tru/jbosstools-build-ci/util/verifyTarget.sh -x -b `pwd` -p jbdevstudio
cd ~/tru/jbosstools-discovery
~/tru/jbosstools-build-ci/util/verifyTarget.sh -x -b `pwd` -p jbtcentral -u http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.6...
{code}
So, yeah, the problem is that with provisional APIs (0.x) there's no guarantee that 0.26 and 0.25 will play nicely together. Solution: we move to 0.26, as you suggested. The above PRs let us move to 0.26.0-SNAPSHOT however, if we want to move up sooner.
> Need better duplicate IU detection when validating target platforms
> -------------------------------------------------------------------
>
> Key: JBIDE-22673
> URL: https://issues.jboss.org/browse/JBIDE-22673
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: build, target-platform, upstream
> Affects Versions: 4.4.0.Final
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 4.4.1.AM3
>
> Attachments: verify-log.txt
>
>
> As discussed in JBIDE-22633, we have no way of knowing when the target platform SHOULD contain duplicate IUs, and when it should not.
> {quote}Problem is there's no way to identify easily which dupes are OK and which are not. I suppose I could crack open all the jars and see which are singletons...?
> Or add a whitelist?{quote}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (JBIDE-22673) Need better duplicate IU detection when validating target platforms
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22673?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-22673:
------------------------------------
PRs to move to 0.26.0-SNAPSHOT in maven-plugins, parent pom and discovery (to be applied in next sprint!):
https://github.com/jbosstools/jbosstools-maven-plugins/pull/57/files?w=1
https://github.com/jbosstools/jbosstools-build/pull/229/files?w=1
https://github.com/jbosstools/jbosstools-target-platforms/pull/226?w=1
https://github.com/jbosstools/jbosstools-discovery/pull/334/files?w=1
Once those are all built (maven clean install -U), you can then verify it works with:
{code}
export JAVA_HOME=/opt/sun-java2-8.0/
echo $JAVA_HOME
cd ~/tru/jbosstools-target-platforms
~/tru/jbosstools-build-ci/util/verifyTarget.sh -x -b `pwd` -p jbosstools
~/tru/jbosstools-build-ci/util/verifyTarget.sh -x -b `pwd` -p jbdevstudio
cd ~/tru/jbosstools-discovery
~/tru/jbosstools-build-ci/util/verifyTarget.sh -x -b `pwd` -p jbtcentral -u http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.6...
{code}
So, yeah, the problem is that with provisional APIs (0.x) there's no guarantee that 0.26 and 0.25 will play nicely together. Solution: we move to 0.26, as you suggested. The above PRs let us move to 0.26.0-SNAPSHOT however, if we want to move up sooner.
> Need better duplicate IU detection when validating target platforms
> -------------------------------------------------------------------
>
> Key: JBIDE-22673
> URL: https://issues.jboss.org/browse/JBIDE-22673
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: build, target-platform, upstream
> Affects Versions: 4.4.0.Final
> Reporter: Nick Boldt
> Assignee: Mickael Istria
> Fix For: 4.4.1.AM3
>
> Attachments: verify-log.txt
>
>
> As discussed in JBIDE-22633, we have no way of knowing when the target platform SHOULD contain duplicate IUs, and when it should not.
> {quote}Problem is there's no way to identify easily which dupes are OK and which are not. I suppose I could crack open all the jars and see which are singletons...?
> Or add a whitelist?{quote}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (JBIDE-22673) Need better duplicate IU detection when validating target platforms
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22673?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-22673:
-------------------------------
Fix Version/s: 4.4.1.AM3
(was: 4.4.x)
> Need better duplicate IU detection when validating target platforms
> -------------------------------------------------------------------
>
> Key: JBIDE-22673
> URL: https://issues.jboss.org/browse/JBIDE-22673
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: build, target-platform, upstream
> Affects Versions: 4.4.0.Final
> Reporter: Nick Boldt
> Assignee: Mickael Istria
> Fix For: 4.4.1.AM3
>
> Attachments: verify-log.txt
>
>
> As discussed in JBIDE-22633, we have no way of knowing when the target platform SHOULD contain duplicate IUs, and when it should not.
> {quote}Problem is there's no way to identify easily which dupes are OK and which are not. I suppose I could crack open all the jars and see which are singletons...?
> Or add a whitelist?{quote}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (JBIDE-22673) Need better duplicate IU detection when validating target platforms
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22673?page=com.atlassian.jira.plugi... ]
Nick Boldt reassigned JBIDE-22673:
----------------------------------
Assignee: Nick Boldt (was: Mickael Istria)
> Need better duplicate IU detection when validating target platforms
> -------------------------------------------------------------------
>
> Key: JBIDE-22673
> URL: https://issues.jboss.org/browse/JBIDE-22673
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: build, target-platform, upstream
> Affects Versions: 4.4.0.Final
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 4.4.1.AM3
>
> Attachments: verify-log.txt
>
>
> As discussed in JBIDE-22633, we have no way of knowing when the target platform SHOULD contain duplicate IUs, and when it should not.
> {quote}Problem is there's no way to identify easily which dupes are OK and which are not. I suppose I could crack open all the jars and see which are singletons...?
> Or add a whitelist?{quote}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (JBIDE-22701) ConsoleLineTracker not working anymore
by Daniel Dekany (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22701?page=com.atlassian.jira.plugi... ]
Daniel Dekany updated JBIDE-22701:
----------------------------------
Description:
No links are created for exception FreeMarker error messages on the console, because the message format of FreeMarker was changed long ago.
-Because we use the row/col info returned by FM for a while.-
was:Because we use the row/col info returned by FM for a while.
> ConsoleLineTracker not working anymore
> --------------------------------------
>
> Key: JBIDE-22701
> URL: https://issues.jboss.org/browse/JBIDE-22701
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: freemarker
> Reporter: Daniel Dekany
> Assignee: Alexey Kazakov
> Fix For: 4.4.1.AM2
>
>
> No links are created for exception FreeMarker error messages on the console, because the message format of FreeMarker was changed long ago.
> -Because we use the row/col info returned by FM for a while.-
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (JBDS-3961) CDK installation failed with progress bar stuck in 99%
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-3961?page=com.atlassian.jira.plugin.... ]
Denis Golovin edited comment on JBDS-3961 at 7/22/16 1:17 PM:
--------------------------------------------------------------
I can replicate this issue and going to fix it today.
was (Author: dgolovin):
I could replicate this.
> CDK installation failed with progress bar stuck in 99%
> ------------------------------------------------------
>
> Key: JBDS-3961
> URL: https://issues.jboss.org/browse/JBDS-3961
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: platform-installer
> Affects Versions: 10.1.0.AM2
> Environment: h3. Operating System:
> Windows 10 Pro 64 Bit
> h3. Devstudio version
> Devstudio 1.0 GA
> Reporter: Budh Ram Gurung
> Assignee: Denis Golovin
> Labels: cdk
> Fix For: 10.1.0.AM2, 10.1.0.AM3
>
> Attachments: dev_studio_installation.PNG, install.log
>
>
> I was trying the "devstudio 1.0 GA build" ("development-suite-1.0.0-GA-bundle-installer.exe") and unable to get CDK installation after gone through the steps of authentication, vagrant, cygwin, jboss dev studio installations.
> Observations:
> CDK installation stuck in 99% with "failed" mark.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months