]
Nick Boldt commented on JBDS-2087:
----------------------------------
Log shows lots of missing NLS messages. Note that I install / run Eclipse in the above
scenario like this:
{code}
#!/bin/bash
workspace=/home/nboldt/eclipse/workspace-clean37
target=/home/nboldt/eclipse/37clean
eclipse=/home/nboldt/tmp/Eclipse_Bundles/eclipse-jee-indigo-SR2-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}
move all features from com.jboss.jbds.all (generated top-level
product feature) to com.jboss.jbds.product.feature so that all of JBDS can be installed
into Eclipse via a single feature
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: JBDS-2087
URL:
https://issues.jboss.org/browse/JBDS-2087
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Sub-task
Security Level: Public(Everyone can see)
Components: Build, installer, updatesite, Upstream
Affects Versions: 5.0.0.Beta3
Reporter: Nick Boldt
Assignee: Nick Boldt
Priority: Blocker
Fix For: 5.0.0.Beta3
Attachments: eclipse.log.20120413.txt,
install-jbds5beta3intoEclipseIndigoSR2JEEbundle.png
A few milestones ago, I moved much of the content of com.jboss.jbds.product.feature into
com.jboss.jbds.all to expose it more obviously when a user looks into Help > About >
Installation details in JBDS.
However, this means that the single point of entry to installing all of JBDS is now
com.jboss.jbds.all, which, because it's a PRODUCT, can't be installed into
something like Eclipse JEE Indigo SR2.
Solution is to move all the contents of com.jboss.jbds.all into its child feature,
com.jboss.jbds.product.feature, and have the .all include ONLY the single
.product.feature.
Any objections to this plan? Denis? Mickael? Max?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: