[
https://issues.jboss.org/browse/JBIDE-10321?page=com.atlassian.jira.plugi...
]
Snjezana Peco resolved JBIDE-10321.
-----------------------------------
Resolution: Done
I have changed the error message to the warning message - "The XXX project example
not found".
Nick has added the o.j.t.community.project.examples dependency to the
o.j.t.community.central feature (revision 36908) which is correct. Maybe we would also
have to add the org.jboss.tools.maven.project.examples dependency.
The org.jboss.tools.central.jbossas.quickstart.ticketmonster tutorial that Fred created is
defined in JBoss Central, but there isn't any corresponding project example.
The remaining project examples aren't shown because they are maven or mavenArchetype
project examples and require the org.jboss.tools.maven.project.examples plugin.
Committed to the trunk and jbosstools-3.3.0.M5 branch.
Central reports "Invalid Project example" 11 times even
when org.jboss.tools.project.examples and org.jboss.tools.community.project.examples are
installed
----------------------------------------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-10321
URL:
https://issues.jboss.org/browse/JBIDE-10321
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: central
Affects Versions: 3.3.0.M5
Environment: Fedora 15 x86_64: Linux thunk 2.6.40.6-0.fc15.x86_64 #1 SMP Tue Oct
4 00:39:50 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
Sun Java 6: java version "1.6.0_25", Java(TM) SE Runtime Environment (build
1.6.0_25-b06), Java HotSpot(TM) 64-Bit Server VM (build 20.0-b11, mixed mode)
Reporter: Nick Boldt
Assignee: Nick Boldt
Fix For: 3.3.0.M5
After install of Central into Eclipse JEE Bundle (linux x86_64) from nightly trunk site,
first launch shows these errors in the console log:
Launch script:
{code}
#!/bin/bash
workspace=/home/nboldt/eclipse/workspace-clean37
target=/home/nboldt/eclipse/37clean
eclipse=/home/nboldt/tmp/Eclipse_Bundles/eclipse-jee-indigo-SR1-linux-gtk-x86_64.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/sun-java2-6.0/bin/java -vmargs -Xms128M -Xmx256M -XX:PermSize=128M
-XX:MaxPermSize=256M 2>&1 | tee "logs/eclipse.log.`date`.txt"
{code}
Log:
{code}
osgi> !SESSION 2011-12-02 11:41:38.335
-----------------------------------------------
eclipse.buildId=M20110909-1335
java.version=1.6.0_25
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments: -product org.eclipse.epp.package.jee.product -showLocation
Command-line arguments: -os linux -ws gtk -arch x86_64 -product
org.eclipse.epp.package.jee.product -clean -showLocation -data
/home/nboldt/eclipse/workspace-clean37 -consolelog -console
!ENTRY org.jboss.tools.central 4 0 2011-12-02 11:41:59.092
!MESSAGE Invalid Project example:org.jboss.tools.central.jbossas.quickstart.helloworld
!ENTRY org.jboss.tools.central 4 0 2011-12-02 11:41:59.094
!MESSAGE Invalid Project example:org.jboss.tools.central.jbossas.quickstart.numberguess
!ENTRY org.jboss.tools.central 4 0 2011-12-02 11:41:59.095
!MESSAGE Invalid Project example:org.jboss.tools.central.jbossas.quickstart.login
!ENTRY org.jboss.tools.central 4 0 2011-12-02 11:41:59.095
!MESSAGE Invalid Project example:org.jboss.tools.central.jbossas.quickstart.kitchensink
!ENTRY org.jboss.tools.central 4 0 2011-12-02 11:41:59.095
!MESSAGE Invalid Project example:org.jboss.tools.central.Seam.registration2
!ENTRY org.jboss.tools.central 4 0 2011-12-02 11:41:59.095
!MESSAGE Invalid Project example:org.jboss.tools.central.Seam.messages
!ENTRY org.jboss.tools.central 4 0 2011-12-02 11:41:59.095
!MESSAGE Invalid Project example:org.jboss.tools.central.Seam.todo
!ENTRY org.jboss.tools.central 4 0 2011-12-02 11:41:59.096
!MESSAGE Invalid Project example:org.jboss.tools.central.Seam.numberguess
!ENTRY org.jboss.tools.central 4 0 2011-12-02 11:41:59.096
!MESSAGE Invalid Project example:org.jboss.tools.central.Seam.booking22
!ENTRY org.jboss.tools.central 4 0 2011-12-02 11:41:59.096
!MESSAGE Invalid Project
example:org.jboss.tools.central.jbossas.quickstart.jbossJavaee6Webapp
!ENTRY org.jboss.tools.central 4 0 2011-12-02 11:41:59.096
!MESSAGE Invalid Project
example:org.jboss.tools.central.jbossas.quickstart.jbossJavaee6Ear
!ENTRY org.jboss.tools.central 4 0 2011-12-02 11:46:10.562
!MESSAGE Invalid Project example:org.jboss.tools.central.jbossas.quickstart.helloworld
!ENTRY org.jboss.tools.central 4 0 2011-12-02 11:46:10.562
!MESSAGE Invalid Project example:org.jboss.tools.central.jbossas.quickstart.numberguess
!ENTRY org.jboss.tools.central 4 0 2011-12-02 11:46:10.563
!MESSAGE Invalid Project example:org.jboss.tools.central.jbossas.quickstart.login
!ENTRY org.jboss.tools.central 4 0 2011-12-02 11:46:10.563
!MESSAGE Invalid Project example:org.jboss.tools.central.jbossas.quickstart.kitchensink
!ENTRY org.jboss.tools.central 4 0 2011-12-02 11:46:10.563
!MESSAGE Invalid Project example:org.jboss.tools.central.Seam.registration2
!ENTRY org.jboss.tools.central 4 0 2011-12-02 11:46:10.563
!MESSAGE Invalid Project example:org.jboss.tools.central.Seam.messages
!ENTRY org.jboss.tools.central 4 0 2011-12-02 11:46:10.564
!MESSAGE Invalid Project example:org.jboss.tools.central.Seam.todo
!ENTRY org.jboss.tools.central 4 0 2011-12-02 11:46:10.564
!MESSAGE Invalid Project example:org.jboss.tools.central.Seam.numberguess
!ENTRY org.jboss.tools.central 4 0 2011-12-02 11:46:10.564
!MESSAGE Invalid Project example:org.jboss.tools.central.Seam.booking22
!ENTRY org.jboss.tools.central 4 0 2011-12-02 11:46:10.564
!MESSAGE Invalid Project
example:org.jboss.tools.central.jbossas.quickstart.jbossJavaee6Webapp
!ENTRY org.jboss.tools.central 4 0 2011-12-02 11:46:10.564
!MESSAGE Invalid Project
example:org.jboss.tools.central.jbossas.quickstart.jbossJavaee6Ear
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira