[jbosstools-issues] [JBoss JIRA] (JBDS-2294) JBDS Branded Product feature does not cause splash screen to be replaced when installing into Eclipse via Bring Your Own Eclipse ("BYOE") installation

Nick Boldt (JIRA) jira-events at lists.jboss.org
Fri Sep 28 14:53:03 EDT 2012


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

Nick Boldt commented on JBDS-2294:
----------------------------------

I installed like this:

{code}
#!/bin/bash

workspace=/home/nboldt/eclipse/workspace-clean42
target=/home/nboldt/eclipse/42clean

eclipse=/home/nboldt/tmp/Eclipse_Bundles/eclipse-platform-4.2.1-linux-gtk-x86_64.tar.gz

if [[ $1 == "e" ]]; then
  echo "Wipe $target/eclipse and $workspace ..."
  rm -fr $target/eclipse $workspace
  echo "Unpack $eclipse ..."
  tar xzf $eclipse
  shift
fi

#export GDK_NATIVE_WINDOWS=true
./eclipse/eclipse -clean -showLocation -data $workspace -consolelog -console -vm /opt/sun-java2-6.0/bin/java -vmargs -Xms128M -Xmx256M -XX:PermSize=128M -XX:MaxPermSize=256M $1 2>&1 | tee "logs/eclipse.log.`date`.txt"
{code}

Then I installed the "JBoss Developer Studio (Branded Product)" feature, and now I have BOTH and eclipse executable and an jbdevstudio one, but only one .ini file. Note the timestamps show when the tar.gz was created (Sep 14 and Sep 28 09:28) and when I did the subsequent install of JBDS into it (Sep 28 14:07 - 14:08).

{code}
$ ll
total 1.4M
-rw-rw-r--   1 nboldt nboldt 8.8K Aug 29 12:39 notice.html
-rw-rw-r--   1 nboldt nboldt  17K Aug 29 12:39 epl-v10.html
-rw-rw-r--   1 nboldt nboldt 459K Sep 14 18:26 icon.xpm
-rw-rw-r--   1 nboldt nboldt  19K Sep 14 18:27 about.html
-rwxr-xr-x   1 nboldt nboldt  70K Sep 14 18:50 eclipse
drwxrwxr-x   2 nboldt nboldt 4.0K Sep 14 19:57 readme
drwxrwxr-x   2 nboldt nboldt 4.0K Sep 14 19:57 dropins
drwxrwxr-x   2 nboldt nboldt 4.0K Sep 14 19:57 about_files
-rwxr-xr-x   1 nboldt nboldt 328K Sep 28 09:28 libcairo-swt.so
-rwxr-xr-x   1 nboldt nboldt  70K Sep 28 09:28 jbdevstudio
drwxrwxr-x   5 nboldt nboldt 4.0K Sep 28 13:57 p2
drwxrwxr-x  57 nboldt nboldt  88K Sep 28 14:07 plugins
-rw-rw-r--   1 nboldt nboldt  679 Sep 28 14:07 jbdevstudio.ini
drwxrwxr-x 174 nboldt nboldt  24K Sep 28 14:07 features
-rw-rw-r--   1 nboldt nboldt 273K Sep 28 14:07 artifacts.xml
drwxrwxr-x  11 nboldt nboldt 4.0K Sep 28 14:08 configuration
{code}
                
> JBDS Branded Product feature does not cause splash screen to be replaced when installing into Eclipse via Bring Your Own Eclipse ("BYOE") installation
> ------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: JBDS-2294
>                 URL: https://issues.jboss.org/browse/JBDS-2294
>             Project: Developer Studio (JBoss Developer Studio)
>          Issue Type: Sub-task
>      Security Level: Public(Everyone can see) 
>          Components: P2 Enabled Product
>    Affects Versions: 6.0.0.Alpha2
>            Reporter: Nick Boldt
>            Assignee: Snjezana Peco
>             Fix For: 6.0.0.Beta1
>
>         Attachments: jbds2294-after-install.png, jbds2294-after-install_2.png
>
>
> Not sure if we actually want to fix this, or if in fact this is a good thing... but if you install the JBDS Branded Product feature (com.jboss.jbds.all) into Eclipse, you get the redball icons appearing in place of the Eclipse ones...
> !https://issues.jboss.org/secure/attachment/12357112/12357112_JBDS2253-install-entire-JBDS-BrandedProduct-feature-to-EclipsePlatformRuntimeBinary4.2.1-note-changed-icons-and-About-screen.png!
> ... but the splash screen remains the same:
> !https://issues.jboss.org/secure/attachment/12357118/12357118_JBDS2253-splash-screen-has-version-6.0.0-but-wrong-image.png!
> For details on how to perform the installation, see:
> https://issues.jboss.org/browse/JBDS-2253?focusedCommentId=12721643&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-12721643

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list