[jbosstools-issues] [JBoss JIRA] Updated: (JBIDE-8853) BPEL Editor missing prereqs when installed on Eclipse platform runtime binary

Nick Boldt (JIRA) jira-events at lists.jboss.org
Wed May 4 17:17:18 EDT 2011


     [ https://issues.jboss.org/browse/JBIDE-8853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Boldt updated JBIDE-8853:
------------------------------

    Attachment: installed.jboss.bpel.10.txt
                Screenshot-JBoss-BPEL1.png


Attached, see log of what gets installed into Eclipse platform runtime binary (http://download.eclipse.org/eclipse/downloads/drops/R-3.6.2-201102101200/index.php#PlatformRuntime) and screenshot showing which feature is selected to install.

> BPEL Editor missing prereqs when installed on Eclipse platform runtime binary
> -----------------------------------------------------------------------------
>
>                 Key: JBIDE-8853
>                 URL: https://issues.jboss.org/browse/JBIDE-8853
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: bpel
>    Affects Versions: 3.2.1.M1
>            Reporter: Nick Boldt
>            Assignee: Robert (Bob) Brodt
>         Attachments: installed.jboss.bpel.10.txt, Screenshot-JBoss-BPEL1.png
>
>
> 1. download eclipse-platform-3.6.2-linux-gtk.tar.gz; unpack into fresh dir and point eclipse at fresh workspace:
> #!/bin/bash
> workspace=/home/nboldt/eclipse/workspace-clean36
> target=/home/nboldt/eclipse/36clean
> eclipse=eclipse-platform-3.6.2-linux-gtk.tar.gz
> if [[ $1 ]]; then
>   echo "Wipe $target/eclipse and $workspace ..."
>   rm -fr $target/eclipse $workspace
>   echo "Unpack $eclipse ..."
>   tar xzf $eclipse
> fi
> export GDK_NATIVE_WINDOWS=true
> ./eclipse/eclipse -clean -showLocation -data $workspace -consolelog -console -vm /opt/jdk1.5.0_19/bin/java -vmargs -Xms128M -Xmx256M -XX:PermSize=128M -XX:MaxPermSize=256M 2>&1 | tee "logs/eclipse.log.`date`.txt"
> 2. Help > Install New Software, then add these URLs to Eclipse:
> a) http://download.jboss.org/jbosstools/updates/helios/ (to provide dependencies)
>    AND
> b) http://download.jboss.org/jbosstools/updates/nightly/3.2_stable_branch/ (to provide latest nightly release of JBoss BPEL Editor 1.0 included in JBoss Tools 3.2.1.M1)
>    OR, use older released version:
> c) http://download.jboss.org/jbosstools/updates/stable/helios/ (to provide stable release of JBoss BPEL Editor 1.0 included in JBoss Tools 3.2.0.GA)
> 3. Next, install only the BPEL editor feature(s):
> !Screenshot-JBoss-BPEL1.png!
> 4. After install, disk footprint for JBoss BPEL 1.0 from nightly site is 155M. 
> There is no wizard under File > New > Other (CTRL-N) which matches the pattern "BPEL" in its name.
> This says that something on which the wizard(s) depend has not been installed, because BPEL does not declare its dependency on it.
> Solution:
> fix BPEL plugin manifests to define all needed upstream plugins from Eclipse platform, WTP, DTP, GMF, EMF, etc.
>  OR
> fix BPEL feature manifest to define all needed upstream features/plugins from Eclipse platform, WTP, DTP, etc.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list