JBoss Tools SVN: r40742 - trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext.
by jbosstools-commits@lists.jboss.org
Author: vpakan(a)redhat.com
Date: 2012-05-03 03:29:43 -0400 (Thu, 03 May 2012)
New Revision: 40742
Modified:
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/FormatUtils.java
Log:
Remove debug message.
Modified: trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/FormatUtils.java
===================================================================
--- trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/FormatUtils.java 2012-05-03 07:29:20 UTC (rev 40741)
+++ trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/FormatUtils.java 2012-05-03 07:29:43 UTC (rev 40742)
@@ -57,11 +57,12 @@
}
}
}
+ /* Uncommet when debugging
System.out.println(sb.toString());
for (String item : list1){
System.out.println("result.add(\"" + item.replaceAll("\"", "\\\"") + "\");");
}
-
+ */
return sb.toString();
}
12 years, 8 months
JBoss Tools SVN: r40741 - trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/src/org/jboss/tools/vpe/ui/bot/test.
by jbosstools-commits@lists.jboss.org
Author: vpakan(a)redhat.com
Date: 2012-05-03 03:29:20 -0400 (Thu, 03 May 2012)
New Revision: 40741
Modified:
trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/src/org/jboss/tools/vpe/ui/bot/test/VPEStableSubsetBotTests.java
Log:
Remove TogglePanelAndToogleControlTagTest from Test suite.
Modified: trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/src/org/jboss/tools/vpe/ui/bot/test/VPEStableSubsetBotTests.java
===================================================================
--- trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/src/org/jboss/tools/vpe/ui/bot/test/VPEStableSubsetBotTests.java 2012-05-03 02:51:17 UTC (rev 40740)
+++ trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/src/org/jboss/tools/vpe/ui/bot/test/VPEStableSubsetBotTests.java 2012-05-03 07:29:20 UTC (rev 40741)
@@ -71,7 +71,6 @@
import org.jboss.tools.vpe.ui.bot.test.editor.tags.PickListTagTest;
import org.jboss.tools.vpe.ui.bot.test.editor.tags.ProgressTagTest;
import org.jboss.tools.vpe.ui.bot.test.editor.tags.SpacerTagTest;
-import org.jboss.tools.vpe.ui.bot.test.editor.tags.TogglePanelAndToogleControlTagTest;
import org.jboss.tools.vpe.ui.bot.test.editor.tags.ToolbarAndToolbarGroupTagTest;
import org.jboss.tools.vpe.ui.bot.test.editor.tags.TreeTagTest;
import org.jboss.tools.vpe.ui.bot.test.editor.tags.VirtualEarthTagTest;
@@ -179,7 +178,6 @@
DataOrderedListTagTest.class,
ExtendedDataTableTagTest.class,
ToolbarAndToolbarGroupTagTest.class,
- TogglePanelAndToogleControlTagTest.class,
CommandButtonTagTest.class,
CommandLinkTagTest.class,
HtmlCommandLinkTagTest.class,
12 years, 8 months
JBoss Tools SVN: r40740 - in trunk/cdi/docs/reference/en-US: images and 2 other directories.
by jbosstools-commits@lists.jboss.org
Author: irooskov(a)redhat.com
Date: 2012-05-02 22:51:17 -0400 (Wed, 02 May 2012)
New Revision: 40740
Added:
trunk/cdi/docs/reference/en-US/code_completion.xml
trunk/cdi/docs/reference/en-US/hyperlink_navigation.xml
trunk/cdi/docs/reference/en-US/images/Code_Completion/
trunk/cdi/docs/reference/en-US/images/Code_Completion/ccompletion_01.png
trunk/cdi/docs/reference/en-US/images/Code_Completion/ccompletion_02.png
trunk/cdi/docs/reference/en-US/images/Hyperlink_Navigation/
trunk/cdi/docs/reference/en-US/images/Hyperlink_Navigation/hyperlink_01.png
trunk/cdi/docs/reference/en-US/images/Hyperlink_Navigation/hyperlink_02.png
trunk/cdi/docs/reference/en-US/images/Hyperlink_Navigation/hyperlink_03.png
trunk/cdi/docs/reference/en-US/images/Hyperlink_Navigation/hyperlink_04.png
trunk/cdi/docs/reference/en-US/images/Hyperlink_Navigation/hyperlink_05.png
trunk/cdi/docs/reference/en-US/images/Hyperlink_Navigation/hyperlink_06.png
Modified:
trunk/cdi/docs/reference/en-US/Book_Info.xml
trunk/cdi/docs/reference/en-US/CDI_Tools_Reference_Guide.xml
trunk/cdi/docs/reference/en-US/master.xml
Log:
updated with new information
Modified: trunk/cdi/docs/reference/en-US/Book_Info.xml
===================================================================
--- trunk/cdi/docs/reference/en-US/Book_Info.xml 2012-05-03 01:02:02 UTC (rev 40739)
+++ trunk/cdi/docs/reference/en-US/Book_Info.xml 2012-05-03 02:51:17 UTC (rev 40740)
@@ -13,7 +13,7 @@
<edition>5.0.0</edition>
- <pubsnumber>5</pubsnumber>
+ <pubsnumber>6</pubsnumber>
<abstract>
<para>
Modified: trunk/cdi/docs/reference/en-US/CDI_Tools_Reference_Guide.xml
===================================================================
--- trunk/cdi/docs/reference/en-US/CDI_Tools_Reference_Guide.xml 2012-05-03 01:02:02 UTC (rev 40739)
+++ trunk/cdi/docs/reference/en-US/CDI_Tools_Reference_Guide.xml 2012-05-03 02:51:17 UTC (rev 40740)
@@ -9,6 +9,8 @@
<xi:include href="adding_cdi_support.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="artifact_wizards.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="validation.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="code_completion.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="hyperlink_navigation.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="Feedback.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="Revision_History.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
</book>
Added: trunk/cdi/docs/reference/en-US/code_completion.xml
===================================================================
--- trunk/cdi/docs/reference/en-US/code_completion.xml (rev 0)
+++ trunk/cdi/docs/reference/en-US/code_completion.xml 2012-05-03 02:51:17 UTC (rev 40740)
@@ -0,0 +1,34 @@
+<?xml version='1.0' encoding='utf-8' ?>
+
+<chapter id="chap-CDI_Tools_Reference_Guide-Code_Completion">
+ <title>Code completion</title>
+ <para>
+ Code completion is available for <property>@Named</property> beans and relevant types and annotations that exist in <filename>beans.xml</filename>.
+ </para>
+ <figure id="ccompletion_01">
+ <title>@Named beans code completion</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/Code_Completion/ccompletion_01.png" format="PNG" />
+ </imageobject>
+ <textobject>
+ <phrase>
+ @Named beans code completion.
+ </phrase>
+ </textobject>
+ </mediaobject>
+ </figure>
+ <figure id="ccompletion_02">
+ <title>beans.xml code completion</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/Code_Completion/ccompletion_02.png" format="PNG" />
+ </imageobject>
+ <textobject>
+ <phrase>
+ beans.xml code completion.
+ </phrase>
+ </textobject>
+ </mediaobject>
+ </figure>
+</chapter>
\ No newline at end of file
Added: trunk/cdi/docs/reference/en-US/hyperlink_navigation.xml
===================================================================
--- trunk/cdi/docs/reference/en-US/hyperlink_navigation.xml (rev 0)
+++ trunk/cdi/docs/reference/en-US/hyperlink_navigation.xml 2012-05-03 02:51:17 UTC (rev 40740)
@@ -0,0 +1,101 @@
+<?xml version='1.0' encoding='utf-8' ?>
+
+ <chapter id="chap-CDI_Tools_Reference_Guide-Hyperlink_Navigation">
+ <title>Hyperlink navigation</title>
+ <para>
+ Hyperlinks (OpenOn integration) allows you to quickly navigate between source files. Pressing <keycombo><keysym>Ctrl</keysym><mousebutton>Left-Click</mousebutton></keycombo> or <keysym>F3</keysym> on any expression language (EL) declaration will navigate you to the corresponding java source.
+ </para>
+ <para>
+ CDI Tools offers you a list of navigation alternatives for the bean that will be injected.
+ </para>
+ <figure id="hyperlink_01">
+ <title>Example of navigation alternatives</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/Hyperlink_Navigation/hyperlink_01.png" format="PNG" />
+ </imageobject>
+ <textobject>
+ <phrase>
+ Example of navigation alternatives.
+ </phrase>
+ </textobject>
+ </mediaobject>
+ </figure>
+ <para>
+ If multiple eligible beans are detected for the injection, you will see the full list of available beans. If the list is incorrect, this can be rectified by executing a quick-fix. To execute a quick-fix press <keycombo><keysym>Ctrl</keysym><keysym>1</keysym></keycombo>.
+ </para>
+ <figure id="hyperlink_02">
+ <title>Multiple eligible beans</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/Hyperlink_Navigation/hyperlink_02.png" format="PNG" />
+ </imageobject>
+ <textobject>
+ <phrase>
+ Multiple eligible beans.
+ </phrase>
+ </textobject>
+ </mediaobject>
+ </figure>
+ <para>
+ Corresponding classes and interfaces that are mentioned in <filename>beans.xml</filename> can be opened through pressing <keycombo><keysym>Ctrl</keysym><mousebutton>Left-Click</mousebutton></keycombo> on the type name.
+ </para>
+ <para>
+ Observers and Events can be navigated to through the same method as well.
+ </para>
+ <figure id="hyperlink_03">
+ <title>Observers example</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/Hyperlink_Navigation/hyperlink_03.png" format="PNG" />
+ </imageobject>
+ <textobject>
+ <phrase>
+ Observers example.
+ </phrase>
+ </textobject>
+ </mediaobject>
+ </figure>
+ <figure id="hyperlink_04">
+ <title>Events example</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/Hyperlink_Navigation/hyperlink_04.png" format="PNG" />
+ </imageobject>
+ <textobject>
+ <phrase>
+ Events example.
+ </phrase>
+ </textobject>
+ </mediaobject>
+ </figure>
+ <para>
+ This is also true for Producer and Disposer methods.
+ </para>
+ <figure id="hyperlink_05">
+ <title>Producer example</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/Hyperlink_Navigation/hyperlink_05.png" format="PNG" />
+ </imageobject>
+ <textobject>
+ <phrase>
+ Producer example.
+ </phrase>
+ </textobject>
+ </mediaobject>
+ </figure>
+ <figure id="hyperlink_06">
+ <title>Disposer example</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/Hyperlink_Navigation/hyperlink_06.png" format="PNG" />
+ </imageobject>
+ <textobject>
+ <phrase>
+ Disposer example.
+ </phrase>
+ </textobject>
+ </mediaobject>
+ </figure>
+ </chapter>
\ No newline at end of file
Added: trunk/cdi/docs/reference/en-US/images/Code_Completion/ccompletion_01.png
===================================================================
(Binary files differ)
Property changes on: trunk/cdi/docs/reference/en-US/images/Code_Completion/ccompletion_01.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/cdi/docs/reference/en-US/images/Code_Completion/ccompletion_02.png
===================================================================
(Binary files differ)
Property changes on: trunk/cdi/docs/reference/en-US/images/Code_Completion/ccompletion_02.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/cdi/docs/reference/en-US/images/Hyperlink_Navigation/hyperlink_01.png
===================================================================
(Binary files differ)
Property changes on: trunk/cdi/docs/reference/en-US/images/Hyperlink_Navigation/hyperlink_01.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/cdi/docs/reference/en-US/images/Hyperlink_Navigation/hyperlink_02.png
===================================================================
(Binary files differ)
Property changes on: trunk/cdi/docs/reference/en-US/images/Hyperlink_Navigation/hyperlink_02.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/cdi/docs/reference/en-US/images/Hyperlink_Navigation/hyperlink_03.png
===================================================================
(Binary files differ)
Property changes on: trunk/cdi/docs/reference/en-US/images/Hyperlink_Navigation/hyperlink_03.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/cdi/docs/reference/en-US/images/Hyperlink_Navigation/hyperlink_04.png
===================================================================
(Binary files differ)
Property changes on: trunk/cdi/docs/reference/en-US/images/Hyperlink_Navigation/hyperlink_04.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/cdi/docs/reference/en-US/images/Hyperlink_Navigation/hyperlink_05.png
===================================================================
(Binary files differ)
Property changes on: trunk/cdi/docs/reference/en-US/images/Hyperlink_Navigation/hyperlink_05.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/cdi/docs/reference/en-US/images/Hyperlink_Navigation/hyperlink_06.png
===================================================================
(Binary files differ)
Property changes on: trunk/cdi/docs/reference/en-US/images/Hyperlink_Navigation/hyperlink_06.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: trunk/cdi/docs/reference/en-US/master.xml
===================================================================
--- trunk/cdi/docs/reference/en-US/master.xml 2012-05-03 01:02:02 UTC (rev 40739)
+++ trunk/cdi/docs/reference/en-US/master.xml 2012-05-03 02:51:17 UTC (rev 40740)
@@ -6,6 +6,11 @@
<!ENTITY Revision_History SYSTEM "Revision_History.xml">
<!ENTITY Introduction SYSTEM "Introduction.xml">
<!ENTITY CDI_Web_Project SYSTEM "Creating_a_CDI_Web_Project.xml">
+<!ENTITY adding_cdi_support SYSTEM "adding_cdi_support.xml">
+<!ENTITY artifact_wizards SYSTEM "artifact_wizards.xml">
+<!ENTITY validation SYSTEM "validation.xml">
+<!ENTITY code_completiont SYSTEM "code_completion.xml">
+<!ENTITY hyperlink_navigation SYSTEM "hyperlink_navigation.xml">
]>
<book>
@@ -39,8 +44,13 @@
</bookinfo>
<toc/>
+ &Introduction;
&CDI_Web_Project;
- &Introduction;
+ &adding_cdi_support;
+ &artifact_wizards;
+ &validation;
+ &code_completion;
+ &hyperlink_navigation;
&Revision_History;
</book>
12 years, 8 months
JBoss Tools SVN: r40739 - in trunk/seam/plugins/org.jboss.tools.seam.core: src/org/jboss/tools/seam/internal/core/project/facet and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: akazakov
Date: 2012-05-02 21:02:02 -0400 (Wed, 02 May 2012)
New Revision: 40739
Added:
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/project/facet/Seam23FacetInstallDelegate.java
Modified:
trunk/seam/plugins/org.jboss.tools.seam.core/plugin.xml
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/project/facet/SeamFacetAbstractInstallDelegate.java
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/project/facet/SeamProjectCreator.java
Log:
https://issues.jboss.org/browse/JBIDE-11490 fixed -ds.xml
Modified: trunk/seam/plugins/org.jboss.tools.seam.core/plugin.xml
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.core/plugin.xml 2012-05-03 00:04:05 UTC (rev 40738)
+++ trunk/seam/plugins/org.jboss.tools.seam.core/plugin.xml 2012-05-03 01:02:02 UTC (rev 40739)
@@ -249,7 +249,7 @@
type="install"
version="2.3">
<delegate
- class="org.jboss.tools.seam.internal.core.project.facet.Seam2FacetInstallDelegate">
+ class="org.jboss.tools.seam.internal.core.project.facet.Seam23FacetInstallDelegate">
</delegate>
<config-factory
class="org.jboss.tools.seam.internal.core.project.facet.SeamFacetInstallDataModelProvider">
Added: trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/project/facet/Seam23FacetInstallDelegate.java
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/project/facet/Seam23FacetInstallDelegate.java (rev 0)
+++ trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/project/facet/Seam23FacetInstallDelegate.java 2012-05-03 01:02:02 UTC (rev 40739)
@@ -0,0 +1,45 @@
+/*******************************************************************************
+ * Copyright (c) 2012 Red Hat, Inc.
+ * Distributed under license by Red Hat, Inc. All rights reserved.
+ * This program is made available under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Red Hat, Inc. - initial API and implementation
+ ******************************************************************************/
+package org.jboss.tools.seam.internal.core.project.facet;
+
+import org.eclipse.core.resources.IProject;
+import org.eclipse.core.runtime.CoreException;
+import org.eclipse.core.runtime.IProgressMonitor;
+import org.eclipse.datatools.connectivity.IConnectionProfile;
+import org.eclipse.datatools.connectivity.ProfileManager;
+import org.eclipse.wst.common.frameworks.datamodel.IDataModel;
+import org.eclipse.wst.common.project.facet.core.IProjectFacetVersion;
+
+/**
+ * @author Alexey Kazakov
+ */
+public class Seam23FacetInstallDelegate extends Seam2FacetInstallDelegate {
+
+ /*
+ * (non-Javadoc)
+ * @see org.jboss.tools.seam.internal.core.project.facet.Seam2FacetInstallDelegate#copyFilesToWarProject(org.eclipse.core.resources.IProject, org.eclipse.wst.common.project.facet.core.IProjectFacetVersion, org.eclipse.wst.common.frameworks.datamodel.IDataModel, org.eclipse.core.runtime.IProgressMonitor)
+ */
+ @Override
+ protected void copyFilesToWarProject(IProject project, IProjectFacetVersion fv, IDataModel model, IProgressMonitor monitor) throws CoreException {
+ super.copyFilesToWarProject(project, fv, model, monitor);
+ if(!shouldCopyLibrariesAndTemplates(model)) {
+ return;
+ }
+ if(isWarConfiguration(model)) {
+
+ }
+ }
+
+ protected static void copyDBDriverToProject() {
+ String connectionProfileName = null;
+ IConnectionProfile connProfile = ProfileManager.getInstance().getProfileByName(connectionProfileName.toString());
+ }
+}
\ No newline at end of file
Property changes on: trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/project/facet/Seam23FacetInstallDelegate.java
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Modified: trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/project/facet/SeamFacetAbstractInstallDelegate.java
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/project/facet/SeamFacetAbstractInstallDelegate.java 2012-05-03 00:04:05 UTC (rev 40738)
+++ trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/project/facet/SeamFacetAbstractInstallDelegate.java 2012-05-03 01:02:02 UTC (rev 40739)
@@ -878,6 +878,7 @@
if (model.getProperty(ISeamFacetDataModelProperties.JDBC_DRIVER_JAR_PATH) != null) {
File driver = new File(((String[]) model.getProperty(ISeamFacetDataModelProperties.JDBC_DRIVER_JAR_PATH))[0]);
ejbFilterSet.addFilter("driverJar", " " + driver.getName() + "\n"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
+ viewFilterSetCollection.addFilterSet(getDriverFilterSet(model));
} else {
ejbFilterSet.addFilter("driverJar", ""); //$NON-NLS-1$ //$NON-NLS-2$
}
@@ -906,6 +907,16 @@
project.refreshLocal(IResource.DEPTH_INFINITE, monitor);
}
+ public static FilterSet getDriverFilterSet(IDataModel model) {
+ if (model.getProperty(ISeamFacetDataModelProperties.JDBC_DRIVER_JAR_PATH) != null) {
+ File driver = new File(((String[]) model.getProperty(ISeamFacetDataModelProperties.JDBC_DRIVER_JAR_PATH))[0]);
+ FilterSet dbTypeFilterSet = new FilterSet();
+ dbTypeFilterSet.addFilter("database.type", driver.getName());
+ return dbTypeFilterSet;
+ }
+ return null;
+ }
+
private void initDefaultModelValues(IDataModel model, boolean warProject) {
if(model.getProperty(ISeamFacetDataModelProperties.JBOSS_AS_DEPLOY_AS)==null) {
model.setProperty(ISeamFacetDataModelProperties.JBOSS_AS_DEPLOY_AS, warProject?ISeamFacetDataModelProperties.DEPLOY_AS_WAR:ISeamFacetDataModelProperties.DEPLOY_AS_EAR);
Modified: trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/project/facet/SeamProjectCreator.java
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/project/facet/SeamProjectCreator.java 2012-05-03 00:04:05 UTC (rev 40738)
+++ trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/project/facet/SeamProjectCreator.java 2012-05-03 01:02:02 UTC (rev 40739)
@@ -35,6 +35,7 @@
import org.eclipse.core.runtime.preferences.IScopeContext;
import org.eclipse.debug.core.DebugPlugin;
import org.eclipse.debug.core.ILaunchManager;
+import org.eclipse.debug.core.model.IFilteredStep;
import org.eclipse.jdt.core.IClasspathEntry;
import org.eclipse.jdt.core.IJavaProject;
import org.eclipse.jdt.core.JavaCore;
@@ -190,6 +191,11 @@
viewFilterSetCollection.addFilterSet(jdbcFilterSet);
viewFilterSetCollection.addFilterSet(projectFilterSet);
+ FilterSet driverSet = SeamFacetAbstractInstallDelegate.getDriverFilterSet(model);
+ if(driverSet!=null) {
+ viewFilterSetCollection.addFilterSet(driverSet);
+ }
+
hibernateDialectFilterSet = new FilterSetCollection();
hibernateDialectFilterSet.addFilterSet(encodedJdbcFilterSet);
hibernateDialectFilterSet.addFilterSet(encodedProjectFilterSet);
12 years, 8 months
JBoss Tools SVN: r40738 - trunk/common/plugins/org.jboss.tools.common.validation/src/org/jboss/tools/common/validation.
by jbosstools-commits@lists.jboss.org
Author: akazakov
Date: 2012-05-02 20:04:05 -0400 (Wed, 02 May 2012)
New Revision: 40738
Modified:
trunk/common/plugins/org.jboss.tools.common.validation/src/org/jboss/tools/common/validation/ValidationContext.java
Log:
https://issues.jboss.org/browse/JBIDE-11743 NullPointerException in validation jobs
Modified: trunk/common/plugins/org.jboss.tools.common.validation/src/org/jboss/tools/common/validation/ValidationContext.java
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.validation/src/org/jboss/tools/common/validation/ValidationContext.java 2012-05-02 23:58:27 UTC (rev 40737)
+++ trunk/common/plugins/org.jboss.tools.common.validation/src/org/jboss/tools/common/validation/ValidationContext.java 2012-05-03 00:04:05 UTC (rev 40738)
@@ -43,7 +43,7 @@
init(project);
}
- synchronized void inintConfigurationElements() {
+ synchronized static void inintConfigurationElements() {
if(ALL_VALIDATORS == null) {
// Load all the validators
ALL_VALIDATORS = new ArrayList<IConfigurationElement>();
12 years, 8 months
JBoss Tools SVN: r40737 - trunk/common/plugins/org.jboss.tools.common.validation/src/org/jboss/tools/common/validation.
by jbosstools-commits@lists.jboss.org
Author: akazakov
Date: 2012-05-02 19:58:27 -0400 (Wed, 02 May 2012)
New Revision: 40737
Modified:
trunk/common/plugins/org.jboss.tools.common.validation/src/org/jboss/tools/common/validation/ValidationContext.java
Log:
https://issues.jboss.org/browse/JBIDE-11743 NullPointerException in validation jobs
Modified: trunk/common/plugins/org.jboss.tools.common.validation/src/org/jboss/tools/common/validation/ValidationContext.java
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.validation/src/org/jboss/tools/common/validation/ValidationContext.java 2012-05-02 23:00:07 UTC (rev 40736)
+++ trunk/common/plugins/org.jboss.tools.common.validation/src/org/jboss/tools/common/validation/ValidationContext.java 2012-05-02 23:58:27 UTC (rev 40737)
@@ -35,7 +35,7 @@
private ValidationResourceRegister validationResourceRegister;
private Map<IValidator, IValidatingProjectTree> projectTree = new HashMap<IValidator, IValidatingProjectTree>();
- private static List<IConfigurationElement> ALL_VALIDATORS;
+ static List<IConfigurationElement> ALL_VALIDATORS;
private List<IValidator> validators = new ArrayList<IValidator>();
private Map<IValidator, Set<IProject>> validatedProjects = new HashMap<IValidator, Set<IProject>>();
@@ -43,7 +43,7 @@
init(project);
}
- private synchronized void inintConfigurationElements() {
+ synchronized void inintConfigurationElements() {
if(ALL_VALIDATORS == null) {
// Load all the validators
ALL_VALIDATORS = new ArrayList<IConfigurationElement>();
12 years, 8 months
JBoss Tools SVN: r40736 - branches/jbosstools-3.3.0.Beta3/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2012-05-02 19:00:07 -0400 (Wed, 02 May 2012)
New Revision: 40736
Modified:
branches/jbosstools-3.3.0.Beta3/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/messages.properties
Log:
JBIDE-11498 Show more informative messages when BrowserSim cannot be run
Updated error message to "BrowserSim is not supported with 64-bit Eclipse/JBDS on MS Windows."
Modified: branches/jbosstools-3.3.0.Beta3/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/messages.properties
===================================================================
--- branches/jbosstools-3.3.0.Beta3/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/messages.properties 2012-05-02 22:56:31 UTC (rev 40735)
+++ branches/jbosstools-3.3.0.Beta3/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/messages.properties 2012-05-02 23:00:07 UTC (rev 40736)
@@ -26,7 +26,7 @@
ExceptionNotifier_BROWSERSIM_IS_FAILED_TO_START=BrowserSim is failed to start with the following error:\n\
\"{0}\"\n\
Also see <a href\="https\://community.jboss.org/docs/DOC-18100">BrowserSim FAQ</a>.
-ExceptionNotifier_ONLY_32_BIT_ECLIPSE_IS_SUPPORTED_ON_WINDOWS=64-bit Eclipse/JBDS is not supported on Windows.\n\
+ExceptionNotifier_ONLY_32_BIT_ECLIPSE_IS_SUPPORTED_ON_WINDOWS=BrowserSim is not supported with 64-bit Eclipse/JBDS on MS Windows.\n\
Please install 32-bit Eclipse/JBDS to run BrowserSim.\n\
Also see <a href\="https\://community.jboss.org/docs/DOC-18100">BrowserSim FAQ</a>.
ExceptionNotifier_BROWSERSIM_IS_FAILED_TO_START_ON_LINUX=BrowserSim is failed to start with the following error:\n\
12 years, 8 months
JBoss Tools SVN: r40735 - trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2012-05-02 18:56:31 -0400 (Wed, 02 May 2012)
New Revision: 40735
Modified:
trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/messages.properties
Log:
JBIDE-11498 Show more informative messages when BrowserSim cannot be run
Updated error message to "BrowserSim is not supported with 64-bit Eclipse/JBDS on MS Windows."
Modified: trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/messages.properties
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/messages.properties 2012-05-02 22:02:52 UTC (rev 40734)
+++ trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/messages.properties 2012-05-02 22:56:31 UTC (rev 40735)
@@ -26,7 +26,7 @@
ExceptionNotifier_BROWSERSIM_IS_FAILED_TO_START=BrowserSim is failed to start with the following error:\n\
\"{0}\"\n\
Also see <a href\="https\://community.jboss.org/docs/DOC-18100">BrowserSim FAQ</a>.
-ExceptionNotifier_ONLY_32_BIT_ECLIPSE_IS_SUPPORTED_ON_WINDOWS=64-bit Eclipse/JBDS is not supported on Windows.\n\
+ExceptionNotifier_ONLY_32_BIT_ECLIPSE_IS_SUPPORTED_ON_WINDOWS=BrowserSim is not supported with 64-bit Eclipse/JBDS on MS Windows.\n\
Please install 32-bit Eclipse/JBDS to run BrowserSim.\n\
Also see <a href\="https\://community.jboss.org/docs/DOC-18100">BrowserSim FAQ</a>.
ExceptionNotifier_BROWSERSIM_IS_FAILED_TO_START_ON_LINUX=BrowserSim is failed to start with the following error:\n\
12 years, 8 months
JBoss Tools SVN: r40734 - trunk/build/aggregate/local-site.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2012-05-02 18:02:52 -0400 (Wed, 02 May 2012)
New Revision: 40734
Modified:
trunk/build/aggregate/local-site/compositeArtifacts.xml
trunk/build/aggregate/local-site/compositeContent.xml
Log:
fixed local update site problems:
1. local paths to component's repos were changed to new one after migration to eclipse-repository packaging
2. Missing component update sites added to fix aggregated update site build when running against this local repo
Modified: trunk/build/aggregate/local-site/compositeArtifacts.xml
===================================================================
--- trunk/build/aggregate/local-site/compositeArtifacts.xml 2012-05-02 22:00:28 UTC (rev 40733)
+++ trunk/build/aggregate/local-site/compositeArtifacts.xml 2012-05-02 22:02:52 UTC (rev 40734)
@@ -11,45 +11,44 @@
</properties>
<children size='31'>
-<child location='../../../archives/site/target/site/'/>
-<child location='../../../as/site/target/site/'/>
-<child location='../../../birt/site/target/site/'/>
-<child location='../../../bpel/site/target/site/'/>
-<child location='../../../cdi/site/target/site/'/>
+<child location='../../../archives/site/target/repository/'/>
+<child location='../../../as/site/target/repository/'/>
+<child location='../../../birt/site/target/repository/'/>
+<child location='../../../bpel/site/target/repository/'/>
+<child location='../../../cdi/site/target/repository/'/>
-<child location='../../../common/site/target/site/'/>
-<child location='../../../deltacloud/site/target/site/'/>
-<child location='../../../esb/site/target/site/'/>
-<child location='../../../examples/site/target/site/'/>
-<child location='../../../flow/site/target/site/'/>
+<child location='../../../common/site/target/repository/'/>
+<child location='../../../deltacloud/site/target/repository/'/>
+<child location='../../../esb/site/target/repository/'/>
+<child location='../../../examples/site/target/repository/'/>
+<child location='../../../flow/site/target/repository/'/>
-<child location='../../../forge/site/target/site/'/>
-<child location='../../../freemarker/site/target/site/'/>
-<child location='../../../gwt/site/target/site/'/>
-<child location='../../../hibernatetools/site/target/site/'/>
-<child location='../../../jbpm/site/target/site/'/>
+<child location='../../../forge/site/target/repository/'/>
+<child location='../../../freemarker/site/target/repository/'/>
+<child location='../../../gwt/site/target/repository/'/>
+<child location='../../../hibernatetools/site/target/repository/'/>
+<child location='../../../jbpm/site/target/repository/'/>
-<child location='../../../jmx/site/target/site/'/>
-<child location='../../../jsf/site/target/site/'/>
-<child location='../../../jst/site/target/site/'/>
-<child location='../../../maven/site/target/site/'/>
-<child location='../../../modeshape/site/target/site/'/>
+<child location='../../../jmx/site/target/repository/'/>
+<child location='../../../jsf/site/target/repository/'/>
+<child location='../../../jst/site/target/repository/'/>
+<child location='../../../maven/site/target/repository/'/>
+<child location='../../../modeshape/site/target/repository/'/>
-<child location='../../../portlet/site/target/site/'/>
-<child location='../../../runtime/site/target/site/'/>
-<child location='../../../seam/site/target/site/'/>
-<child location='../../../smooks/site/target/site/'/>
-<child location='../../../struts/site/target/site/'/>
+<child location='../../../portlet/site/target/repository/'/>
+<child location='../../../runtime/site/target/repository/'/>
+<child location='../../../seam/site/target/repository/'/>
+<child location='../../../smooks/site/target/repository/'/>
+<child location='../../../struts/site/target/repository/'/>
-<child location='../../../tests/site/target/site/'/>
-<child location='../../../usage/site/target/site/'/>
-<child location='../../../vpe/site/target/site/'/>
-<child location='../../../ws/site/target/site/'/>
-<child location='../../../xulrunner/site/target/site/'/>
+<child location='../../../tests/site/target/repository/'/>
+<child location='../../../usage/site/target/repository/'/>
+<child location='../../../vpe/site/target/repository/'/>
+<child location='../../../ws/site/target/repository/'/>
+<child location='../../../xulrunner/site/target/repository/'/>
-<!-- not included are local sites for savara. teiid, drools -->
+<child location='../../../openshift/site/target/repository/'/>
+<child location='../../../central/site/target/site/'/>
-<child location='http://download.jboss.org/jbosstools/builds/staging/_composite_/trunk/'/>
-
</children>
</repository>
Modified: trunk/build/aggregate/local-site/compositeContent.xml
===================================================================
--- trunk/build/aggregate/local-site/compositeContent.xml 2012-05-02 22:00:28 UTC (rev 40733)
+++ trunk/build/aggregate/local-site/compositeContent.xml 2012-05-02 22:02:52 UTC (rev 40734)
@@ -11,45 +11,44 @@
</properties>
<children size='31'>
-<child location='../../../archives/site/target/site/'/>
-<child location='../../../as/site/target/site/'/>
-<child location='../../../birt/site/target/site/'/>
-<child location='../../../bpel/site/target/site/'/>
-<child location='../../../cdi/site/target/site/'/>
+<child location='../../../archives/site/target/repository/'/>
+<child location='../../../as/site/target/repository/'/>
+<child location='../../../birt/site/target/repository/'/>
+<child location='../../../bpel/site/target/repository/'/>
+<child location='../../../cdi/site/target/repository/'/>
-<child location='../../../common/site/target/site/'/>
-<child location='../../../deltacloud/site/target/site/'/>
-<child location='../../../esb/site/target/site/'/>
-<child location='../../../examples/site/target/site/'/>
-<child location='../../../flow/site/target/site/'/>
+<child location='../../../common/site/target/repository/'/>
+<child location='../../../deltacloud/site/target/repository/'/>
+<child location='../../../esb/site/target/repository/'/>
+<child location='../../../examples/site/target/repository/'/>
+<child location='../../../flow/site/target/repository/'/>
-<child location='../../../forge/site/target/site/'/>
-<child location='../../../freemarker/site/target/site/'/>
-<child location='../../../gwt/site/target/site/'/>
-<child location='../../../hibernatetools/site/target/site/'/>
-<child location='../../../jbpm/site/target/site/'/>
+<child location='../../../forge/site/target/repository/'/>
+<child location='../../../freemarker/site/target/repository/'/>
+<child location='../../../gwt/site/target/repository/'/>
+<child location='../../../hibernatetools/site/target/repository/'/>
+<child location='../../../jbpm/site/target/repository/'/>
-<child location='../../../jmx/site/target/site/'/>
-<child location='../../../jsf/site/target/site/'/>
-<child location='../../../jst/site/target/site/'/>
-<child location='../../../maven/site/target/site/'/>
-<child location='../../../modeshape/site/target/site/'/>
+<child location='../../../jmx/site/target/repository/'/>
+<child location='../../../jsf/site/target/repository/'/>
+<child location='../../../jst/site/target/repository/'/>
+<child location='../../../maven/site/target/repository/'/>
+<child location='../../../modeshape/site/target/repository/'/>
-<child location='../../../portlet/site/target/site/'/>
-<child location='../../../runtime/site/target/site/'/>
-<child location='../../../seam/site/target/site/'/>
-<child location='../../../smooks/site/target/site/'/>
-<child location='../../../struts/site/target/site/'/>
+<child location='../../../portlet/site/target/repository/'/>
+<child location='../../../runtime/site/target/repository/'/>
+<child location='../../../seam/site/target/repository/'/>
+<child location='../../../smooks/site/target/repository/'/>
+<child location='../../../struts/site/target/repository/'/>
-<child location='../../../tests/site/target/site/'/>
-<child location='../../../usage/site/target/site/'/>
-<child location='../../../vpe/site/target/site/'/>
-<child location='../../../ws/site/target/site/'/>
-<child location='../../../xulrunner/site/target/site/'/>
+<child location='../../../tests/site/target/repository/'/>
+<child location='../../../usage/site/target/repository/'/>
+<child location='../../../vpe/site/target/repository/'/>
+<child location='../../../ws/site/target/repository/'/>
+<child location='../../../xulrunner/site/target/repository/'/>
-<!-- not included are local sites for savara. teiid, drools -->
+<child location='../../../openshift/site/target/repository/'/>
+<child location='../../../central/site/target/site/'/>
-<child location='http://download.jboss.org/jbosstools/builds/staging/_composite_/trunk/'/>
-
</children>
</repository>
12 years, 8 months
JBoss Tools SVN: r40733 - trunk/build.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2012-05-02 18:00:28 -0400 (Wed, 02 May 2012)
New Revision: 40733
Modified:
trunk/build/pom.xml
Log:
added missing modules to maven-bootstrap profile
Modified: trunk/build/pom.xml
===================================================================
--- trunk/build/pom.xml 2012-05-02 21:38:04 UTC (rev 40732)
+++ trunk/build/pom.xml 2012-05-02 22:00:28 UTC (rev 40733)
@@ -468,6 +468,8 @@
<module>../hibernatetools</module>
<module>../common</module>
<module>../examples</module>
+ <module>../portlet</module>
+ <module>../runtime</module>
<module>../jst</module>
<module>../xulrunner</module>
<module>../vpe</module>
12 years, 8 months