JBoss Tools SVN: r41952 - trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/properties.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2012-06-13 20:24:50 -0400 (Wed, 13 Jun 2012)
New Revision: 41952
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/properties/HibernatePropertyPage.java
Log:
commented
JptJpaCorePlugin.rebuildJpaProject(getProject())
until migration to new JPA is done
Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/properties/HibernatePropertyPage.java
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/properties/HibernatePropertyPage.java 2012-06-14 00:10:07 UTC (rev 41951)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/properties/HibernatePropertyPage.java 2012-06-14 00:24:50 UTC (rev 41952)
@@ -341,7 +341,8 @@
final IWorkspaceRunnable wr = new IWorkspaceRunnable() {
public void run(IProgressMonitor monitor)
throws CoreException {
- JptJpaCorePlugin.rebuildJpaProject(getProject());
+ // FIXME migration to latest JPA version required
+ //JptJpaCorePlugin.rebuildJpaProject(getProject());
getProject().build(IncrementalProjectBuilder.FULL_BUILD, monitor);
}
};
13 years, 10 months
JBoss Tools SVN: r41951 - workspace/dgolovin/new-releng/target-platform.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2012-06-13 20:10:07 -0400 (Wed, 13 Jun 2012)
New Revision: 41951
Modified:
workspace/dgolovin/new-releng/target-platform/jboss.tools.tp.product
Log:
added mylyn_ide feature to solve examples build errors
Modified: workspace/dgolovin/new-releng/target-platform/jboss.tools.tp.product
===================================================================
--- workspace/dgolovin/new-releng/target-platform/jboss.tools.tp.product 2012-06-13 23:56:19 UTC (rev 41950)
+++ workspace/dgolovin/new-releng/target-platform/jboss.tools.tp.product 2012-06-14 00:10:07 UTC (rev 41951)
@@ -106,15 +106,13 @@
<feature id="org.eclipse.graphiti.sdk.plus.feature"/>
<feature id="org.eclipse.emf.transaction.sdk"/>
<feature id="org.eclipse.emf.validation.sdk"/>
- <!--feature id="org.eclipse.epp.usagedata.feature"/-->
<feature id="org.eclipse.ocl.core.sdk"/>
<feature id="org.eclipse.ocl.all.sdk"/>
<feature id="org.eclipse.uml2.sdk"/>
<feature id="org.eclipse.jgit"/>
<feature id="org.eclipse.egit"/>
<feature id="org.jboss.tools.tp.dependencies"/>
- <!--feature id="com.google.gdt.eclipse.suite.e37.feature"/>
- <feature id="com.google.gwt.eclipse.sdkbundle.e37.feature"/-->
+ <feature id="org.eclipse.mylyn.ide_feature"/>
</features>
13 years, 10 months
JBoss Tools SVN: r41950 - trunk/as/plugins/org.jboss.ide.eclipse.as.ui.mbeans/src/org/jboss/ide/eclipse/as/ui/mbeans/project.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2012-06-13 19:56:19 -0400 (Wed, 13 Jun 2012)
New Revision: 41950
Modified:
trunk/as/plugins/org.jboss.ide.eclipse.as.ui.mbeans/src/org/jboss/ide/eclipse/as/ui/mbeans/project/JBossSARModuleDelegate.java
Log:
visibility changed from protected to public for
IFlattenParticipant[] getParticipants() method
Modified: trunk/as/plugins/org.jboss.ide.eclipse.as.ui.mbeans/src/org/jboss/ide/eclipse/as/ui/mbeans/project/JBossSARModuleDelegate.java
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.ui.mbeans/src/org/jboss/ide/eclipse/as/ui/mbeans/project/JBossSARModuleDelegate.java 2012-06-13 23:40:33 UTC (rev 41949)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.ui.mbeans/src/org/jboss/ide/eclipse/as/ui/mbeans/project/JBossSARModuleDelegate.java 2012-06-13 23:56:19 UTC (rev 41950)
@@ -37,7 +37,7 @@
}
@Override
- protected IFlattenParticipant[] getParticipants() {
+ public IFlattenParticipant[] getParticipants() {
List<IFlattenParticipant> participants = new ArrayList<IFlattenParticipant>();
participants.add(new JEEHeirarchyExportParticipant());
participants.add(new AddMappedOutputFoldersParticipant());
13 years, 10 months
JBoss Tools SVN: r41949 - in trunk: hibernatetools/plugins and 5 other directories.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2012-06-13 19:40:33 -0400 (Wed, 13 Jun 2012)
New Revision: 41949
Modified:
trunk/hibernatetools/features/org.hibernate.eclipse.test.feature/feature.xml
trunk/hibernatetools/plugins/pom.xml
trunk/hibernatetools/tests/pom.xml
trunk/maven/features/pom.xml
trunk/maven/plugins/pom.xml
trunk/maven/site/category.xml
trunk/maven/tests/org.jboss.tools.maven.configurators.tests/src/org/jboss/tools/maven/configurators/tests/JpaConfiguratorTest.java
Log:
to get build back woking hibernate jpa and mavem gwt configurator plugins are excluded from aggregation pom.xml's due to:
-hibernate jpa plugins required migration
-maven gwt configurator dependes on google plugins not compatible with Juno
Modified: trunk/hibernatetools/features/org.hibernate.eclipse.test.feature/feature.xml
===================================================================
--- trunk/hibernatetools/features/org.hibernate.eclipse.test.feature/feature.xml 2012-06-13 23:00:36 UTC (rev 41948)
+++ trunk/hibernatetools/features/org.hibernate.eclipse.test.feature/feature.xml 2012-06-13 23:40:33 UTC (rev 41949)
@@ -22,7 +22,8 @@
<plugin id="org.jboss.tools.hibernate.ui.test" download-size="0" install-size="0" version="0.0.0" />
<!-- TODO: should these be enabled / built? -->
- <plugin id="org.jboss.tools.hibernate.jpt.core.test" download-size="0" install-size="0" version="0.0.0" />
+ <!-- commented until migration to juno is finished -->
+ <!-- plugin id="org.jboss.tools.hibernate.jpt.core.test" download-size="0" install-size="0" version="0.0.0" / -->
<plugin id="org.jboss.tools.hibernate.ui.bot.test" download-size="0" install-size="0" version="0.0.0" />
</feature>
Modified: trunk/hibernatetools/plugins/pom.xml
===================================================================
--- trunk/hibernatetools/plugins/pom.xml 2012-06-13 23:00:36 UTC (rev 41948)
+++ trunk/hibernatetools/plugins/pom.xml 2012-06-13 23:40:33 UTC (rev 41949)
@@ -19,8 +19,9 @@
<module>org.hibernate.eclipse.jdt.ui</module>
<module>org.hibernate.eclipse.mapper</module>
<module>org.hibernate.eclipse.libs</module>
- <module>org.jboss.tools.hibernate.jpt.core</module>
- <module>org.jboss.tools.hibernate.jpt.ui</module>
+ <!-- commented until migration to juno is finished -->
+ <!-- module>org.jboss.tools.hibernate.jpt.core</module>
+ <module>org.jboss.tools.hibernate.jpt.ui</module -->
<module>org.jboss.tools.hibernate.ui</module>
<module>org.jboss.tools.hibernate.xml</module>
<module>org.jboss.tools.hibernate.xml.ui</module>
Modified: trunk/hibernatetools/tests/pom.xml
===================================================================
--- trunk/hibernatetools/tests/pom.xml 2012-06-13 23:00:36 UTC (rev 41948)
+++ trunk/hibernatetools/tests/pom.xml 2012-06-13 23:40:33 UTC (rev 41949)
@@ -16,7 +16,8 @@
<module>org.hibernate.eclipse.jdt.ui.test</module>
<module>org.jboss.tools.hibernate.ui.test</module>
<!-- TODO: should these be enabled / built? -->
- <module>org.jboss.tools.hibernate.jpt.core.test</module>
+ <!-- commented until migration to juno is finished -->
+ <!--module>org.jboss.tools.hibernate.jpt.core.test</module-->
<module>org.jboss.tools.hibernate.ui.bot.test</module>
</modules>
</project>
Modified: trunk/maven/features/pom.xml
===================================================================
--- trunk/maven/features/pom.xml 2012-06-13 23:00:36 UTC (rev 41948)
+++ trunk/maven/features/pom.xml 2012-06-13 23:40:33 UTC (rev 41949)
@@ -25,8 +25,8 @@
<module>org.jboss.tools.maven.jbosspackaging.feature</module>
<module>org.jboss.tools.maven.jpa.feature</module>
<module>org.jboss.tools.maven.profiles.feature</module>
- <module>org.jboss.tools.maven.gwt.feature</module>
+ <!--module>org.jboss.tools.maven.gwt.feature</module-->
<module>org.jboss.tools.maven.sourcelookup.feature</module>
- <module>org.jboss.tools.maven.jdt.feature</module>
+ <module>org.jboss.tools.maven.jdt.feature</module>
</modules>
</project>
Modified: trunk/maven/plugins/pom.xml
===================================================================
--- trunk/maven/plugins/pom.xml 2012-06-13 23:00:36 UTC (rev 41948)
+++ trunk/maven/plugins/pom.xml 2012-06-13 23:40:33 UTC (rev 41949)
@@ -27,7 +27,7 @@
<module>org.jboss.tools.maven.jpa</module>
<module>org.jboss.tools.maven.profiles.core</module>
<module>org.jboss.tools.maven.profiles.ui</module>
- <module>org.jboss.tools.maven.gwt</module>
+ <!--module>org.jboss.tools.maven.gwt</module-->
<module>org.jboss.tools.maven.sourcelookup.core</module>
<module>org.jboss.tools.maven.sourcelookup.ui</module>
<module>org.jboss.tools.maven.jdt</module>
Modified: trunk/maven/site/category.xml
===================================================================
--- trunk/maven/site/category.xml 2012-06-13 23:00:36 UTC (rev 41948)
+++ trunk/maven/site/category.xml 2012-06-13 23:40:33 UTC (rev 41949)
@@ -41,9 +41,9 @@
<feature url="features/org.jboss.tools.maven.profiles.feature_0.0.0.jar" id="org.jboss.tools.maven.profiles.feature" version="0.0.0">
<category name="JBoss Tools maven Nightly Build Update Site"/>
</feature>
- <feature url="features/org.jboss.tools.maven.gwt.feature_0.0.0.jar" id="org.jboss.tools.maven.gwt.feature" version="0.0.0">
+ <!--feature url="features/org.jboss.tools.maven.gwt.feature_0.0.0.jar" id="org.jboss.tools.maven.gwt.feature" version="0.0.0">
<category name="JBoss Tools maven Nightly Build Update Site"/>
- </feature>
+ </feature-->
<feature url="features/org.jboss.tools.maven.sourcelookup.feature_0.0.0.jar" id="org.jboss.tools.maven.sourcelookup.feature" version="0.0.0">
<category name="JBoss Tools maven Nightly Build Update Site"/>
</feature>
@@ -87,9 +87,9 @@
<feature url="features/org.jboss.tools.maven.profiles.feature.source_0.0.0.jar" id="org.jboss.tools.maven.profiles.feature.source" version="0.0.0">
<category name="JBoss Tools maven Nightly Build Update Site"/>
</feature>
- <feature url="features/org.jboss.tools.maven.gwt.feature.source_0.0.0.jar" id="org.jboss.tools.maven.gwt.feature.source" version="0.0.0">
+ <!--feature url="features/org.jboss.tools.maven.gwt.feature.source_0.0.0.jar" id="org.jboss.tools.maven.gwt.feature.source" version="0.0.0">
<category name="JBoss Tools maven Nightly Build Update Site"/>
- </feature>
+ </feature-->
<feature url="features/org.jboss.tools.maven.sourcelookup.feature.source_0.0.0.jar" id="org.jboss.tools.maven.sourcelookup.feature.source" version="0.0.0">
<category name="JBoss Tools maven Nightly Build Update Site"/>
</feature>
Modified: trunk/maven/tests/org.jboss.tools.maven.configurators.tests/src/org/jboss/tools/maven/configurators/tests/JpaConfiguratorTest.java
===================================================================
--- trunk/maven/tests/org.jboss.tools.maven.configurators.tests/src/org/jboss/tools/maven/configurators/tests/JpaConfiguratorTest.java 2012-06-13 23:00:36 UTC (rev 41948)
+++ trunk/maven/tests/org.jboss.tools.maven.configurators.tests/src/org/jboss/tools/maven/configurators/tests/JpaConfiguratorTest.java 2012-06-13 23:40:33 UTC (rev 41949)
@@ -1,6 +1,7 @@
package org.jboss.tools.maven.configurators.tests;
import org.eclipse.core.resources.IProject;
+import org.eclipse.core.resources.ResourcesPlugin;
import org.eclipse.jpt.jpa.core.JpaFacet;
import org.eclipse.jpt.jpa.core.JpaProject;
import org.eclipse.jpt.jpa.core.JpaProjectManager;
@@ -22,8 +23,9 @@
assertIsJpaProject(project, JpaFacet.VERSION_2_0);
assertNoErrors(project);
- JpaProjectManager manager = JptJpaCorePlugin.getJpaProjectManager();
- JpaProject jpa = manager.getJpaProject(project);
+ JpaProjectManager manager = JptJpaCorePlugin.getJpaProjectManager(ResourcesPlugin.getWorkspace());
+ JpaProject jpa = (JpaProject)project.getAdapter(JpaProject.class);
+ //manager.getJpaProject(project);
String pid = jpa.getJpaPlatform().getId();
assertTrue(pid + " is not the expected platform", pid.startsWith("eclipselink") || pid.startsWith("generic"));
@@ -31,7 +33,8 @@
waitForJobsToComplete();
assertIsJpaProject(project, JpaFacet.VERSION_1_0);
assertNoErrors(project);
- jpa = manager.getJpaProject(project);
+ jpa = (JpaProject)project.getAdapter(JpaProject.class);
+ //jpa = manager.getJpaProject(project);
pid = jpa.getJpaPlatform().getId();
assertTrue(pid + " is not the expected hibernate platform", pid.startsWith("hibernate") || pid.startsWith("generic"));
}
13 years, 10 months
JBoss Tools SVN: r41948 - in trunk/openshift/docs/reference/en-US: images/Creating_an_OpenShift_Express_Application and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: irooskov(a)redhat.com
Date: 2012-06-13 19:00:36 -0400 (Wed, 13 Jun 2012)
New Revision: 41948
Modified:
trunk/openshift/docs/reference/en-US/Book_Info.xml
trunk/openshift/docs/reference/en-US/Creating_an_OpenShift_Express_Application.xml
trunk/openshift/docs/reference/en-US/Deleting_applications_and_domains.xml
trunk/openshift/docs/reference/en-US/Import_existing_application.xml
trunk/openshift/docs/reference/en-US/Introduction.xml
trunk/openshift/docs/reference/en-US/Viewing_the_remote_console.xml
trunk/openshift/docs/reference/en-US/images/Creating_an_OpenShift_Express_Application/application_creation_10.png
trunk/openshift/docs/reference/en-US/images/Creating_an_OpenShift_Express_Application/application_creation_12.png
Log:
updated with QE feedback integrated
Modified: trunk/openshift/docs/reference/en-US/Book_Info.xml
===================================================================
--- trunk/openshift/docs/reference/en-US/Book_Info.xml 2012-06-13 22:44:42 UTC (rev 41947)
+++ trunk/openshift/docs/reference/en-US/Book_Info.xml 2012-06-13 23:00:36 UTC (rev 41948)
@@ -13,7 +13,7 @@
<edition>5.0.0</edition>
- <pubsnumber>12</pubsnumber>
+ <pubsnumber>13</pubsnumber>
<abstract>
<para>
Modified: trunk/openshift/docs/reference/en-US/Creating_an_OpenShift_Express_Application.xml
===================================================================
--- trunk/openshift/docs/reference/en-US/Creating_an_OpenShift_Express_Application.xml 2012-06-13 22:44:42 UTC (rev 41947)
+++ trunk/openshift/docs/reference/en-US/Creating_an_OpenShift_Express_Application.xml 2012-06-13 23:00:36 UTC (rev 41948)
@@ -89,7 +89,7 @@
</para>
</note>
<para>
- You can also select to embed cartridges into your applicaiton. By embedding a cartridge, you allow your application the ability to use the asociated technology. For example, embedding the <guilabel>mysql</guilabel> cartridge will grant your application the capability to use a MySQL database.
+ You can also select to embed cartridges into your applicaiton. By embedding a cartridge, you allow your application the ability to use the associated technology. For example, embedding the <guilabel>mysql</guilabel> cartridge will grant your application the capability to use a MySQL database.
</para>
<figure id="application_creation_06">
<title>Application setup</title>
@@ -133,7 +133,7 @@
Click the <guibutton>Finish</guibutton> to begin the cloning of the Git repository.
</para>
<figure id="application_creation_09">
- <title>Importing the project</title>
+ <title>Project added to available Git repositories</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/Creating_an_OpenShift_Express_Application/application_creation_09.png" format="PNG" />
@@ -149,20 +149,20 @@
After the Git repository has been cloned, it will be available through the <guilabel>Git Repositories</guilabel> view. You can open it by navigating to <menuchoice><guimenuitem>Window</guimenuitem><guimenuitem>Show View</guimenuitem><guimenuitem>Other</guimenuitem><guimenuitem>Git</guimenuitem><guimenuitem>Git Repositories</guimenuitem></menuchoice>. With the <guilabel>Git Repositories</guilabel> option selected, click <guibutton>OK</guibutton>.
</para>
<figure id="application_creation_10">
- <title>Project in Package Explorer</title>
+ <title>Project in Project Explorer</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/Creating_an_OpenShift_Express_Application/application_creation_10.png" format="PNG" />
</imageobject>
<textobject>
<phrase>
- The project you just created is now available within the Package Explorer.
+ The project you just created is now available within the Project Explorer.
</phrase>
</textobject>
</mediaobject>
</figure>
<para>
- The OpenShift application that you created through the wizard, will appear in your <guilabel>Package Explorer</guilabel> tab.
+ The OpenShift application that you created through the wizard, will appear in your <guilabel>Project Explorer</guilabel> tab.
</para>
<figure id="application_creation_11">
<title>Publising your project through the server adapter</title>
Modified: trunk/openshift/docs/reference/en-US/Deleting_applications_and_domains.xml
===================================================================
--- trunk/openshift/docs/reference/en-US/Deleting_applications_and_domains.xml 2012-06-13 22:44:42 UTC (rev 41947)
+++ trunk/openshift/docs/reference/en-US/Deleting_applications_and_domains.xml 2012-06-13 23:00:36 UTC (rev 41948)
@@ -8,7 +8,7 @@
<section>
<title>Deleting an application</title>
<para>
- Deleting an application will remove it from your workbench and the OpenShift server.
+ Deleting an application will only remove it from the OpenShift server. The application and OpenShift server adapter will remain in your workbench.
</para>
<para>
To remove an application right-click on it in the <guilabel>OpenShift Explorer</guilabel> view tab and select <menuchoice><guimenuitem>Delete Application(s)</guimenuitem></menuchoice> from the context menu.
@@ -62,7 +62,7 @@
<section>
<title>Deleting a domain</title>
<para>
- To delete a domain right-click on your server in the <guilabel>OpenShift Explorer</guilabel> view tab and select <menuchoice><guimenuitem>Delete Domain</guimenuitem></menuchoice> from the context menu.
+ To delete a domain right-click on your server connection in the <guilabel>OpenShift Explorer</guilabel> view tab and select <menuchoice><guimenuitem>Delete Domain</guimenuitem></menuchoice> from the context menu.
</para>
<figure id="delete_application_and_domain_04">
<title>Delete Domain menu item</title>
@@ -102,7 +102,7 @@
</mediaobject>
</figure>
<para>
- Once the domain has been deleted the OpenShift server will remain, however the <menuchoice><guimenuitem>Delete Domain</guimenuitem></menuchoice> option will not be available from the context menu.
+ Once the domain has been deleted the connection to OpenShift will remain, however the <menuchoice><guimenuitem>Delete Domain</guimenuitem></menuchoice> option will not be available from the context menu.
</para>
<figure id="delete_application_and_domain_06">
<title>Delete Domain option not available</title>
Modified: trunk/openshift/docs/reference/en-US/Import_existing_application.xml
===================================================================
--- trunk/openshift/docs/reference/en-US/Import_existing_application.xml 2012-06-13 22:44:42 UTC (rev 41947)
+++ trunk/openshift/docs/reference/en-US/Import_existing_application.xml 2012-06-13 23:00:36 UTC (rev 41948)
@@ -54,7 +54,7 @@
A dialog will open where you will see all your OpenShift applications listed, for the current domain.
</para>
<figure id="import_existing_application_02">
- <title>Setup OpenShift Application screen</title>
+ <title>Existing applications on OpenShift</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/Import_Existing_Application/import_existing_application_02.png" format="PNG" />
@@ -70,7 +70,7 @@
By selecting an application from the list and clicking the <guibutton>Details</guibutton> button you can see all relevant application information. Click the <guibutton>OK</guibutton> to return to the application selection screen.
</para>
<figure id="import_existing_application_03">
- <title>Setup OpenShift Application screen</title>
+ <title>Details of OpenShift application</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/Import_Existing_Application/import_existing_application_03.png" format="PNG" />
@@ -102,7 +102,7 @@
</mediaobject>
</figure>
<para>
- To complete importing the application click the <guibutton>Next</guibutton> button and continue follow the instructions after the <guilabel>Setup OpenShift Application</guilabel> screen that are available in the <emphasis>Creating an OpenShift Express Application</emphasis> chapter: <xref linkend="application_creation_07" />.
+ To complete importing the application click the <guibutton>Next</guibutton> button and continue follow the instructions after the <guilabel>Setup OpenShift Application</guilabel> screen that are available in the <emphasis>Creating an OpenShift Application</emphasis> chapter: <xref linkend="application_creation_07" />.
</para>
</chapter>
Modified: trunk/openshift/docs/reference/en-US/Introduction.xml
===================================================================
--- trunk/openshift/docs/reference/en-US/Introduction.xml 2012-06-13 22:44:42 UTC (rev 41947)
+++ trunk/openshift/docs/reference/en-US/Introduction.xml 2012-06-13 23:00:36 UTC (rev 41948)
@@ -3,7 +3,7 @@
<chapter id="chap-OpenSift_Tools_Reference_Guide-Introduction">
<title>Introduction</title>
<para>
- OpenShift is a cloud solution for your application server requirements. OpenShift is a cloud-based application platform for Java, Perl, PHP, Python, and Ruby applications. JBoss Developer Studio supports OpenShift deployments and this guide will show you how to connect, create and deploy with OpenShift from your JBoss Developer Studio workbench.
+ OpenShift is a cloud solution for your application server requirements. OpenShift is a cloud-based application platform for Java, Perl, PHP, Python, and Ruby applications. JBoss Developer Studio supports OpenShift deployments and this guide will show you how to connect, create and deploy applications with OpenShift, from your workbench.
</para>
</chapter>
Modified: trunk/openshift/docs/reference/en-US/Viewing_the_remote_console.xml
===================================================================
--- trunk/openshift/docs/reference/en-US/Viewing_the_remote_console.xml 2012-06-13 22:44:42 UTC (rev 41947)
+++ trunk/openshift/docs/reference/en-US/Viewing_the_remote_console.xml 2012-06-13 23:00:36 UTC (rev 41948)
@@ -6,7 +6,7 @@
Similar to when you are running a server locally, you are also able to see console output for your remote OpenShift server. To have this output displayed to you, right-click on your OpenShift application in the <guilabel>OpenShift</guilabel> view tab, and select <menuchoice><guimenuitem>Tail files</guimenuitem></menuchoice>.
</para>
<figure id="openshift_remote_console_01">
- <title>Tailing OpenShift server option</title>
+ <title>Tailing OpenShift server files option</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/OpenShift_Remote_Console/openshift_remote_console_01.png" format="PNG" />
Modified: trunk/openshift/docs/reference/en-US/images/Creating_an_OpenShift_Express_Application/application_creation_10.png
===================================================================
(Binary files differ)
Modified: trunk/openshift/docs/reference/en-US/images/Creating_an_OpenShift_Express_Application/application_creation_12.png
===================================================================
(Binary files differ)
13 years, 10 months
JBoss Tools SVN: r41947 - trunk/common/plugins/org.jboss.tools.common.validation/src/org/jboss/tools/common/validation.
by jbosstools-commits@lists.jboss.org
Author: akazakov
Date: 2012-06-13 18:44:42 -0400 (Wed, 13 Jun 2012)
New Revision: 41947
Modified:
trunk/common/plugins/org.jboss.tools.common.validation/src/org/jboss/tools/common/validation/AsYouTypeValidatorManager.java
Log:
https://issues.jboss.org/browse/JBIDE-10738 As-you-type EL validation
Modified: trunk/common/plugins/org.jboss.tools.common.validation/src/org/jboss/tools/common/validation/AsYouTypeValidatorManager.java
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.validation/src/org/jboss/tools/common/validation/AsYouTypeValidatorManager.java 2012-06-13 22:30:12 UTC (rev 41946)
+++ trunk/common/plugins/org.jboss.tools.common.validation/src/org/jboss/tools/common/validation/AsYouTypeValidatorManager.java 2012-06-13 22:44:42 UTC (rev 41947)
@@ -158,12 +158,10 @@
return;
}
for (IValidator validator : context.getValidators()) {
- if(validator instanceof IAsYouTypeValidator) {
- IProject rootProject = rootProjects.get(validator);
- IValidatingProjectSet projectBrunch = context.getValidatingProjectTree(validator).getBrunches().get(rootProject);
- if(projectBrunch!=null) {
- ((IAsYouTypeValidator)validator).validate(this, rootProject, dirtyRegion, helper, reporter, context, projectBrunch.getRootContext(), file);
- }
+ IProject rootProject = rootProjects.get(validator);
+ IValidatingProjectSet projectBrunch = context.getValidatingProjectTree(validator).getBrunches().get(rootProject);
+ if(projectBrunch!=null) {
+ ((IAsYouTypeValidator)validator).validate(this, rootProject, dirtyRegion, helper, reporter, context, projectBrunch.getRootContext(), file);
}
}
// reporter.removeAllMessages(AsYouTypeValidatorManager.this, file);
13 years, 10 months
JBoss Tools SVN: r41946 - trunk/common/plugins/org.jboss.tools.common.validation/src/org/jboss/tools/common/validation.
by jbosstools-commits@lists.jboss.org
Author: akazakov
Date: 2012-06-13 18:30:12 -0400 (Wed, 13 Jun 2012)
New Revision: 41946
Modified:
trunk/common/plugins/org.jboss.tools.common.validation/src/org/jboss/tools/common/validation/AsYouTypeValidatorManager.java
Log:
https://issues.jboss.org/browse/JBIDE-10738 As-you-type EL validation
Modified: trunk/common/plugins/org.jboss.tools.common.validation/src/org/jboss/tools/common/validation/AsYouTypeValidatorManager.java
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.validation/src/org/jboss/tools/common/validation/AsYouTypeValidatorManager.java 2012-06-13 21:07:46 UTC (rev 41945)
+++ trunk/common/plugins/org.jboss.tools.common.validation/src/org/jboss/tools/common/validation/AsYouTypeValidatorManager.java 2012-06-13 22:30:12 UTC (rev 41946)
@@ -158,10 +158,12 @@
return;
}
for (IValidator validator : context.getValidators()) {
- IProject rootProject = rootProjects.get(validator);
- IValidatingProjectSet projectBrunch = context.getValidatingProjectTree(validator).getBrunches().get(rootProject);
- if(projectBrunch!=null) {
- ((IAsYouTypeValidator)validator).validate(this, rootProject, dirtyRegion, helper, reporter, context, projectBrunch.getRootContext(), file);
+ if(validator instanceof IAsYouTypeValidator) {
+ IProject rootProject = rootProjects.get(validator);
+ IValidatingProjectSet projectBrunch = context.getValidatingProjectTree(validator).getBrunches().get(rootProject);
+ if(projectBrunch!=null) {
+ ((IAsYouTypeValidator)validator).validate(this, rootProject, dirtyRegion, helper, reporter, context, projectBrunch.getRootContext(), file);
+ }
}
}
// reporter.removeAllMessages(AsYouTypeValidatorManager.this, file);
13 years, 10 months
JBoss Tools SVN: r41945 - trunk/maven/plugins/org.jboss.tools.maven.gwt/src/org/jboss/tools/maven/gwt.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2012-06-13 17:07:46 -0400 (Wed, 13 Jun 2012)
New Revision: 41945
Modified:
trunk/maven/plugins/org.jboss.tools.maven.gwt/src/org/jboss/tools/maven/gwt/GWTProjectConfigurator.java
Log:
JBIDE-12173 with both gwt and gwt mvn plugin isntalled the GWT example does not run out of the box
fix for exception in GWT Configurator:
Java Model Exception: Java Model Status [gwt-kitchensink1 does not exist]
at org.eclipse.jdt.internal.core.JavaElement.newJavaModelException(JavaElement.java:505)
at org.eclipse.jdt.internal.core.Openable.generateInfos(Openable.java:246)
at org.eclipse.jdt.internal.core.JavaElement.openWhenClosed(JavaElement.java:518)
at org.eclipse.jdt.internal.core.JavaElement.getElementInfo(JavaElement.java:255)
at org.eclipse.jdt.internal.core.JavaElement.getElementInfo(JavaElement.java:241)
at org.eclipse.jdt.internal.core.JavaElement.getChildren(JavaElement.java:196)
at org.eclipse.jdt.internal.core.JavaProject.getPackageFragmentRoots(JavaProject.java:1846)
at com.google.gwt.eclipse.core.modules.ModuleUtils.visitFragments(ModuleUtils.java:291)
at com.google.gwt.eclipse.core.modules.ModuleUtils.findAllModules(ModuleUtils.java:96)
at org.jboss.tools.maven.gwt.GWTProjectConfigurator.findModules(GWTProjectConfigurator.java:135)
at org.jboss.tools.maven.gwt.GWTProjectConfigurator.mavenProjectChanged(GWTProjectConfigurator.java:99)
at org.eclipse.m2e.core.internal.project.ProjectConfigurationManager.mavenProjectChanged(ProjectConfigurationManager.java:752)
at org.eclipse.m2e.core.internal.project.registry.ProjectRegistryManager.notifyProjectChangeListeners(ProjectRegistryManager.java:724)
at org.eclipse.m2e.core.internal.project.registry.ProjectRegistryManager.applyMutableProjectRegistry(ProjectRegistryManager.java:847)
at org.eclipse.m2e.core.internal.project.registry.ProjectRegistryManager.refresh(ProjectRegistryManager.java:280)
at org.eclipse.m2e.core.internal.project.ProjectConfigurationManager.configureNewMavenProject(ProjectConfigurationManager.java:204)
at org.eclipse.m2e.core.internal.project.ProjectConfigurationManager.importProjects(ProjectConfigurationManager.java:150)
at org.eclipse.m2e.core.internal.project.ProjectConfigurationManager.createArchetypeProject(ProjectConfigurationManager.java:580)
at org.jboss.tools.maven.project.examples.wizard.ArchetypeExamplesWizardPage$4.run(ArchetypeExamplesWizardPage.java:355)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2344)
at org.jboss.tools.maven.project.examples.wizard.ArchetypeExamplesWizardPage$5.run(ArchetypeExamplesWizardPage.java:367)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
Modified: trunk/maven/plugins/org.jboss.tools.maven.gwt/src/org/jboss/tools/maven/gwt/GWTProjectConfigurator.java
===================================================================
--- trunk/maven/plugins/org.jboss.tools.maven.gwt/src/org/jboss/tools/maven/gwt/GWTProjectConfigurator.java 2012-06-13 21:04:47 UTC (rev 41944)
+++ trunk/maven/plugins/org.jboss.tools.maven.gwt/src/org/jboss/tools/maven/gwt/GWTProjectConfigurator.java 2012-06-13 21:07:46 UTC (rev 41945)
@@ -89,20 +89,17 @@
boolean configureGWT = store.getBoolean(Activator.CONFIGURE_GWT);
if(configureGWT){
Plugin newConfig = event.getMavenProject().getMavenProject().getPlugin(GWT_WAR_MAVEN_PLUGIN_KEY);
- if(newConfig==null) {
- // no config found so just stop.
- return;
+ if(newConfig!=null) {
+ IJavaProject javaProject = JavaCore.create(event.getMavenProject().getProject());
+ if(javaProject.exists()) {
+ List<String> modNames = findModules(newConfig, javaProject);
+ try {
+ GWTProjectProperties.setEntryPointModules(event.getMavenProject().getProject(), modNames);
+ } catch (BackingStoreException e) {
+ logError("Exception in Maven GWT Configurator, cannot set entry point modules", e);
+ }
+ }
}
-
- IJavaProject javaProject = JavaCore.create(event.getMavenProject().getProject());
-
- List<String> modNames = findModules(newConfig, javaProject);
-
- try {
- GWTProjectProperties.setEntryPointModules(event.getMavenProject().getProject(), modNames);
- } catch (BackingStoreException e) {
- logError("Exception in Maven GWT Configurator, cannot set entry point modules", e);
- }
}
}
13 years, 10 months
JBoss Tools SVN: r41944 - branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.gwt/src/org/jboss/tools/maven/gwt.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2012-06-13 17:04:47 -0400 (Wed, 13 Jun 2012)
New Revision: 41944
Modified:
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.gwt/src/org/jboss/tools/maven/gwt/GWTProjectConfigurator.java
Log:
JBIDE-12173 with both gwt and gwt mvn plugin isntalled the GWT example does not run out of the box
fix for exception in GWT Configurator:
Java Model Exception: Java Model Status [gwt-kitchensink1 does not exist]
at org.eclipse.jdt.internal.core.JavaElement.newJavaModelException(JavaElement.java:505)
at org.eclipse.jdt.internal.core.Openable.generateInfos(Openable.java:246)
at org.eclipse.jdt.internal.core.JavaElement.openWhenClosed(JavaElement.java:518)
at org.eclipse.jdt.internal.core.JavaElement.getElementInfo(JavaElement.java:255)
at org.eclipse.jdt.internal.core.JavaElement.getElementInfo(JavaElement.java:241)
at org.eclipse.jdt.internal.core.JavaElement.getChildren(JavaElement.java:196)
at org.eclipse.jdt.internal.core.JavaProject.getPackageFragmentRoots(JavaProject.java:1846)
at com.google.gwt.eclipse.core.modules.ModuleUtils.visitFragments(ModuleUtils.java:291)
at com.google.gwt.eclipse.core.modules.ModuleUtils.findAllModules(ModuleUtils.java:96)
at org.jboss.tools.maven.gwt.GWTProjectConfigurator.findModules(GWTProjectConfigurator.java:135)
at org.jboss.tools.maven.gwt.GWTProjectConfigurator.mavenProjectChanged(GWTProjectConfigurator.java:99)
at org.eclipse.m2e.core.internal.project.ProjectConfigurationManager.mavenProjectChanged(ProjectConfigurationManager.java:752)
at org.eclipse.m2e.core.internal.project.registry.ProjectRegistryManager.notifyProjectChangeListeners(ProjectRegistryManager.java:724)
at org.eclipse.m2e.core.internal.project.registry.ProjectRegistryManager.applyMutableProjectRegistry(ProjectRegistryManager.java:847)
at org.eclipse.m2e.core.internal.project.registry.ProjectRegistryManager.refresh(ProjectRegistryManager.java:280)
at org.eclipse.m2e.core.internal.project.ProjectConfigurationManager.configureNewMavenProject(ProjectConfigurationManager.java:204)
at org.eclipse.m2e.core.internal.project.ProjectConfigurationManager.importProjects(ProjectConfigurationManager.java:150)
at org.eclipse.m2e.core.internal.project.ProjectConfigurationManager.createArchetypeProject(ProjectConfigurationManager.java:580)
at org.jboss.tools.maven.project.examples.wizard.ArchetypeExamplesWizardPage$4.run(ArchetypeExamplesWizardPage.java:355)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2344)
at org.jboss.tools.maven.project.examples.wizard.ArchetypeExamplesWizardPage$5.run(ArchetypeExamplesWizardPage.java:367)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
Modified: branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.gwt/src/org/jboss/tools/maven/gwt/GWTProjectConfigurator.java
===================================================================
--- branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.gwt/src/org/jboss/tools/maven/gwt/GWTProjectConfigurator.java 2012-06-13 20:58:22 UTC (rev 41943)
+++ branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.gwt/src/org/jboss/tools/maven/gwt/GWTProjectConfigurator.java 2012-06-13 21:04:47 UTC (rev 41944)
@@ -89,20 +89,17 @@
boolean configureGWT = store.getBoolean(Activator.CONFIGURE_GWT);
if(configureGWT){
Plugin newConfig = event.getMavenProject().getMavenProject().getPlugin(GWT_WAR_MAVEN_PLUGIN_KEY);
- if(newConfig==null) {
- // no config found so just stop.
- return;
+ if(newConfig!=null) {
+ IJavaProject javaProject = JavaCore.create(event.getMavenProject().getProject());
+ if(javaProject.exists()) {
+ List<String> modNames = findModules(newConfig, javaProject);
+ try {
+ GWTProjectProperties.setEntryPointModules(event.getMavenProject().getProject(), modNames);
+ } catch (BackingStoreException e) {
+ logError("Exception in Maven GWT Configurator, cannot set entry point modules", e);
+ }
+ }
}
-
- IJavaProject javaProject = JavaCore.create(event.getMavenProject().getProject());
-
- List<String> modNames = findModules(newConfig, javaProject);
-
- try {
- GWTProjectProperties.setEntryPointModules(event.getMavenProject().getProject(), modNames);
- } catch (BackingStoreException e) {
- logError("Exception in Maven GWT Configurator, cannot set entry point modules", e);
- }
}
}
13 years, 10 months
JBoss Tools SVN: r41943 - in trunk/cdi: tests/org.jboss.tools.cdi.core.test/projects/tck/WebContent/WEB-INF/lib and 2 other directories.
by jbosstools-commits@lists.jboss.org
Author: dazarov
Date: 2012-06-13 16:58:22 -0400 (Wed, 13 Jun 2012)
New Revision: 41943
Added:
trunk/cdi/tests/org.jboss.tools.cdi.core.test/resources/tck/tests/jbt/openon/ResourceLoader30.java
trunk/cdi/tests/org.jboss.tools.cdi.core.test/resources/tck/tests/jbt/openon/ResourceLoader31.java
Removed:
trunk/cdi/tests/org.jboss.tools.cdi.core.test/resources/tck/tests/jbt/openon/ResourceLoader.java
Modified:
trunk/cdi/plugins/org.jboss.tools.cdi.seam.text.ext/src/org/jboss/tools/cdi/seam/text/ext/hyperlink/CDISeamResourceLoadingHyperlinkDetector.java
trunk/cdi/tests/org.jboss.tools.cdi.core.test/projects/tck/WebContent/WEB-INF/lib/seam-solder-test.jar
trunk/cdi/tests/org.jboss.tools.cdi.seam.text.ext.test/src/org/jboss/tools/cdi/seam/text/ext/test/CDISeamResourceLoadingHyperlinkDetectorTest.java
Log:
Add support for annotation @Resource of Solder 3.1 https://issues.jboss.org/browse/JBIDE-12172
Modified: trunk/cdi/plugins/org.jboss.tools.cdi.seam.text.ext/src/org/jboss/tools/cdi/seam/text/ext/hyperlink/CDISeamResourceLoadingHyperlinkDetector.java
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.seam.text.ext/src/org/jboss/tools/cdi/seam/text/ext/hyperlink/CDISeamResourceLoadingHyperlinkDetector.java 2012-06-13 20:27:43 UTC (rev 41942)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.seam.text.ext/src/org/jboss/tools/cdi/seam/text/ext/hyperlink/CDISeamResourceLoadingHyperlinkDetector.java 2012-06-13 20:58:22 UTC (rev 41943)
@@ -34,7 +34,8 @@
import org.jboss.tools.cdi.seam.text.ext.CDISeamExtPlugin;
public class CDISeamResourceLoadingHyperlinkDetector extends AbstractHyperlinkDetector{
- public static final String RESOURCE_ANNOTATION = "org.jboss.seam.solder.resourceLoader.Resource";
+ public static final String RESOURCE_ANNOTATION_30 = "org.jboss.seam.solder.resourceLoader.Resource";
+ public static final String RESOURCE_ANNOTATION_31 = "org.jboss.solder.resourceLoader.Resource";
public static final String VALUE = "value";
@Override
@@ -63,7 +64,10 @@
IJavaElement element = input.getElementAt(offset);
if(element != null){
if(element instanceof IField){
- IAnnotation annotation = CDIMarkerResolutionUtils.findAnnotation(element, RESOURCE_ANNOTATION);
+ IAnnotation annotation = CDIMarkerResolutionUtils.findAnnotation(element, RESOURCE_ANNOTATION_30);
+ if(annotation == null || !annotation.exists()){
+ annotation = CDIMarkerResolutionUtils.findAnnotation(element, RESOURCE_ANNOTATION_31);
+ }
if(annotation != null && annotation.exists()){
IRegion annotationRegion = getAnnotationRegion(document, annotation);
String text = getValue(annotation);
Modified: trunk/cdi/tests/org.jboss.tools.cdi.core.test/projects/tck/WebContent/WEB-INF/lib/seam-solder-test.jar
===================================================================
(Binary files differ)
Deleted: trunk/cdi/tests/org.jboss.tools.cdi.core.test/resources/tck/tests/jbt/openon/ResourceLoader.java
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.core.test/resources/tck/tests/jbt/openon/ResourceLoader.java 2012-06-13 20:27:43 UTC (rev 41942)
+++ trunk/cdi/tests/org.jboss.tools.cdi.core.test/resources/tck/tests/jbt/openon/ResourceLoader.java 2012-06-13 20:58:22 UTC (rev 41943)
@@ -1,46 +0,0 @@
-package org.jboss.jsr299.tck.tests.jbt.openon;
-
-import java.net.URL;
-
-import javax.inject.Inject;
-
-import org.jboss.seam.solder.resourceLoader.Resource;
-
-public class ResourceLoader
-{
- @Inject
- @Resource("WEB-INF/beans.xml")
- URL beansXml;
-
- @Inject
- @Resource("org/jboss/jsr299/tck/tests/jbt/openon/test.properties")
- URL properties1;
-
- @Inject
- @Resource("org/jboss/jsr299/tck/tests/jbt/openon/test")
- URL properties2;
-
- @Inject
- @Resource("org.jboss.jsr299.tck.tests.jbt.openon.test.properties")
- URL properties3;
-
- @Inject
- @Resource("org.jboss.jsr299.tck.tests.jbt.openon.test")
- URL properties4;
-
- private String foo;
-
- public ResourceLoader(String foo)
- {
- this.foo = foo;
- }
-
- /**
- * @return the foo
- */
- public String getFoo()
- {
- return foo;
- }
-
-}
Copied: trunk/cdi/tests/org.jboss.tools.cdi.core.test/resources/tck/tests/jbt/openon/ResourceLoader30.java (from rev 41938, trunk/cdi/tests/org.jboss.tools.cdi.core.test/resources/tck/tests/jbt/openon/ResourceLoader.java)
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.core.test/resources/tck/tests/jbt/openon/ResourceLoader30.java (rev 0)
+++ trunk/cdi/tests/org.jboss.tools.cdi.core.test/resources/tck/tests/jbt/openon/ResourceLoader30.java 2012-06-13 20:58:22 UTC (rev 41943)
@@ -0,0 +1,46 @@
+package org.jboss.jsr299.tck.tests.jbt.openon;
+
+import java.net.URL;
+
+import javax.inject.Inject;
+
+import org.jboss.seam.solder.resourceLoader.Resource;
+
+public class ResourceLoader30
+{
+ @Inject
+ @Resource("WEB-INF/beans.xml")
+ URL beansXml;
+
+ @Inject
+ @Resource("org/jboss/jsr299/tck/tests/jbt/openon/test.properties")
+ URL properties1;
+
+ @Inject
+ @Resource("org/jboss/jsr299/tck/tests/jbt/openon/test")
+ URL properties2;
+
+ @Inject
+ @Resource("org.jboss.jsr299.tck.tests.jbt.openon.test.properties")
+ URL properties3;
+
+ @Inject
+ @Resource("org.jboss.jsr299.tck.tests.jbt.openon.test")
+ URL properties4;
+
+ private String foo;
+
+ public ResourceLoader(String foo)
+ {
+ this.foo = foo;
+ }
+
+ /**
+ * @return the foo
+ */
+ public String getFoo()
+ {
+ return foo;
+ }
+
+}
Property changes on: trunk/cdi/tests/org.jboss.tools.cdi.core.test/resources/tck/tests/jbt/openon/ResourceLoader30.java
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/cdi/tests/org.jboss.tools.cdi.core.test/resources/tck/tests/jbt/openon/ResourceLoader31.java
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.core.test/resources/tck/tests/jbt/openon/ResourceLoader31.java (rev 0)
+++ trunk/cdi/tests/org.jboss.tools.cdi.core.test/resources/tck/tests/jbt/openon/ResourceLoader31.java 2012-06-13 20:58:22 UTC (rev 41943)
@@ -0,0 +1,46 @@
+package org.jboss.jsr299.tck.tests.jbt.openon;
+
+import java.net.URL;
+
+import javax.inject.Inject;
+
+import org.jboss.solder.resourceLoader.Resource;
+
+public class ResourceLoader31
+{
+ @Inject
+ @Resource("WEB-INF/beans.xml")
+ URL beansXml;
+
+ @Inject
+ @Resource("org/jboss/jsr299/tck/tests/jbt/openon/test.properties")
+ URL properties1;
+
+ @Inject
+ @Resource("org/jboss/jsr299/tck/tests/jbt/openon/test")
+ URL properties2;
+
+ @Inject
+ @Resource("org.jboss.jsr299.tck.tests.jbt.openon.test.properties")
+ URL properties3;
+
+ @Inject
+ @Resource("org.jboss.jsr299.tck.tests.jbt.openon.test")
+ URL properties4;
+
+ private String foo;
+
+ public ResourceLoader(String foo)
+ {
+ this.foo = foo;
+ }
+
+ /**
+ * @return the foo
+ */
+ public String getFoo()
+ {
+ return foo;
+ }
+
+}
Property changes on: trunk/cdi/tests/org.jboss.tools.cdi.core.test/resources/tck/tests/jbt/openon/ResourceLoader31.java
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Modified: trunk/cdi/tests/org.jboss.tools.cdi.seam.text.ext.test/src/org/jboss/tools/cdi/seam/text/ext/test/CDISeamResourceLoadingHyperlinkDetectorTest.java
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.seam.text.ext.test/src/org/jboss/tools/cdi/seam/text/ext/test/CDISeamResourceLoadingHyperlinkDetectorTest.java 2012-06-13 20:27:43 UTC (rev 41942)
+++ trunk/cdi/tests/org.jboss.tools.cdi.seam.text.ext.test/src/org/jboss/tools/cdi/seam/text/ext/test/CDISeamResourceLoadingHyperlinkDetectorTest.java 2012-06-13 20:58:22 UTC (rev 41943)
@@ -24,10 +24,17 @@
import org.jboss.tools.cdi.text.ext.test.CDIHyperlinkTestUtil.TestRegion;
public class CDISeamResourceLoadingHyperlinkDetectorTest extends TCKTest{
- private static final String FILENAME = "JavaSource/org/jboss/jsr299/tck/tests/jbt/openon/ResourceLoader.java";
- public void testCDISeamResourceLoadingHyperlinkDetector() throws Exception {
- IFile file = tckProject.getFile(FILENAME);
+ public void testCDISeamResourceLoadingHyperlinkDetector_Solder30() throws Exception {
+ checkFile("JavaSource/org/jboss/jsr299/tck/tests/jbt/openon/ResourceLoader30.java");
+ }
+
+ public void testCDISeamResourceLoadingHyperlinkDetector_Solder31() throws Exception {
+ checkFile("JavaSource/org/jboss/jsr299/tck/tests/jbt/openon/ResourceLoader31.java");
+ }
+
+ private void checkFile(String fileName) throws Exception{
+ IFile file = tckProject.getFile(fileName);
String text = FileUtil.readStream(file);
@@ -69,7 +76,7 @@
"JavaSource/org/jboss/jsr299/tck/tests/jbt/openon/test.properties"))}));
}
- CDIHyperlinkTestUtil.checkRegions(tckProject, FILENAME, regionList, new CDISeamResourceLoadingHyperlinkDetector());
+ CDIHyperlinkTestUtil.checkRegions(tckProject, fileName, regionList, new CDISeamResourceLoadingHyperlinkDetector());
}
}
13 years, 10 months