[jbosstools-dev] Possible Issue with Portal / Seam

Rob Cernich rcernich at redhat.com
Thu Apr 25 11:10:13 EDT 2013


A similar issue was in the jboss.m2 facet installer.  https://issues.jboss.org/browse/JBIDE-13929

It might be wise to scan the code for other instances.

----- Original Message -----
> While struggling to run wtp's test suite (which still has no tycho and
> must be run inside eclipse), I was running on JBT Alpha1 final. No
> reason, it just happened to be the env I was using.
> 
> Anyway, About 60% of the wtp unit tests were failing, with a swallowed
> error of some sort. After 2-3 hours of work, I tracked it down to an
> error in the static initializer of PortletPostInstallListener, which
> caused a ExceptionInInitializerError.
> 
> This was not caught by wtp, as it's an error and not an exception. That
> needs to be fixed as well, and I might file an upstream bug for it. But
> my question here is, why is there an error occurring here?
> 
> The line that is failing in PortletPostInstallListener is:
> 
>      private static final IProjectFacet seamFacet =
> ProjectFacetsManager.getProjectFacet(JST_SEAM_FACET);
> 
> This call fails with an IllegalArgumentException:
> FacetedProjectFrameworkImpl throws an IllegalArgumentException if that
> particular facet hasn't been declared.
> 
> Questions that arise for me:
> 
> 1) Where is the jst.seam facet declared? Why is it not in my install?
> (Install details below)
> 
> 2) Does portlet 100% require seam? If it's at all possible to have
> portlet installed without seam, then this statically-initialized field
> needs to be protected to avoid the class being unresolved.
> 
> 
> It might be a good idea to go through PortletPostInstallListener,
> protect the static initializer, give it a value of null if an exception
> is caught, and, on the 4 lines that reference this private field, check
> if the facet is null.  If the facet is null, it would imply the user is
> in an environment that doesn't have a seam facet.
> 
> But as currently coded, the attempt to instantiate
> PortletPostInstallListener will fail in any environment where the facet
> isn't found.
> 
> - Rob Stryker
> 
> Summary of installation:
> 
> Id: org.hibernate.eclipse, Version: 3.7.0.Alpha1-v20130305-1922-B27,
> Location:
> reference:file:plugins/org.hibernate.eclipse_3.7.0.Alpha1-v20130305-1922-B27/
> Id: org.hibernate.eclipse.console, Version:
> 3.7.0.Alpha1-v20130305-1922-B27, Location:
> reference:file:plugins/org.hibernate.eclipse.console_3.7.0.Alpha1-v20130305-1922-B27/
> Id: org.hibernate.eclipse.help, Version:
> 3.7.0.Alpha1-v20130305-1922-B27, Location:
> reference:file:plugins/org.hibernate.eclipse.help_3.7.0.Alpha1-v20130305-1922-B27/
> Id: org.hibernate.eclipse.jdt.apt.ui, Version:
> 3.7.0.Alpha1-v20130305-1922-B27, Location:
> reference:file:plugins/org.hibernate.eclipse.jdt.apt.ui_3.7.0.Alpha1-v20130305-1922-B27.jar
> Id: org.hibernate.eclipse.jdt.ui, Version:
> 3.7.0.Alpha1-v20130305-1922-B27, Location:
> reference:file:plugins/org.hibernate.eclipse.jdt.ui_3.7.0.Alpha1-v20130305-1922-B27.jar
> Id: org.hibernate.eclipse.libs, Version:
> 3.7.0.Alpha1-v20130305-1922-B27, Location:
> reference:file:plugins/org.hibernate.eclipse.libs_3.7.0.Alpha1-v20130305-1922-B27/
> Id: org.hibernate.eclipse.mapper, Version:
> 3.7.0.Alpha1-v20130305-1922-B27, Location:
> reference:file:plugins/org.hibernate.eclipse.mapper_3.7.0.Alpha1-v20130305-1922-B27/
> Id: org.jboss.ide.eclipse.archives.core, Version:
> 3.4.100.Alpha1-v20130227-0643-B32, Location:
> reference:file:plugins/org.jboss.ide.eclipse.archives.core_3.4.100.Alpha1-v20130227-0643-B32/
> Id: org.jboss.ide.eclipse.archives.jdt.integration, Version:
> 3.4.100.Alpha1-v20130227-0643-B32, Location:
> reference:file:plugins/org.jboss.ide.eclipse.archives.jdt.integration_3.4.100.Alpha1-v20130227-0643-B32.jar
> Id: org.jboss.ide.eclipse.archives.ui, Version:
> 3.4.100.Alpha1-v20130227-0643-B32, Location:
> reference:file:plugins/org.jboss.ide.eclipse.archives.ui_3.4.100.Alpha1-v20130227-0643-B32.jar
> Id: org.jboss.ide.eclipse.archives.webtools, Version:
> 2.4.100.Alpha1-v20130227-0643-B32, Location:
> reference:file:plugins/org.jboss.ide.eclipse.archives.webtools_2.4.100.Alpha1-v20130227-0643-B32.jar
> Id: org.jboss.ide.eclipse.as.classpath.core, Version:
> 2.4.100.Alpha1-v20130227-0643-B32, Location:
> reference:file:plugins/org.jboss.ide.eclipse.as.classpath.core_2.4.100.Alpha1-v20130227-0643-B32.jar
> Id: org.jboss.ide.eclipse.as.classpath.ui, Version:
> 2.4.100.Alpha1-v20130227-0643-B32, Location:
> reference:file:plugins/org.jboss.ide.eclipse.as.classpath.ui_2.4.100.Alpha1-v20130227-0643-B32.jar
> Id: org.jboss.ide.eclipse.as.core, Version:
> 2.4.100.Alpha1-v20130227-0643-B32, Location:
> reference:file:plugins/org.jboss.ide.eclipse.as.core_2.4.100.Alpha1-v20130227-0643-B32.jar
> Id: org.jboss.ide.eclipse.as.dmr, Version:
> 2.4.100.Alpha1-v20130227-0643-B32, Location:
> reference:file:plugins/org.jboss.ide.eclipse.as.dmr_2.4.100.Alpha1-v20130227-0643-B32.jar
> Id: org.jboss.ide.eclipse.as.doc.user, Version:
> 2.4.100.Alpha1-v20130227-0643-B32, Location:
> reference:file:plugins/org.jboss.ide.eclipse.as.doc.user_2.4.100.Alpha1-v20130227-0643-B32.jar
> Id: org.jboss.ide.eclipse.as.jmx.integration, Version:
> 2.4.100.Alpha1-v20130227-0643-B32, Location:
> reference:file:plugins/org.jboss.ide.eclipse.as.jmx.integration_2.4.100.Alpha1-v20130227-0643-B32.jar
> Id: org.jboss.ide.eclipse.as.management.as71, Version:
> 2.4.100.Alpha1-v20130227-0643-B32, Location:
> reference:file:plugins/org.jboss.ide.eclipse.as.management.as71_2.4.100.Alpha1-v20130227-0643-B32.jar
> Id: org.jboss.ide.eclipse.as.management.core, Version:
> 2.4.100.Alpha1-v20130227-0643-B32, Location:
> reference:file:plugins/org.jboss.ide.eclipse.as.management.core_2.4.100.Alpha1-v20130227-0643-B32.jar
> Id: org.jboss.ide.eclipse.as.rse.core, Version:
> 2.4.100.Alpha1-v20130227-0643-B32, Location:
> reference:file:plugins/org.jboss.ide.eclipse.as.rse.core_2.4.100.Alpha1-v20130227-0643-B32.jar
> Id: org.jboss.ide.eclipse.as.rse.ui, Version:
> 2.4.100.Alpha1-v20130227-0643-B32, Location:
> reference:file:plugins/org.jboss.ide.eclipse.as.rse.ui_2.4.100.Alpha1-v20130227-0643-B32.jar
> Id: org.jboss.ide.eclipse.as.ui, Version:
> 2.4.100.Alpha1-v20130227-0643-B32, Location:
> reference:file:plugins/org.jboss.ide.eclipse.as.ui_2.4.100.Alpha1-v20130227-0643-B32.jar
> Id: org.jboss.ide.eclipse.as.ui.mbeans, Version:
> 2.4.100.Alpha1-v20130227-0643-B32, Location:
> reference:file:plugins/org.jboss.ide.eclipse.as.ui.mbeans_2.4.100.Alpha1-v20130227-0643-B32.jar
> Id: org.jboss.ide.eclipse.as.wtp.core, Version:
> 2.4.100.Alpha1-v20130227-0643-B32, Location:
> reference:file:plugins/org.jboss.ide.eclipse.as.wtp.core_2.4.100.Alpha1-v20130227-0643-B32.jar
> Id: org.jboss.ide.eclipse.as.wtp.ui, Version:
> 2.4.100.Alpha1-v20130227-0643-B32, Location:
> reference:file:plugins/org.jboss.ide.eclipse.as.wtp.ui_2.4.100.Alpha1-v20130227-0643-B32.jar
> Id: org.jboss.netty, Version: 3.2.5.Final-20130219-0923, Location:
> reference:file:plugins/org.jboss.netty_3.2.5.Final-20130219-0923.jar
> Id: org.jboss.tools.cdi.core, Version: 1.5.0.Alpha1-v20130227-1801-B28,
> Location:
> reference:file:plugins/org.jboss.tools.cdi.core_1.5.0.Alpha1-v20130227-1801-B28.jar
> Id: org.jboss.tools.cdi.seam.config.core, Version:
> 1.5.0.Alpha1-v20130227-1801-B28, Location:
> reference:file:plugins/org.jboss.tools.cdi.seam.config.core_1.5.0.Alpha1-v20130227-1801-B28.jar
> Id: org.jboss.tools.cdi.seam.config.ui, Version:
> 1.5.0.Alpha1-v20130227-1801-B28, Location:
> reference:file:plugins/org.jboss.tools.cdi.seam.config.ui_1.5.0.Alpha1-v20130227-1801-B28.jar
> Id: org.jboss.tools.cdi.seam.core, Version:
> 1.5.0.Alpha1-v20130227-1801-B28, Location:
> reference:file:plugins/org.jboss.tools.cdi.seam.core_1.5.0.Alpha1-v20130227-1801-B28.jar
> Id: org.jboss.tools.cdi.seam.faces.core, Version:
> 1.5.0.Alpha1-v20130227-1801-B28, Location:
> reference:file:plugins/org.jboss.tools.cdi.seam.faces.core_1.5.0.Alpha1-v20130227-1801-B28.jar
> Id: org.jboss.tools.cdi.seam.solder.core, Version:
> 1.5.0.Alpha1-v20130227-1801-B28, Location:
> reference:file:plugins/org.jboss.tools.cdi.seam.solder.core_1.5.0.Alpha1-v20130227-1801-B28.jar
> Id: org.jboss.tools.cdi.seam.text.ext, Version:
> 1.5.0.Alpha1-v20130227-1801-B28, Location:
> reference:file:plugins/org.jboss.tools.cdi.seam.text.ext_1.5.0.Alpha1-v20130227-1801-B28.jar
> Id: org.jboss.tools.cdi.text.ext, Version:
> 1.5.0.Alpha1-v20130227-1801-B28, Location:
> reference:file:plugins/org.jboss.tools.cdi.text.ext_1.5.0.Alpha1-v20130227-1801-B28.jar
> Id: org.jboss.tools.cdi.ui, Version: 1.5.0.Alpha1-v20130227-1801-B28,
> Location:
> reference:file:plugins/org.jboss.tools.cdi.ui_1.5.0.Alpha1-v20130227-1801-B28.jar
> Id: org.jboss.tools.cdi.xml, Version: 1.5.0.Alpha1-v20130227-1801-B28,
> Location:
> reference:file:plugins/org.jboss.tools.cdi.xml_1.5.0.Alpha1-v20130227-1801-B28.jar
> Id: org.jboss.tools.central, Version: 1.2.0.Alpha1-v20130305-2235-B16,
> Location:
> reference:file:plugins/org.jboss.tools.central_1.2.0.Alpha1-v20130305-2235-B16.jar
> Id: org.jboss.tools.common, Version: 3.5.0.Alpha1-v20130227-0628-B26,
> Location:
> reference:file:plugins/org.jboss.tools.common_3.5.0.Alpha1-v20130227-0628-B26.jar
> Id: org.jboss.tools.common.core, Version:
> 3.5.0.Alpha1-v20130227-0628-B26, Location:
> reference:file:plugins/org.jboss.tools.common.core_3.5.0.Alpha1-v20130227-0628-B26.jar
> Id: org.jboss.tools.common.el.core, Version:
> 3.5.0.Alpha1-v20130227-0628-B26, Location:
> reference:file:plugins/org.jboss.tools.common.el.core_3.5.0.Alpha1-v20130227-0628-B26.jar
> Id: org.jboss.tools.common.el.ui, Version:
> 3.5.0.Alpha1-v20130227-0628-B26, Location:
> reference:file:plugins/org.jboss.tools.common.el.ui_3.5.0.Alpha1-v20130227-0628-B26.jar
> Id: org.jboss.tools.common.gef, Version:
> 3.5.0.Alpha1-v20130227-0628-B26, Location:
> reference:file:plugins/org.jboss.tools.common.gef_3.5.0.Alpha1-v20130227-0628-B26/
> Id: org.jboss.tools.common.model, Version:
> 3.5.0.Alpha1-v20130227-0628-B26, Location:
> reference:file:plugins/org.jboss.tools.common.model_3.5.0.Alpha1-v20130227-0628-B26/
> Id: org.jboss.tools.common.model.ui, Version:
> 3.5.0.Alpha1-v20130227-0628-B26, Location:
> reference:file:plugins/org.jboss.tools.common.model.ui_3.5.0.Alpha1-v20130227-0628-B26/
> Id: org.jboss.tools.common.mylyn, Version:
> 3.5.0.Alpha1-v20130227-0628-B26, Location:
> reference:file:plugins/org.jboss.tools.common.mylyn_3.5.0.Alpha1-v20130227-0628-B26/
> Id: org.jboss.tools.common.projecttemplates, Version:
> 3.5.0.Alpha1-v20130227-0628-B26, Location:
> reference:file:plugins/org.jboss.tools.common.projecttemplates_3.5.0.Alpha1-v20130227-0628-B26/
> Id: org.jboss.tools.common.resref.core, Version:
> 3.5.0.Alpha1-v20130227-0628-B26, Location:
> reference:file:plugins/org.jboss.tools.common.resref.core_3.5.0.Alpha1-v20130227-0628-B26.jar
> Id: org.jboss.tools.common.resref.ui, Version:
> 3.5.0.Alpha1-v20130227-0628-B26, Location:
> reference:file:plugins/org.jboss.tools.common.resref.ui_3.5.0.Alpha1-v20130227-0628-B26.jar
> Id: org.jboss.tools.common.text.ext, Version:
> 3.5.0.Alpha1-v20130227-0628-B26, Location:
> reference:file:plugins/org.jboss.tools.common.text.ext_3.5.0.Alpha1-v20130227-0628-B26.jar
> Id: org.jboss.tools.common.text.xml, Version:
> 3.5.0.Alpha1-v20130227-0628-B26, Location:
> reference:file:plugins/org.jboss.tools.common.text.xml_3.5.0.Alpha1-v20130227-0628-B26.jar
> Id: org.jboss.tools.common.ui, Version: 3.5.0.Alpha1-v20130227-0628-B26,
> Location:
> reference:file:plugins/org.jboss.tools.common.ui_3.5.0.Alpha1-v20130227-0628-B26.jar
> Id: org.jboss.tools.common.validation, Version:
> 3.5.0.Alpha1-v20130227-0628-B26, Location:
> reference:file:plugins/org.jboss.tools.common.validation_3.5.0.Alpha1-v20130227-0628-B26.jar
> Id: org.jboss.tools.common.verification, Version:
> 3.5.0.Alpha1-v20130227-0628-B26, Location:
> reference:file:plugins/org.jboss.tools.common.verification_3.5.0.Alpha1-v20130227-0628-B26.jar
> Id: org.jboss.tools.community.project.examples, Version:
> 1.5.0.Alpha1-v20130305-2235-B16, Location:
> reference:file:plugins/org.jboss.tools.community.project.examples_1.5.0.Alpha1-v20130305-2235-B16/
> Id: org.jboss.tools.hibernate.jpt.core, Version:
> 3.7.0.Alpha1-v20130305-1922-B27, Location:
> reference:file:plugins/org.jboss.tools.hibernate.jpt.core_3.7.0.Alpha1-v20130305-1922-B27.jar
> Id: org.jboss.tools.hibernate.jpt.ui, Version:
> 3.7.0.Alpha1-v20130305-1922-B27, Location:
> reference:file:plugins/org.jboss.tools.hibernate.jpt.ui_3.7.0.Alpha1-v20130305-1922-B27.jar
> Id: org.jboss.tools.hibernate.ui, Version:
> 3.7.0.Alpha1-v20130305-1922-B27, Location:
> reference:file:plugins/org.jboss.tools.hibernate.ui_3.7.0.Alpha1-v20130305-1922-B27/
> Id: org.jboss.tools.hibernate.xml, Version:
> 3.7.0.Alpha1-v20130305-1922-B27, Location:
> reference:file:plugins/org.jboss.tools.hibernate.xml_3.7.0.Alpha1-v20130305-1922-B27.jar
> Id: org.jboss.tools.hibernate.xml.ui, Version:
> 3.7.0.Alpha1-v20130305-1922-B27, Location:
> reference:file:plugins/org.jboss.tools.hibernate.xml.ui_3.7.0.Alpha1-v20130305-1922-B27.jar
> Id: org.jboss.tools.hibernate3_5, Version:
> 3.7.0.Alpha1-v20130305-1922-B27, Location:
> reference:file:plugins/org.jboss.tools.hibernate3_5_3.7.0.Alpha1-v20130305-1922-B27.jar
> Id: org.jboss.tools.hibernate3_6, Version:
> 3.7.0.Alpha1-v20130305-1922-B27, Location:
> reference:file:plugins/org.jboss.tools.hibernate3_6_3.7.0.Alpha1-v20130305-1922-B27.jar
> Id: org.jboss.tools.hibernate4_0, Version:
> 3.7.0.Alpha1-v20130305-1922-B27, Location:
> reference:file:plugins/org.jboss.tools.hibernate4_0_3.7.0.Alpha1-v20130305-1922-B27/
> Id: org.jboss.tools.jmx.core, Version: 1.4.0.Alpha1-v20130227-0643-B32,
> Location:
> reference:file:plugins/org.jboss.tools.jmx.core_1.4.0.Alpha1-v20130227-0643-B32.jar
> Id: org.jboss.tools.jmx.ui, Version: 1.4.0.Alpha1-v20130227-0643-B32,
> Location:
> reference:file:plugins/org.jboss.tools.jmx.ui_1.4.0.Alpha1-v20130227-0643-B32.jar
> Id: org.jboss.tools.jsf, Version: 3.5.0.Alpha1-v20130227-1801-B28,
> Location:
> reference:file:plugins/org.jboss.tools.jsf_3.5.0.Alpha1-v20130227-1801-B28.jar
> Id: org.jboss.tools.jsf.text.ext, Version:
> 3.5.0.Alpha1-v20130227-1801-B28, Location:
> reference:file:plugins/org.jboss.tools.jsf.text.ext_3.5.0.Alpha1-v20130227-1801-B28.jar
> Id: org.jboss.tools.jsf.text.ext.facelets, Version:
> 3.5.0.Alpha1-v20130227-1801-B28, Location:
> reference:file:plugins/org.jboss.tools.jsf.text.ext.facelets_3.5.0.Alpha1-v20130227-1801-B28.jar
> Id: org.jboss.tools.jsf.text.ext.richfaces, Version:
> 3.5.0.Alpha1-v20130227-1801-B28, Location:
> reference:file:plugins/org.jboss.tools.jsf.text.ext.richfaces_3.5.0.Alpha1-v20130227-1801-B28.jar
> Id: org.jboss.tools.jsf.ui, Version: 3.5.0.Alpha1-v20130227-1801-B28,
> Location:
> reference:file:plugins/org.jboss.tools.jsf.ui_3.5.0.Alpha1-v20130227-1801-B28.jar
> Id: org.jboss.tools.jsf.verification, Version:
> 3.5.0.Alpha1-v20130227-1801-B28, Location:
> reference:file:plugins/org.jboss.tools.jsf.verification_3.5.0.Alpha1-v20130227-1801-B28.jar
> Id: org.jboss.tools.jsf.vpe.ajax4jsf, Version:
> 3.5.0.Alpha1-v20130227-1801-B28, Location:
> reference:file:plugins/org.jboss.tools.jsf.vpe.ajax4jsf_3.5.0.Alpha1-v20130227-1801-B28/
> Id: org.jboss.tools.jsf.vpe.facelets, Version:
> 3.5.0.Alpha1-v20130227-1801-B28, Location:
> reference:file:plugins/org.jboss.tools.jsf.vpe.facelets_3.5.0.Alpha1-v20130227-1801-B28/
> Id: org.jboss.tools.jsf.vpe.jbpm, Version:
> 3.5.0.Alpha1-v20130227-1801-B28, Location:
> reference:file:plugins/org.jboss.tools.jsf.vpe.jbpm_3.5.0.Alpha1-v20130227-1801-B28/
> Id: org.jboss.tools.jsf.vpe.jsf, Version:
> 3.5.0.Alpha1-v20130227-1801-B28, Location:
> reference:file:plugins/org.jboss.tools.jsf.vpe.jsf_3.5.0.Alpha1-v20130227-1801-B28/
> Id: org.jboss.tools.jsf.vpe.jstl, Version:
> 3.5.0.Alpha1-v20130227-1801-B28, Location:
> reference:file:plugins/org.jboss.tools.jsf.vpe.jstl_3.5.0.Alpha1-v20130227-1801-B28/
> Id: org.jboss.tools.jsf.vpe.myfaces, Version:
> 3.5.0.Alpha1-v20130227-1801-B28, Location:
> reference:file:plugins/org.jboss.tools.jsf.vpe.myfaces_3.5.0.Alpha1-v20130227-1801-B28/
> Id: org.jboss.tools.jsf.vpe.richfaces, Version:
> 3.5.0.Alpha1-v20130227-1801-B28, Location:
> reference:file:plugins/org.jboss.tools.jsf.vpe.richfaces_3.5.0.Alpha1-v20130227-1801-B28/
> Id: org.jboss.tools.jsf.vpe.seam, Version:
> 3.5.0.Alpha1-v20130227-1801-B28, Location:
> reference:file:plugins/org.jboss.tools.jsf.vpe.seam_3.5.0.Alpha1-v20130227-1801-B28/
> Id: org.jboss.tools.jst.css, Version: 3.5.0.Alpha1-v20130227-1757-B9,
> Location:
> reference:file:plugins/org.jboss.tools.jst.css_3.5.0.Alpha1-v20130227-1757-B9.jar
> Id: org.jboss.tools.jst.firstrun, Version:
> 3.5.0.Alpha1-v20130227-1757-B9, Location:
> reference:file:plugins/org.jboss.tools.jst.firstrun_3.5.0.Alpha1-v20130227-1757-B9.jar
> Id: org.jboss.tools.jst.jsp, Version: 3.5.0.Alpha1-v20130227-1757-B9,
> Location:
> reference:file:plugins/org.jboss.tools.jst.jsp_3.5.0.Alpha1-v20130227-1757-B9.jar
> Id: org.jboss.tools.jst.text.ext, Version:
> 3.5.0.Alpha1-v20130227-1757-B9, Location:
> reference:file:plugins/org.jboss.tools.jst.text.ext_3.5.0.Alpha1-v20130227-1757-B9.jar
> Id: org.jboss.tools.jst.web, Version: 3.5.0.Alpha1-v20130227-1757-B9,
> Location:
> reference:file:plugins/org.jboss.tools.jst.web_3.5.0.Alpha1-v20130227-1757-B9.jar
> Id: org.jboss.tools.jst.web.kb, Version: 3.5.0.Alpha1-v20130227-1757-B9,
> Location:
> reference:file:plugins/org.jboss.tools.jst.web.kb_3.5.0.Alpha1-v20130227-1757-B9/
> Id: org.jboss.tools.jst.web.tiles, Version:
> 3.5.0.Alpha1-v20130227-1757-B9, Location:
> reference:file:plugins/org.jboss.tools.jst.web.tiles_3.5.0.Alpha1-v20130227-1757-B9.jar
> Id: org.jboss.tools.jst.web.tiles.ui, Version:
> 3.5.0.Alpha1-v20130227-1757-B9, Location:
> reference:file:plugins/org.jboss.tools.jst.web.tiles.ui_3.5.0.Alpha1-v20130227-1757-B9.jar
> Id: org.jboss.tools.jst.web.ui, Version: 3.5.0.Alpha1-v20130227-1757-B9,
> Location:
> reference:file:plugins/org.jboss.tools.jst.web.ui_3.5.0.Alpha1-v20130227-1757-B9.jar
> Id: org.jboss.tools.jst.web.verification, Version:
> 3.5.0.Alpha1-v20130227-1757-B9, Location:
> reference:file:plugins/org.jboss.tools.jst.web.verification_3.5.0.Alpha1-v20130227-1757-B9.jar
> Id: org.jboss.tools.maven.cdi, Version: 1.5.0.Alpha1-v20130305-2235-B16,
> Location:
> reference:file:plugins/org.jboss.tools.maven.cdi_1.5.0.Alpha1-v20130305-2235-B16.jar
> Id: org.jboss.tools.maven.conversion.ui, Version:
> 1.5.0.Alpha1-v20130305-2235-B16, Location:
> reference:file:plugins/org.jboss.tools.maven.conversion.ui_1.5.0.Alpha1-v20130305-2235-B16.jar
> Id: org.jboss.tools.maven.core, Version:
> 1.5.0.Alpha1-v20130305-2235-B16, Location:
> reference:file:plugins/org.jboss.tools.maven.core_1.5.0.Alpha1-v20130305-2235-B16.jar
> Id: org.jboss.tools.maven.hibernate, Version:
> 1.5.0.Alpha1-v20130305-2235-B16, Location:
> reference:file:plugins/org.jboss.tools.maven.hibernate_1.5.0.Alpha1-v20130305-2235-B16.jar
> Id: org.jboss.tools.maven.jdt, Version: 1.5.0.Alpha1-v20130305-2235-B16,
> Location:
> reference:file:plugins/org.jboss.tools.maven.jdt_1.5.0.Alpha1-v20130305-2235-B16.jar
> Id: org.jboss.tools.maven.portlet, Version:
> 1.5.0.Alpha1-v20130305-2235-B16, Location:
> reference:file:plugins/org.jboss.tools.maven.portlet_1.5.0.Alpha1-v20130305-2235-B16.jar
> Id: org.jboss.tools.maven.project.examples, Version:
> 1.5.0.Alpha1-v20130305-2235-B16, Location:
> reference:file:plugins/org.jboss.tools.maven.project.examples_1.5.0.Alpha1-v20130305-2235-B16.jar
> Id: org.jboss.tools.maven.seam, Version:
> 1.5.0.Alpha1-v20130305-2235-B16, Location:
> reference:file:plugins/org.jboss.tools.maven.seam_1.5.0.Alpha1-v20130305-2235-B16.jar
> Id: org.jboss.tools.maven.ui, Version: 1.5.0.Alpha1-v20130305-2235-B16,
> Location:
> reference:file:plugins/org.jboss.tools.maven.ui_1.5.0.Alpha1-v20130305-2235-B16.jar
> Id: org.jboss.tools.openshift.egit.core, Version:
> 2.5.0.Alpha1-v20130227-0802-B30, Location:
> reference:file:plugins/org.jboss.tools.openshift.egit.core_2.5.0.Alpha1-v20130227-0802-B30.jar
> Id: org.jboss.tools.openshift.egit.ui, Version:
> 2.5.0.Alpha1-v20130227-0802-B30, Location:
> reference:file:plugins/org.jboss.tools.openshift.egit.ui_2.5.0.Alpha1-v20130227-0802-B30.jar
> Id: org.jboss.tools.openshift.express.client, Version:
> 2.5.0.Alpha1-v20130227-0802-B30, Location:
> reference:file:plugins/org.jboss.tools.openshift.express.client_2.5.0.Alpha1-v20130227-0802-B30.jar
> Id: org.jboss.tools.openshift.express.ui, Version:
> 2.5.0.Alpha1-v20130227-0802-B30, Location:
> reference:file:plugins/org.jboss.tools.openshift.express.ui_2.5.0.Alpha1-v20130227-0802-B30.jar
> Id: org.jboss.tools.portlet.core, Version:
> 1.5.0.Alpha1-v20130227-1800-B4, Location:
> reference:file:plugins/org.jboss.tools.portlet.core_1.5.0.Alpha1-v20130227-1800-B4.jar
> Id: org.jboss.tools.portlet.ui, Version: 1.5.0.Alpha1-v20130227-1800-B4,
> Location:
> reference:file:plugins/org.jboss.tools.portlet.ui_1.5.0.Alpha1-v20130227-1800-B4.jar
> Id: org.jboss.tools.project.examples, Version:
> 1.5.0.Alpha1-v20130305-2235-B16, Location:
> reference:file:plugins/org.jboss.tools.project.examples_1.5.0.Alpha1-v20130305-2235-B16.jar
> Id: org.jboss.tools.project.examples.cheatsheet, Version:
> 1.5.0.Alpha1-v20130305-2235-B16, Location:
> reference:file:plugins/org.jboss.tools.project.examples.cheatsheet_1.5.0.Alpha1-v20130305-2235-B16.jar
> Id: org.jboss.tools.runtime.core, Version:
> 2.1.0.Alpha1-v20130227-0628-B26, Location:
> reference:file:plugins/org.jboss.tools.runtime.core_2.1.0.Alpha1-v20130227-0628-B26.jar
> Id: org.jboss.tools.runtime.seam.detector, Version:
> 3.5.0.Alpha1-v20130227-1801-B28, Location:
> reference:file:plugins/org.jboss.tools.runtime.seam.detector_3.5.0.Alpha1-v20130227-1801-B28.jar
> Id: org.jboss.tools.runtime.ui, Version:
> 2.1.0.Alpha1-v20130227-0628-B26, Location:
> reference:file:plugins/org.jboss.tools.runtime.ui_2.1.0.Alpha1-v20130227-0628-B26.jar
> Id: org.jboss.tools.seam.core, Version: 3.5.0.Alpha1-v20130227-1801-B28,
> Location:
> reference:file:plugins/org.jboss.tools.seam.core_3.5.0.Alpha1-v20130227-1801-B28.jar
> Id: org.jboss.tools.seam.pages.xml, Version:
> 3.5.0.Alpha1-v20130227-1801-B28, Location:
> reference:file:plugins/org.jboss.tools.seam.pages.xml_3.5.0.Alpha1-v20130227-1801-B28.jar
> Id: org.jboss.tools.seam.text.ext, Version:
> 3.5.0.Alpha1-v20130227-1801-B28, Location:
> reference:file:plugins/org.jboss.tools.seam.text.ext_3.5.0.Alpha1-v20130227-1801-B28.jar
> Id: org.jboss.tools.seam.ui, Version: 3.5.0.Alpha1-v20130227-1801-B28,
> Location:
> reference:file:plugins/org.jboss.tools.seam.ui_3.5.0.Alpha1-v20130227-1801-B28.jar
> Id: org.jboss.tools.seam.ui.pages, Version:
> 3.5.0.Alpha1-v20130227-1801-B28, Location:
> reference:file:plugins/org.jboss.tools.seam.ui.pages_3.5.0.Alpha1-v20130227-1801-B28.jar
> Id: org.jboss.tools.seam.xml, Version: 3.5.0.Alpha1-v20130227-1801-B28,
> Location:
> reference:file:plugins/org.jboss.tools.seam.xml_3.5.0.Alpha1-v20130227-1801-B28.jar
> Id: org.jboss.tools.seam.xml.ui, Version:
> 3.5.0.Alpha1-v20130227-1801-B28, Location:
> reference:file:plugins/org.jboss.tools.seam.xml.ui_3.5.0.Alpha1-v20130227-1801-B28.jar
> Id: org.jboss.tools.usage, Version: 1.2.0.Alpha1-v20130227-0628-B26,
> Location:
> reference:file:plugins/org.jboss.tools.usage_1.2.0.Alpha1-v20130227-0628-B26.jar
> Id: org.jboss.tools.vpe, Version: 3.5.0.Alpha1-v20130227-1531-B31,
> Location:
> reference:file:plugins/org.jboss.tools.vpe_3.5.0.Alpha1-v20130227-1531-B31/
> Id: org.jboss.tools.vpe.docbook, Version:
> 3.5.0.Alpha1-v20130227-1531-B31, Location:
> reference:file:plugins/org.jboss.tools.vpe.docbook_3.5.0.Alpha1-v20130227-1531-B31/
> Id: org.jboss.tools.vpe.html, Version: 3.5.0.Alpha1-v20130227-1531-B31,
> Location:
> reference:file:plugins/org.jboss.tools.vpe.html_3.5.0.Alpha1-v20130227-1531-B31/
> Id: org.jboss.tools.vpe.jsp, Version: 3.5.0.Alpha1-v20130227-1531-B31,
> Location:
> reference:file:plugins/org.jboss.tools.vpe.jsp_3.5.0.Alpha1-v20130227-1531-B31/
> Id: org.jboss.tools.vpe.resref, Version:
> 3.5.0.Alpha1-v20130227-1531-B31, Location:
> reference:file:plugins/org.jboss.tools.vpe.resref_3.5.0.Alpha1-v20130227-1531-B31/
> Id: org.jboss.tools.vpe.spring, Version:
> 3.5.0.Alpha1-v20130227-1531-B31, Location:
> reference:file:plugins/org.jboss.tools.vpe.spring_3.5.0.Alpha1-v20130227-1531-B31/
> Id: org.jboss.tools.vpe.ui.palette, Version:
> 3.5.0.Alpha1-v20130227-1531-B31, Location:
> reference:file:plugins/org.jboss.tools.vpe.ui.palette_3.5.0.Alpha1-v20130227-1531-B31/
> Id: org.jboss.tools.vpe.xulrunner, Version:
> 3.5.0.Alpha1-v20130227-1531-B31, Location:
> reference:file:plugins/org.jboss.tools.vpe.xulrunner_3.5.0.Alpha1-v20130227-1531-B31/
> Id: org.jboss.tools.xulrunner.initializer, Version:
> 3.5.0.Alpha1-v20130227-1531-B31, Location:
> reference:file:plugins/org.jboss.tools.xulrunner.initializer_3.5.0.Alpha1-v20130227-1531-B31/
> 
> 
> _______________________________________________
> jbosstools-dev mailing list
> jbosstools-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jbosstools-dev
> 


More information about the jbosstools-dev mailing list