JBoss Tools SVN: r40842 - trunk/download.jboss.org/jbosstools/builds/cascade.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2012-05-08 02:43:21 -0400 (Tue, 08 May 2012)
New Revision: 40842
Modified:
trunk/download.jboss.org/jbosstools/builds/cascade/swimlanes.txt
Log:
examples depends on as, archives, jmx
Modified: trunk/download.jboss.org/jbosstools/builds/cascade/swimlanes.txt
===================================================================
--- trunk/download.jboss.org/jbosstools/builds/cascade/swimlanes.txt 2012-05-08 06:38:39 UTC (rev 40841)
+++ trunk/download.jboss.org/jbosstools/builds/cascade/swimlanes.txt 2012-05-08 06:43:21 UTC (rev 40842)
@@ -1,4 +1,4 @@
-Revised swimlanes, as implemented in 3.2_stable_branch, 3.3_stable_branch and 3.3_trunk jobs, 2012/05/07
+Revised swimlanes, as implemented in 3.2_stable_branch, 3.3_stable_branch and 3.3_trunk jobs, 2012/05/08
See also https://svn.jboss.org/repos/jbosstools/trunk/build/ -> pom*.xml
@@ -37,7 +37,7 @@
(all but common and tests) -> usage
jmx -> tests, common, usage
-examples -> portlet, jst, runtime
+examples -> portlet, jst, runtime, as, archives, jmx
portlet -> seam, as, tests, usage
seam -> hibernate, jsf
central -> examples, portlet, seam, as, archives, jmx, jsf, vpe, jst, hibernate, freemarker, runtime, common, tests, maven, usage
12 years, 8 months
JBoss Tools SVN: r40841 - trunk/build.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2012-05-08 02:38:39 -0400 (Tue, 08 May 2012)
New Revision: 40841
Modified:
trunk/build/pom.xml
Log:
examples depends on portlet, jst
Modified: trunk/build/pom.xml
===================================================================
--- trunk/build/pom.xml 2012-05-08 06:38:34 UTC (rev 40840)
+++ trunk/build/pom.xml 2012-05-08 06:38:39 UTC (rev 40841)
@@ -443,6 +443,8 @@
<module>../common</module>
<module>../jmx</module>
<module>../archives</module>
+ <module>../portlet</module>
+ <module>../jst</module>
<module>../as</module>
<module>../usage</module>
<module>../runtime</module>
12 years, 8 months
JBoss Tools SVN: r40840 - trunk/build.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2012-05-08 02:38:34 -0400 (Tue, 08 May 2012)
New Revision: 40840
Modified:
trunk/build/pom-soa-tooling.xml
Log:
fix parent pom version
Modified: trunk/build/pom-soa-tooling.xml
===================================================================
--- trunk/build/pom-soa-tooling.xml 2012-05-08 06:38:30 UTC (rev 40839)
+++ trunk/build/pom-soa-tooling.xml 2012-05-08 06:38:34 UTC (rev 40840)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>parent</artifactId>
- <version>3.3.0.Beta3-SNAPSHOT</version>
+ <version>3.3.0.CR1-SNAPSHOT</version>
<relativePath>../build/parent/pom.xml</relativePath>
</parent>
<groupId>org.jboss.tools</groupId>
12 years, 8 months
JBoss Tools SVN: r40839 - trunk/build.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2012-05-08 02:38:30 -0400 (Tue, 08 May 2012)
New Revision: 40839
Removed:
trunk/build/pom-disabled-components.xml
Log:
deprecated
Deleted: trunk/build/pom-disabled-components.xml
===================================================================
--- trunk/build/pom-disabled-components.xml 2012-05-08 06:38:25 UTC (rev 40838)
+++ trunk/build/pom-disabled-components.xml 2012-05-08 06:38:30 UTC (rev 40839)
@@ -1,38 +0,0 @@
-<project
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
- xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.build</artifactId>
- <name>org.jboss.tools.build</name>
- <version>0.0.1-SNAPSHOT</version>
- <packaging>pom</packaging>
-
- <profiles>
-
- <profile>
- <id>libs</id>
- <activation>
- <property>
- <name>coverage</name>
- </property>
- </activation>
- <modules>
- <module>libs</module>
- </modules>
- </profile>
-
- <profile>
- <id>site</id>
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
- <modules>
- <module>../site</module>
- </modules>
- </profile>
-
- </profiles>
-
-</project>
-
12 years, 8 months
JBoss Tools SVN: r40838 - trunk/build.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2012-05-08 02:38:25 -0400 (Tue, 08 May 2012)
New Revision: 40838
Modified:
trunk/build/pom.xml
Log:
add archives and as to examples-bootstrap profile per rawblem
Modified: trunk/build/pom.xml
===================================================================
--- trunk/build/pom.xml 2012-05-08 06:38:21 UTC (rev 40837)
+++ trunk/build/pom.xml 2012-05-08 06:38:25 UTC (rev 40838)
@@ -442,6 +442,8 @@
<module>../tests</module>
<module>../common</module>
<module>../jmx</module>
+ <module>../archives</module>
+ <module>../as</module>
<module>../usage</module>
<module>../runtime</module>
<module>../examples</module>
12 years, 8 months
JBoss Tools SVN: r40837 - trunk/build.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2012-05-08 02:38:21 -0400 (Tue, 08 May 2012)
New Revision: 40837
Added:
trunk/build/pom-disabled-components.xml.DEPRECATED
Log:
deprecate old pom-disabled-components.xml
Added: trunk/build/pom-disabled-components.xml.DEPRECATED
===================================================================
--- trunk/build/pom-disabled-components.xml.DEPRECATED (rev 0)
+++ trunk/build/pom-disabled-components.xml.DEPRECATED 2012-05-08 06:38:21 UTC (rev 40837)
@@ -0,0 +1,38 @@
+<project
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+ xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>org.jboss.tools.build</artifactId>
+ <name>org.jboss.tools.build</name>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+
+ <profiles>
+
+ <profile>
+ <id>libs</id>
+ <activation>
+ <property>
+ <name>coverage</name>
+ </property>
+ </activation>
+ <modules>
+ <module>libs</module>
+ </modules>
+ </profile>
+
+ <profile>
+ <id>site</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <modules>
+ <module>../site</module>
+ </modules>
+ </profile>
+
+ </profiles>
+
+</project>
+
12 years, 8 months
JBoss Tools SVN: r40836 - in trunk: download.jboss.org/jbosstools/builds/cascade and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2012-05-08 02:38:15 -0400 (Tue, 08 May 2012)
New Revision: 40836
Modified:
trunk/build/pom-soa-tooling.xml
trunk/download.jboss.org/jbosstools/builds/cascade/swimlanes.txt
Log:
bpel depends on as, archives, and jmx now. 'org.jboss.tools.bpel.runtimes 0.8.0.qualifier requires bundle org.jboss.ide.eclipse.as.wtp.core': update swimlanes and pom-soa-tooling.xml
Modified: trunk/build/pom-soa-tooling.xml
===================================================================
--- trunk/build/pom-soa-tooling.xml 2012-05-08 06:01:18 UTC (rev 40835)
+++ trunk/build/pom-soa-tooling.xml 2012-05-08 06:38:15 UTC (rev 40836)
@@ -197,7 +197,11 @@
<profile>
<id>bpel-bootstrap</id>
<modules>
- <module>../tests</module>
+ <module>../tests</module>
+ <module>../common</module>
+ <module>../jmx</module>
+ <module>../archives</module>
+ <module>../as</module>
<module>../bpel</module>
<module>../usage</module>
</modules>
Modified: trunk/download.jboss.org/jbosstools/builds/cascade/swimlanes.txt
===================================================================
--- trunk/download.jboss.org/jbosstools/builds/cascade/swimlanes.txt 2012-05-08 06:01:18 UTC (rev 40835)
+++ trunk/download.jboss.org/jbosstools/builds/cascade/swimlanes.txt 2012-05-08 06:38:15 UTC (rev 40836)
@@ -1,4 +1,4 @@
-Revised swimlanes, as implemented in 3.2_stable_branch, 3.3_stable_branch and 3.3_trunk jobs, 2012/04/28
+Revised swimlanes, as implemented in 3.2_stable_branch, 3.3_stable_branch and 3.3_trunk jobs, 2012/05/07
See also https://svn.jboss.org/repos/jbosstools/trunk/build/ -> pom*.xml
@@ -55,7 +55,7 @@
smooks [REMOVED]
-bpel -> archives
+bpel -> as, archives, jmx, common, tests
esb -> as, jst, common, tests
jbpm -> flow, common -> tests
runtime-soa -> runtime
12 years, 8 months
JBoss Tools SVN: r40835 - 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-05-08 02:01:18 -0400 (Tue, 08 May 2012)
New Revision: 40835
Modified:
trunk/openshift/docs/reference/en-US/Creating_an_OpenShift_Express_Application.xml
trunk/openshift/docs/reference/en-US/images/Creating_an_OpenShift_Express_Application/application_creation_01.png
Log:
updated image
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-05-08 05:40:46 UTC (rev 40834)
+++ trunk/openshift/docs/reference/en-US/Creating_an_OpenShift_Express_Application.xml 2012-05-08 06:01:18 UTC (rev 40835)
@@ -3,7 +3,7 @@
<chapter id="chap-OpenSift_Tools_Reference_Guide-Creating_an_OpenShift_Application">
<title>Creating an OpenShift Application</title>
<para>
- From the workbench go to <menuchoice><guimenuitem>File</guimenuitem><guimenuitem>New</guimenuitem><guimenuitem>Other</guimenuitem></menuchoice>.
+ The <guilabel>OpenShift Application</guilabel> creation wizard is accessed through <guilabel>JBoss Central</guilabel> or by navigating to <menuchoice><guimenuitem>File</guimenuitem><guimenuitem>New</guimenuitem><guimenuitem>Other</guimenuitem></menuchoice>.
</para>
<figure id="application_creation_01">
<title>Selecting the OpenShift Application wizard</title>
@@ -13,13 +13,13 @@
</imageobject>
<textobject>
<phrase>
- Wizard selection screen with the OpenShift Application wizard selected.
+ JBoss Central home screen.
</phrase>
</textobject>
</mediaobject>
</figure>
<para>
- In the wizard, go to and select <menuchoice><guimenuitem>OpenShift</guimenuitem><guimenuitem>OpenShift Application</guimenuitem></menuchoice>. With the wizard choice selected, click on the <guibutton>Next</guibutton> button.
+ After clicking on the <guilabel>OpenShift Application</guilabel> link, the creation wizard will launch.
</para>
<figure id="application_creation_02">
<title>Validating OpenShift credentials</title>
Modified: trunk/openshift/docs/reference/en-US/images/Creating_an_OpenShift_Express_Application/application_creation_01.png
===================================================================
(Binary files differ)
12 years, 8 months
JBoss Tools SVN: r40834 - in trunk/openshift/docs/reference/en-US: images and 1 other directories.
by jbosstools-commits@lists.jboss.org
Author: irooskov(a)redhat.com
Date: 2012-05-08 01:40:46 -0400 (Tue, 08 May 2012)
New Revision: 40834
Added:
trunk/openshift/docs/reference/en-US/Viewing_the_remote_console.xml
trunk/openshift/docs/reference/en-US/images/OpenShift_Remote_Console/
trunk/openshift/docs/reference/en-US/images/OpenShift_Remote_Console/openshift_remote_console_01.png
trunk/openshift/docs/reference/en-US/images/OpenShift_Remote_Console/openshift_remote_console_02.png
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/Introduction.xml
trunk/openshift/docs/reference/en-US/Modifying_your_web_application_to_deploy_to_OpenShift_Express.xml
trunk/openshift/docs/reference/en-US/OpenShift_Tools_Reference_Guide.xml
trunk/openshift/docs/reference/en-US/master.xml
Log:
updated to remove 'express' branding
Modified: trunk/openshift/docs/reference/en-US/Book_Info.xml
===================================================================
--- trunk/openshift/docs/reference/en-US/Book_Info.xml 2012-05-08 03:46:10 UTC (rev 40833)
+++ trunk/openshift/docs/reference/en-US/Book_Info.xml 2012-05-08 05:40:46 UTC (rev 40834)
@@ -13,7 +13,7 @@
<edition>5.0.0</edition>
- <pubsnumber>5</pubsnumber>
+ <pubsnumber>7</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-05-08 03:46:10 UTC (rev 40833)
+++ trunk/openshift/docs/reference/en-US/Creating_an_OpenShift_Express_Application.xml 2012-05-08 05:40:46 UTC (rev 40834)
@@ -1,25 +1,25 @@
<?xml version='1.0' encoding='utf-8' ?>
- <chapter id="chap-OpenSift_Tools_Reference_Guide-Creating_an_OpenShift_Express_Application">
- <title>Creating an OpenShift Express Application</title>
+ <chapter id="chap-OpenSift_Tools_Reference_Guide-Creating_an_OpenShift_Application">
+ <title>Creating an OpenShift Application</title>
<para>
From the workbench go to <menuchoice><guimenuitem>File</guimenuitem><guimenuitem>New</guimenuitem><guimenuitem>Other</guimenuitem></menuchoice>.
</para>
<figure id="application_creation_01">
- <title>Selecting the OpenShift Express Application wizard</title>
+ <title>Selecting the OpenShift Application wizard</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/Creating_an_OpenShift_Express_Application/application_creation_01.png" format="PNG" />
</imageobject>
<textobject>
<phrase>
- Wizard selection screen with the OpenShift Express Application wizard selected.
+ Wizard selection screen with the OpenShift Application wizard selected.
</phrase>
</textobject>
</mediaobject>
</figure>
<para>
- In the wizard, go to and select <menuchoice><guimenuitem>OpenShift</guimenuitem><guimenuitem>OpenShift Express Application</guimenuitem></menuchoice>. With the wizard choice selected, click on the <guibutton>Next</guibutton> button.
+ In the wizard, go to and select <menuchoice><guimenuitem>OpenShift</guimenuitem><guimenuitem>OpenShift Application</guimenuitem></menuchoice>. With the wizard choice selected, click on the <guibutton>Next</guibutton> button.
</para>
<figure id="application_creation_02">
<title>Validating OpenShift credentials</title>
@@ -35,10 +35,10 @@
</mediaobject>
</figure>
<para>
- If you have already signed up for an OpenShift Express account then you can input your <guilabel>Username</guilabel> and <guilabel>Password</guilabel> here and click <guilabel>Validate</guilabel>. If validation is successful you will see the button is now unavailable and no error was presented.
+ If you have already signed up for an OpenShift account then you can input your <guilabel>Username</guilabel> and <guilabel>Password</guilabel> here and click <guilabel>Validate</guilabel>. If validation is successful you will see the button is now unavailable and no error was presented.
</para>
<para>
- If you do not have an OpenShift Express account, you can create one through the link at the top of the wizard screen. This will open the OpenShift sign-up page within your workbench. Once you have created an account you will need to relaunch the <guilabel>OpenShift Express Application</guilabel> wizard and input your new username and password.
+ If you do not have an OpenShift account, you can create one through the link at the top of the wizard screen. This will open the OpenShift sign-up page within your workbench. Once you have created an account you will need to relaunch the <guilabel>OpenShift Application</guilabel> wizard and input your new username and password.
</para>
<para>
Click the <guibutton>Next</guibutton> button to proceed.
@@ -84,14 +84,14 @@
Click the <guibutton>New</guibutton> in the <guilabel>Available Applications</guilabel> section of the wizard to begin creating your first OpenShift application for the specified domain.
</para>
<figure id="application_creation_05">
- <title>Creating a new OpenShift Express application</title>
+ <title>Creating a new OpenShift application</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/Creating_an_OpenShift_Express_Application/application_creation_05.png" format="PNG" />
</imageobject>
<textobject>
<phrase>
- Specifying the name and cartridge for the new OpenShift Express application.
+ Specifying the name and cartridge for the new OpenShift application.
</phrase>
</textobject>
</mediaobject>
@@ -193,7 +193,7 @@
In the <guilabel>Git clone</guilabel> section of the window sets the properties for creating a local copy of your application for you to work with. The location of your application in the Git repository of your domain is present in the <guilabel>Cloning From</guilabel> field. The <guilabel>Destination</guilabel> and <guilabel>Remote name</guilabel> options will be set to default automatically, however you are able to change these by deselecting the <property>default</property> option and specifying custom settings in the fields provided.
</para>
<para>
- The <guilabel>JBoss Server adapter</guilabel> section of the window will have the option to <property>Create a JBoss server adapter</property> selected automatically. Creating a JBoss server adapter will allow you to publish changes you make to your application, back to your OpenShift Express domain.
+ The <guilabel>JBoss Server adapter</guilabel> section of the window will have the option to <property>Create a JBoss server adapter</property> selected automatically. Creating a JBoss server adapter will allow you to publish changes you make to your application, back to your OpenShift domain.
</para>
<para>
Click the <guibutton>Finish</guibutton> to begin the cloning of the Git repository.
Modified: trunk/openshift/docs/reference/en-US/Introduction.xml
===================================================================
--- trunk/openshift/docs/reference/en-US/Introduction.xml 2012-05-08 03:46:10 UTC (rev 40833)
+++ trunk/openshift/docs/reference/en-US/Introduction.xml 2012-05-08 05:40:46 UTC (rev 40834)
@@ -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 Express in particular is a free, cloud-based application platform for Java, Perl, PHP, Python, and Ruby applications. JBoss Developer Studio supports OpenShift Express and this guide will show you how to connect, create and deploy with OpenShift Express 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 with OpenShift from your JBoss Developer Studio workbench.
</para>
</chapter>
Modified: trunk/openshift/docs/reference/en-US/Modifying_your_web_application_to_deploy_to_OpenShift_Express.xml
===================================================================
--- trunk/openshift/docs/reference/en-US/Modifying_your_web_application_to_deploy_to_OpenShift_Express.xml 2012-05-08 03:46:10 UTC (rev 40833)
+++ trunk/openshift/docs/reference/en-US/Modifying_your_web_application_to_deploy_to_OpenShift_Express.xml 2012-05-08 05:40:46 UTC (rev 40834)
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='utf-8' ?>
<chapter id="chap-OpenSift_Tools_Reference_Guide-Modifying_your_web_application_to_deploy_to_OpenShift_Express">
- <title>Modifying your Maven web application to deploy to OpenShift Express</title>
+ <title>Modifying your Maven Web Application to Deploy to OpenShift</title>
<para>
Open the <filename>pom.xml</filename> file of your web application in the editor by double-clicking on the file in your <guilabel>Project Explorer</guilabel> and selecting the <guilabel>pom.xml</guilabel> tab in your workbench.
</para>
@@ -9,10 +9,10 @@
Create <code>profiles</code> tags within the <code>project</code> tags of the <filename>pom.xml</filename> file. Within the <code>profiles</code> tags, press <keycap>Ctrl</keycap> and <keysym>Spacebar</keysym> together to trigger auto-completion.
</para>
<para>
- From the auto-completion menu, select <guimenuitem>OpenShift Express profile</guimenuitem>. The profile information to connect to OpenShift Express will be inserted.
+ From the auto-completion menu, select <guimenuitem>OpenShift profile</guimenuitem>. The profile information to connect to OpenShift will be inserted.
</para>
<figure id="openshift_express_profile_01">
- <title>Selecting the OpenShift Express Profile</title>
+ <title>Selecting the OpenShift Profile</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/OpenShift_Express_Profile/openshift_express_profile_01.png" format="PNG" />
Modified: trunk/openshift/docs/reference/en-US/OpenShift_Tools_Reference_Guide.xml
===================================================================
--- trunk/openshift/docs/reference/en-US/OpenShift_Tools_Reference_Guide.xml 2012-05-08 03:46:10 UTC (rev 40833)
+++ trunk/openshift/docs/reference/en-US/OpenShift_Tools_Reference_Guide.xml 2012-05-08 05:40:46 UTC (rev 40834)
@@ -6,6 +6,7 @@
<xi:include href="Preface.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="Introduction.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="Creating_an_OpenShift_Express_Application.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="Viewing_the_remote_console.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="Modifying_your_web_application_to_deploy_to_OpenShift_Express.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" />
Added: trunk/openshift/docs/reference/en-US/Viewing_the_remote_console.xml
===================================================================
--- trunk/openshift/docs/reference/en-US/Viewing_the_remote_console.xml (rev 0)
+++ trunk/openshift/docs/reference/en-US/Viewing_the_remote_console.xml 2012-05-08 05:40:46 UTC (rev 40834)
@@ -0,0 +1,46 @@
+<?xml version='1.0' encoding='utf-8' ?>
+
+<chapter id="chap-OpenSift_Tools_Reference_Guide-Viewing_the_remote_console">
+ <title>Viewing the Remote Console</title>
+ <note>
+ <para>
+ If you have not yet created an OpenShift server adapter, follow the instructions in <xref linkend="chap-OpenSift_Tools_Reference_Guide-Creating_an_OpenShift_Application" />.
+ </para>
+ </note>
+ <para>
+ 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 server in the <guilabel>Servers</guilabel> tab and select <menuchoice><guimenuitem>Show In</guimenuitem><guimenuitem>Remote console</guimenuitem></menuchoice>.
+ </para>
+ <figure id="openshift_remote_console_01">
+ <title>Selecting the OpenShift Profile</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/OpenShift_Remote_Console/openshift_remote_console_01.png" format="PNG" />
+ </imageobject>
+ <textobject>
+ <phrase>
+ Selecting the remote console for the OpenShift server adapter.
+ </phrase>
+ </textobject>
+ </mediaobject>
+ </figure>
+ <para>
+ A new tab will open called <guilabel>Console</guilabel> and display the last 100 lines of the servers <filename>boot.log</filename> and <filename>server.log</filename> files. This <guilabel>Console</guilabel> tab will now tail the content of these files on the server, outputing any updates to you, as they occur.
+ </para>
+ <figure id="openshift_remote_console_02">
+ <title>Selecting the OpenShift Profile</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/OpenShift_Remote_Console/openshift_remote_console_02.png" format="PNG" />
+ </imageobject>
+ <textobject>
+ <phrase>
+ The Openshift remote console tab.
+ </phrase>
+ </textobject>
+ </mediaobject>
+ </figure>
+ <para>
+ This information can be useful in debugging the remote server and ensuring processes are occuring as expected.
+ </para>
+</chapter>
+
Added: trunk/openshift/docs/reference/en-US/images/OpenShift_Remote_Console/openshift_remote_console_01.png
===================================================================
(Binary files differ)
Property changes on: trunk/openshift/docs/reference/en-US/images/OpenShift_Remote_Console/openshift_remote_console_01.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/openshift/docs/reference/en-US/images/OpenShift_Remote_Console/openshift_remote_console_02.png
===================================================================
(Binary files differ)
Property changes on: trunk/openshift/docs/reference/en-US/images/OpenShift_Remote_Console/openshift_remote_console_02.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: trunk/openshift/docs/reference/en-US/master.xml
===================================================================
--- trunk/openshift/docs/reference/en-US/master.xml 2012-05-08 03:46:10 UTC (rev 40833)
+++ trunk/openshift/docs/reference/en-US/master.xml 2012-05-08 05:40:46 UTC (rev 40834)
@@ -5,6 +5,8 @@
[<!ENTITY Preface SYSTEM "Preface.xml">
<!ENTITY Introduction SYSTEM "Introduction.xml">
<!ENTITY Creating_Express_Application SYSTEM "Creating_an_OpenShift_Express_Application.xml">
+<!ENTITY Viewing_Remote_Console SYSTEM "Viewing_the_remote_console.xml">
+<!ENTITY Modify_Existing_Application SYSTEM "Modifying_your_web_application_to_deploy_to_OpenShift_Express.xml">
<!ENTITY Revision_History SYSTEM "Revision_History.xml">
]>
@@ -50,6 +52,8 @@
<!-- &Preface; -->
&Introduction;
&Creating_Express_Application;
+ &Viewing_Remote_Console;
+ &Modify_Existing_Application;
&Revision_History;
</book>
12 years, 8 months
JBoss Tools SVN: r40833 - in trunk/cdi/docs/reference/en-US: images and 1 other directories.
by jbosstools-commits@lists.jboss.org
Author: irooskov(a)redhat.com
Date: 2012-05-07 23:46:10 -0400 (Mon, 07 May 2012)
New Revision: 40833
Added:
trunk/cdi/docs/reference/en-US/images/Dialogs/
trunk/cdi/docs/reference/en-US/images/Dialogs/dialogs_01.png
trunk/cdi/docs/reference/en-US/images/Dialogs/dialogs_02.png
Modified:
trunk/cdi/docs/reference/en-US/Book_Info.xml
trunk/cdi/docs/reference/en-US/Creating_a_CDI_Web_Project.xml
trunk/cdi/docs/reference/en-US/Introduction.xml
trunk/cdi/docs/reference/en-US/adding_cdi_support.xml
trunk/cdi/docs/reference/en-US/artifact_wizards.xml
Log:
updating based on JBDS-2025
Modified: trunk/cdi/docs/reference/en-US/Book_Info.xml
===================================================================
--- trunk/cdi/docs/reference/en-US/Book_Info.xml 2012-05-08 00:52:06 UTC (rev 40832)
+++ trunk/cdi/docs/reference/en-US/Book_Info.xml 2012-05-08 03:46:10 UTC (rev 40833)
@@ -13,7 +13,7 @@
<edition>5.0.0</edition>
- <pubsnumber>7</pubsnumber>
+ <pubsnumber>8</pubsnumber>
<abstract>
<para>
Modified: trunk/cdi/docs/reference/en-US/Creating_a_CDI_Web_Project.xml
===================================================================
--- trunk/cdi/docs/reference/en-US/Creating_a_CDI_Web_Project.xml 2012-05-08 00:52:06 UTC (rev 40832)
+++ trunk/cdi/docs/reference/en-US/Creating_a_CDI_Web_Project.xml 2012-05-08 03:46:10 UTC (rev 40833)
@@ -175,11 +175,11 @@
</row>
<row>
<entry>JavaServer Faces v2.0 Project</entry>
- <entry>Configures a project to use JSF v2.0. You will need to manually add CDI support to this configuration through th <guibutton>Modify</guibutton> button. </entry>
+ <entry>Configures a project to use JSF v2.0. You will need to manually add CDI support to this configuration through the <guibutton>Modify</guibutton> button. </entry>
</row>
<row>
<entry>Minimal Configuration</entry>
- <entry>The minimum required facets are installed. You will need to manually add CDI support to this configuration through th <guibutton>Modify</guibutton> button.</entry>
+ <entry>The minimum required facets are installed. You will need to manually add CDI support to this configuration through the <guibutton>Modify</guibutton> button.</entry>
</row>
<row>
<entry><custom></entry>
Modified: trunk/cdi/docs/reference/en-US/Introduction.xml
===================================================================
--- trunk/cdi/docs/reference/en-US/Introduction.xml 2012-05-08 00:52:06 UTC (rev 40832)
+++ trunk/cdi/docs/reference/en-US/Introduction.xml 2012-05-08 03:46:10 UTC (rev 40833)
@@ -3,7 +3,7 @@
<chapter id="chap-CDI_Tools_Reference_Guide-Introduction">
<title>Introduction to CDI tooling</title>
<para>
- Context Dependency Injection (CDI) tooling allows you to easily add and work with the CDI programming model for your web-based applications. This guide demonstrates how to add CDI to existing projects and create new projects with the CDI wizard. For information on the specifics of CDI outside of the tooling, see <ulink url="http://jcp.org/en/jsr/detail?id=299">http://jcp.org/en/jsr/detail?id=299</ulink>.
+ Context and Dependency Injection (CDI) tooling allows you to easily add and work with the CDI programming model for your web-based applications. This guide demonstrates how to add CDI to existing projects and create new projects with the CDI wizard. For information on the specifics of CDI outside of the tooling, see <ulink url="http://jcp.org/en/jsr/detail?id=299">http://jcp.org/en/jsr/detail?id=299</ulink>.
</para>
</chapter>
Modified: trunk/cdi/docs/reference/en-US/adding_cdi_support.xml
===================================================================
--- trunk/cdi/docs/reference/en-US/adding_cdi_support.xml 2012-05-08 00:52:06 UTC (rev 40832)
+++ trunk/cdi/docs/reference/en-US/adding_cdi_support.xml 2012-05-08 03:46:10 UTC (rev 40833)
@@ -38,7 +38,7 @@
</mediaobject>
</figure>
<para>
- From the <guilabel>Project Facets</guilabel> screen, add CDI to the project by selecting the checkbox beside the facet <guimenuitem>CDI (Contexts and Dependency Injection) </guimenuitem>. Clcik the <guibutton>OK</guibutton> button to accept the configuration change and return to the project creation wizard.
+ From the <guilabel>Project Facets</guilabel> screen, add CDI to the project by selecting the checkbox beside the facet <guimenuitem>CDI (Contexts and Dependency Injection) </guimenuitem>. Click the <guibutton>OK</guibutton> button to accept the configuration change and return to the project creation wizard.
</para>
<figure id="adding_cdi_support_03">
<title>Adding CDI facet support</title>
Modified: trunk/cdi/docs/reference/en-US/artifact_wizards.xml
===================================================================
--- trunk/cdi/docs/reference/en-US/artifact_wizards.xml 2012-05-08 00:52:06 UTC (rev 40832)
+++ trunk/cdi/docs/reference/en-US/artifact_wizards.xml 2012-05-08 03:46:10 UTC (rev 40833)
@@ -1,7 +1,9 @@
<?xml version='1.0' encoding='utf-8' ?>
- <chapter id="chap-CDI_Tools_Reference_Guide-Artifact_Wizards">
- <title>Artifact wizards</title>
+ <chapter id="chap-CDI_Tools_Reference_Guide-Wizards_and_Dialogs">
+ <title>Wizards and Dialogs</title>
+ <section>
+ <title>Wizards</title>
<para>
A set of wizards are available for creating a range of basic CDI artifacts. The wizards available are for the following types:
</para>
@@ -60,5 +62,44 @@
</textobject>
</mediaobject>
</figure>
+</section>
+<section>
+ <title>Dialogs</title>
+ <section>
+ <title>Open CDI Named Bean</title>
+ <para>
+ The <guilabel>Open CDI Named Bean</guilabel> dialog allows you to open the resource which declares a specified expression language (EL) bean name.
+ </para>
+ <figure id="dialogs_01">
+ <title>Open CDI Named Bean dialog</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/Dialogs/dialogs_01.png" format="PNG" />
+ </imageobject>
+ <textobject>
+ <phrase>
+ Open CDI Named Bean dialog.
+ </phrase>
+ </textobject>
+ </mediaobject>
+ </figure>
+ <para>
+ This dialog is available from the Java EE perspective's tool bar.
+ </para>
+ <figure id="dialogs_02">
+ <title>Toolbar icon</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/Dialogs/dialogs_02.png" format="PNG" />
+ </imageobject>
+ <textobject>
+ <phrase>
+ Toolbar icon.
+ </phrase>
+ </textobject>
+ </mediaobject>
+ </figure>
+ </section>
+</section>
</chapter>
Added: trunk/cdi/docs/reference/en-US/images/Dialogs/dialogs_01.png
===================================================================
(Binary files differ)
Property changes on: trunk/cdi/docs/reference/en-US/images/Dialogs/dialogs_01.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/cdi/docs/reference/en-US/images/Dialogs/dialogs_02.png
===================================================================
(Binary files differ)
Property changes on: trunk/cdi/docs/reference/en-US/images/Dialogs/dialogs_02.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
12 years, 8 months