JBoss Tools SVN: r37261 - branches/jbosstools-3.3.0.M5/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/model.
by jbosstools-commits@lists.jboss.org
Author: snjeza
Date: 2011-12-13 05:37:42 -0500 (Tue, 13 Dec 2011)
New Revision: 37261
Modified:
branches/jbosstools-3.3.0.M5/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/model/ProjectUtil.java
Log:
JBIDE-9850 feeds should be cached so it doesnt show blank when opening up the second time
Modified: branches/jbosstools-3.3.0.M5/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/model/ProjectUtil.java
===================================================================
--- branches/jbosstools-3.3.0.M5/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/model/ProjectUtil.java 2011-12-13 10:14:08 UTC (rev 37260)
+++ branches/jbosstools-3.3.0.M5/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/model/ProjectUtil.java 2011-12-13 10:37:42 UTC (rev 37261)
@@ -518,6 +518,11 @@
return file;
}
}
+ if (urlModified == 0) {
+ if (file.exists()) {
+ return file;
+ }
+ }
if (file.exists()) {
long modified = file.lastModified();
if (urlModified == modified) {
14 years, 4 months
JBoss Tools SVN: r37260 - trunk/documentation/whatsnew/maven.
by jbosstools-commits@lists.jboss.org
Author: fbricon
Date: 2011-12-13 05:14:08 -0500 (Tue, 13 Dec 2011)
New Revision: 37260
Modified:
trunk/documentation/whatsnew/maven/maven-news-3.3.0.M5.html
Log:
JBIDE-10386 : maven quickfixes N&N
Modified: trunk/documentation/whatsnew/maven/maven-news-3.3.0.M5.html
===================================================================
--- trunk/documentation/whatsnew/maven/maven-news-3.3.0.M5.html 2011-12-13 10:04:36 UTC (rev 37259)
+++ trunk/documentation/whatsnew/maven/maven-news-3.3.0.M5.html 2011-12-13 10:14:08 UTC (rev 37260)
@@ -37,6 +37,8 @@
<td valign="top" align="left">
<a name="itemname1" id="itemname1"></a><b>Quick fixes for missing JBoss / Red Hat dependencies </b></td>
<td valign="top">
+ If, for some reason, you imported a project having some JBoss dependencies, but the JBoss repositories themselves are not defined in the pom.xml,
+ there's a chance maven won't be able to resolve the dependencies unless the required repositories are defined in your settings.xml.
<p>If a missing dependency groupId is prefixed with "org.jboss", the associated error marker will propose the following quick fix :
"See how to setup JBoss repositories in your settings.xml" and will open <a href="http://community.jboss.org/wiki/MavenGettingStarted-Users">http://community.jboss.org/wiki/MavenGettingStarted-Users</a>
in the browser :
14 years, 4 months
JBoss Tools SVN: r37259 - in trunk/documentation/whatsnew: maven and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: fbricon
Date: 2011-12-13 05:04:36 -0500 (Tue, 13 Dec 2011)
New Revision: 37259
Added:
trunk/documentation/whatsnew/images/jboss-maven-quickfix.png
trunk/documentation/whatsnew/images/redhat-maven-quickfix.png
trunk/documentation/whatsnew/maven/maven-news-3.3.0.M5.html
Log:
JBIDE-10386 : maven quickfixes N&N
Added: trunk/documentation/whatsnew/images/jboss-maven-quickfix.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/images/jboss-maven-quickfix.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/images/redhat-maven-quickfix.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/images/redhat-maven-quickfix.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/maven/maven-news-3.3.0.M5.html
===================================================================
--- trunk/documentation/whatsnew/maven/maven-news-3.3.0.M5.html (rev 0)
+++ trunk/documentation/whatsnew/maven/maven-news-3.3.0.M5.html 2011-12-13 10:04:36 UTC (rev 37259)
@@ -0,0 +1,71 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Language" content="en-us" />
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<link rel="stylesheet" href="../whatsnew.css" />
+<title>What's New in Maven Tools</title>
+<script type="text/javascript">
+
+ var _gaq = _gaq || [];
+ _gaq.push(['_setAccount', 'UA-17645367-5']);
+ _gaq.push(['_trackPageview']);
+
+ (function() {
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+ })();
+
+</script></head>
+<body>
+<h1>Maven Tools</h1>
+
+<p align="right"><a href="../index.html">< Main Index</a> <a
+href="../hibernate/hibernate-news-3.5.0.M5.html">Hibernate Tools ></a></p>
+<table border="0" cellpadding="10" cellspacing="0" width="80%">
+ <tr>
+ <td colspan="2">
+ <hr />
+ <h3>JBoss Maven Integration</h3>
+ <hr />
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left">
+ <a name="itemname1" id="itemname1"></a><b>Quick fixes for missing JBoss / Red Hat dependencies </b></td>
+ <td valign="top">
+ <p>If a missing dependency groupId is prefixed with "org.jboss", the associated error marker will propose the following quick fix :
+ "See how to setup JBoss repositories in your settings.xml" and will open <a href="http://community.jboss.org/wiki/MavenGettingStarted-Users">http://community.jboss.org/wiki/MavenGettingStarted-Users</a>
+ in the browser :
+ </p>
+ <img src="../images/jboss-maven-quickfix.png" />
+
+ <p>Similarly, if the missing dependency version contains "-redhat", the quick fix label will be "See how to setup JBoss Enterprise repositories in your settings.xml"
+ and will open <a href="http://community.jboss.org/wiki/SettingUpTheJBossEnterpriseRepositories">http://community.jboss.org/wiki/SettingUpTheJBossEnterpriseRepositories</a> :
+ </p>
+ <img src="../images/redhat-maven-quickfix.png" />
+
+ <small>
+ See <a href="https://issues.jboss.org/browse/JBIDE-9921">JBIDE-9921</a> for more details.
+
+ </small></p>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2">
+ <hr/>
+ </td>
+ </tr>
+
+
+</table>
+
+</body>
+
+</html>
+
+
14 years, 4 months
JBoss Tools SVN: r37258 - in trunk/documentation/whatsnew: forge and 2 other directories.
by jbosstools-commits@lists.jboss.org
Author: koen.aers(a)jboss.com
Date: 2011-12-13 04:49:41 -0500 (Tue, 13 Dec 2011)
New Revision: 37258
Added:
trunk/documentation/whatsnew/forge/forge-news-3.3.0.M5.html
trunk/documentation/whatsnew/forge/images/3.3.0.M5/
trunk/documentation/whatsnew/forge/images/3.3.0.M5/open_file.png
trunk/documentation/whatsnew/forge/images/3.3.0.M5/pick_up.png
trunk/documentation/whatsnew/forge/images/3.3.0.M5/show_in_forge_console.png
trunk/documentation/whatsnew/forge/images/3.3.0.M5/show_in_result.png
trunk/documentation/whatsnew/forge/images/3.3.0.M5/show_in_shortcut.png
Modified:
trunk/documentation/whatsnew/index.html
Log:
JBIDE-10387: Forge Component N&N
Added: trunk/documentation/whatsnew/forge/forge-news-3.3.0.M5.html
===================================================================
--- trunk/documentation/whatsnew/forge/forge-news-3.3.0.M5.html (rev 0)
+++ trunk/documentation/whatsnew/forge/forge-news-3.3.0.M5.html 2011-12-13 09:49:41 UTC (rev 37258)
@@ -0,0 +1,94 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Language" content="en-us" />
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<link rel="stylesheet" href="../whatsnew.css"/>
+<title>Forge Tools 3.3.0.M5 What's New</title>
+<script type="text/javascript">
+
+ var _gaq = _gaq || [];
+ _gaq.push(['_setAccount', 'UA-17645367-5']);
+ _gaq.push(['_trackPageview']);
+
+ (function() {
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+ })();
+
+</script></head>
+<body>
+<h1>Forge Tools 3.3.0.M5 What's New</h1>
+
+ <p align="right"><a href="../index.html">< Main Index</a> <a
+ href="../index.html">Other ></a></p>
+
+
+<table border="0" cellpadding="10" cellspacing="0" width="80%">
+
+ <tr>
+ <td colspan="2">
+ <hr/>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="right"><a name="itemname3" id="itemname3"></a><b>New Embedded Forge Runtime</b></td>
+ <td valign="top">
+ <p>The embedded runtime is now a snapshot Forge build from the 7th of December 2011.</p>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <hr/>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="right"><a name="itemname3" id="itemname3"></a><b>Support for the 'open' Command</b></td>
+ <td valign="top">
+ <p>The 'open' command is now intercepted and the default Forge runtime behaviour is slightly modified. As expected, if the resource is a file Forge opens it in an editor. Before M5, this editor was external to the workbench. This is unwanted behavior and is now changed to open an editor in the workbench. If the resource is a folder in the workspace, this folder is selected and expanded in the Project and/or Package Explorer views. If the resource is a folder outside the workspace it will be selected and expanded in the Remote Systems Explorer view if this view is installed. </p>
+ <p><img src="images/3.3.0.M5/open_file.png"/></p>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <hr/>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="right"><a name="itemname3" id="itemname3"></a><b>Support for the 'pick-up' command</b></td>
+ <td valign="top">
+ <p>Issuing the 'pick-up' command will now automatically result not only in a change in the Forge runtime context but also in opening the resource. This means that a workbench editor will open if the resource is a file or that the folder will be expanded and selected in the Project and/or Package explorer views if the resource is a folder. Just like with the 'open' command above, the Remote Systems view will be used if the resource is outside of the workspace.</p>
+ <p><img src="images/3.3.0.M5/pick_up.png"/></p>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <hr/>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="right"><a name="itemname3" id="itemname3"></a><b>'Show In Forge Console'</b></td>
+ <td valign="top">
+ <p>A very nice feature we have added is the so called 'Show In Forge Console' feature. Bringing up the context menu and then selecting the 'Show In' menu on a selected item in the Project or Package explorer will contain an entry labeled 'Forge Console'. </p>
+ <p><img src="images/3.3.0.M5/show_in_forge_console.png"/></p>
+ <p>Selecting this entry will result in the Forge Console automatically issuing the 'pick-up' command and changing the current Forge runtime context to the selected resource and performing the other behaviour mentioned earlier.</p>
+ <p><img src="images/3.3.0.M5/show_in_result.png"/></p>
+ <p>An alternative for this behavior is to use the toolbar button or the dropdown menu of the Forge Console view.</p>
+ <p><img src="images/3.3.0.M5/show_in_shortcut.png"/></p>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <hr/>
+ </td>
+ </tr>
+</table>
+
+</body>
+
+</html>
+
+
Property changes on: trunk/documentation/whatsnew/forge/forge-news-3.3.0.M5.html
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/documentation/whatsnew/forge/images/3.3.0.M5/open_file.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/forge/images/3.3.0.M5/open_file.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/forge/images/3.3.0.M5/pick_up.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/forge/images/3.3.0.M5/pick_up.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/forge/images/3.3.0.M5/show_in_forge_console.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/forge/images/3.3.0.M5/show_in_forge_console.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/forge/images/3.3.0.M5/show_in_result.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/forge/images/3.3.0.M5/show_in_result.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/forge/images/3.3.0.M5/show_in_shortcut.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/forge/images/3.3.0.M5/show_in_shortcut.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: trunk/documentation/whatsnew/index.html
===================================================================
--- trunk/documentation/whatsnew/index.html 2011-12-13 09:46:15 UTC (rev 37257)
+++ trunk/documentation/whatsnew/index.html 2011-12-13 09:49:41 UTC (rev 37258)
@@ -34,6 +34,13 @@
</tr>
<tr>
<td valign="top" align="left">
+ <p align="right"><b>3.3.0.M5</b>
+ <td valign="top">
+ <p><a href="forge/forge-news-3.3.0.M5.html">Forge Tools</a></p>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left">
<p align="right"><b>3.3.0.M4</b>
<td valign="top">
<p><a href="core/core-news-3.3.0.M4.html">Core/General</a></p>
14 years, 4 months
JBoss Tools SVN: r37257 - in trunk/documentation/whatsnew/core: images and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: fbricon
Date: 2011-12-13 04:46:15 -0500 (Tue, 13 Dec 2011)
New Revision: 37257
Added:
trunk/documentation/whatsnew/core/core-news-3.3.0.M5.html
trunk/documentation/whatsnew/core/images/materialization_warning.png
Log:
JBIDE-10386 : Classpath Library Materialization N&N
Added: trunk/documentation/whatsnew/core/core-news-3.3.0.M5.html
===================================================================
--- trunk/documentation/whatsnew/core/core-news-3.3.0.M5.html (rev 0)
+++ trunk/documentation/whatsnew/core/core-news-3.3.0.M5.html 2011-12-13 09:46:15 UTC (rev 37257)
@@ -0,0 +1,82 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Language" content="en-us" />
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<link rel="stylesheet" href="../whatsnew.css"/>
+<title>Core/Common 3.3.0.M5 What's New</title>
+<script type="text/javascript">
+
+ var _gaq = _gaq || [];
+ _gaq.push(['_setAccount', 'UA-17645367-5']);
+ _gaq.push(['_trackPageview']);
+
+ (function() {
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+ })();
+
+</script></head>
+<body>
+<h1>Core/Common 3.3.0.M5 What's New</h1>
+
+<p align="right"><a href="../index.html">< Main Index</a>
+<a href="../jst/jst-news-3.3.0.M5.html">JST/JSF 3.3.0.M5 ></a>
+</p>
+
+<table border="0" cellpadding="10" cellspacing="0" width="80%">
+ <tr>
+ <td colspan="2">
+ <hr/>
+ <h3>General</h3>
+ <hr/>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="right">
+ <a name="itemnam1e" id="itemname1"></a><b>Materializing Classpath Library improvements</b>
+ </td>
+ <td width="70%" valign="top">
+ <p>
+ A few improvements were made to the Materialize Classpath Libraries feature, introduced in <a href="core-news-3.3.0.M4.html"> JBoss Tools 3.3.0.M4</a>
+
+ <ul>
+ <li>The "Copy as" column, which allows you to rename the copied file in it's destination folder, is now editable under Windows.</li>
+ <li>There is a new option to retain the "source" attachment to classpath entries. Since these links contain the hard-coded path to the source file, it's disabled by default.</li>
+ <li>A warning is displayed if you're about to materialize the Maven Classpath Library, as this will also remove the Maven nature from the project.</li>
+ <li>When the Maven nature is removed from the project, the exclusion patterns on the resource folders (**) are also removed.</li>
+ <li>The wizard tries to best guess the destination folder location : if it's a web project, it'll use either <strong><project>/src/main/webapp/lib</strong>
+ or <strong><project>/WebContent/lib</strong>, depending on what folder already exists. For other projects, it'll use <strong><project>/lib</strong> by default</li>
+ <!
/ul>
+ </p>
+ <img src="images/materialization_warning.png" />
+
+ <p>Again, feedbacks on this feature are very welcome. You can follow existing related issues using this <a href="https://issues.jboss.org/secure/IssueNavigator.jspa?reset=true&jqlQuery=l...">link</a>. Please use the "materialize_library" label when submitting new issues.</p>
+<p></p>
+
+ <p><small>Related Jiras : <a href="https://issues.jboss.org/browse/JBIDE-10125">JBIDE-10125</a>,
+ <a href="https://issues.jboss.org/browse/JBIDE-10015">JBIDE-10015</a>,
+ <a href="https://issues.jboss.org/browse/JBIDE-9878">JBIDE-9878</a>,
+ <a href="https://issues.jboss.org/browse/JBIDE-9879">JBIDE-9879</a>,
+ <a href="https://issues.jboss.org/browse/JBIDE-9996">JBIDE-9996</a>
+
+
+ </small></p>
+
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2">
+ <hr />
+ </td>
+ </tr>
+
+</table>
+
+</body>
+
+</html>
Added: trunk/documentation/whatsnew/core/images/materialization_warning.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/core/images/materialization_warning.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
14 years, 4 months
JBoss Tools SVN: r37256 - in trunk/documentation/whatsnew/openshift: images and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: fbricon
Date: 2011-12-13 03:54:20 -0500 (Tue, 13 Dec 2011)
New Revision: 37256
Added:
trunk/documentation/whatsnew/openshift/images/openshift-profile.png
trunk/documentation/whatsnew/openshift/openshift-news-2.3.0.M5.html
Log:
JBIDE-10386 : add new openshift maven profile N&N
Added: trunk/documentation/whatsnew/openshift/images/openshift-profile.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/openshift/images/openshift-profile.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/openshift/openshift-news-2.3.0.M5.html
===================================================================
--- trunk/documentation/whatsnew/openshift/openshift-news-2.3.0.M5.html (rev 0)
+++ trunk/documentation/whatsnew/openshift/openshift-news-2.3.0.M5.html 2011-12-13 08:54:20 UTC (rev 37256)
@@ -0,0 +1,79 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Language" content="en-us" />
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<link rel="stylesheet" href="../whatsnew.css" />
+<title>OpenShift Tools 2.3.0.M5 What's New</title>
+<script type="text/javascript">
+
+ var _gaq = _gaq || [];
+ _gaq.push(['_setAccount', 'UA-17645367-5']);
+ _gaq.push(['_trackPageview']);
+
+ (function() {
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+ })();
+
+</script></head>
+<body>
+<h1>OpenShift 2.3.0.M5 What's New</h1>
+
+<p align="right"><a href="../index.html">< Main Index</a> <a
+ href="../esb/esb-news-1.5.1.M4.html">ESB Tools
+ ></a></p>
+ <table border="0" cellpadding="10" cellspacing="0" width="80%">
+ <tr>
+ <td colspan="2">
+ <hr/>
+ <h3>Maven pom.xml editor</h3>
+ <hr/>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left"><a name="itemname3" id="itemname3"></a><b>New OpenShift Express profile template</b></td>
+ <td valign="top">
+ If you want to deploy your Web application to OpenShift Express, you will need to define an <strong><i>openshift</i></strong> maven profile.
+ It basically configures the maven build to generate a ROOT.war archive in the deployments folder of your project.
+ <p>
+ In the pom.xml editor, create a <profiles> section if it doesn't exist and press <strong>CTRL+<space></strong> to trigger auto-completion,
+ an OpenShift Express Maven profile template is now available :
+ </p>
+ <p></p><img src="images/openshift-profile.png" alt="new OpenShift Express maven profile template"/></p>
+ Press enter to select and insert the <strong><i>openshift</i></strong> profile in your pom.xml.
+ <p><small><a href="https://issues.jboss.org/browse/JBIDE-10354">Related Jira</a></small></p>
+ </td>
+ </tr>
+ <!--
+ <tr>
+ <td colspan="2">
+ <hr/>
+ <h3>OpenShift Express REST client</h3>
+ <hr/>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left"><a name="itemname3" id="itemname3"></a><b>REST Client</b></td>
+ <td valign="top">
+ We also developed a client for the OpenShift Express REST service. It pretty much offers all features that
+ are currently available in the rhc-* command line tools (create/rename a domain, create/destroy applications,
+ list all existing applications, available cartridges, read the application log etc.). <br/>
+ Even though it's pretty new, it's code base is pretty well tested since it's well covered by unit-tests and
+ used in our application wizard and the <a href="https://github.com/forge/plugin-openshift-express">Forge OpenShift Express plugin</a>.
+ The plug-in is currently still an osgi bundle, but we will strip its Eclipse dependencies and move it to github
+ at some point.</br>
+ You may check the current code in our <a href="http://anonsvn.jboss.org/repos/jbosstools/trunk/openshift/plugins/org.jbo...">SVN</a>.
+ <p><small><a href="https://issues.jboss.org/browse/JBIDE-9591">Related Jira</a></small></p>
+ </td>
+ </tr>
+ -->
+ </table>
+</body>
+
+</html>
+
+
14 years, 4 months
JBoss Tools SVN: r37255 - trunk/documentation/guides/GettingStartedGuide/en-US.
by jbosstools-commits@lists.jboss.org
Author: irooskov(a)redhat.com
Date: 2011-12-12 23:48:58 -0500 (Mon, 12 Dec 2011)
New Revision: 37255
Modified:
trunk/documentation/guides/GettingStartedGuide/en-US/Book_Info.xml
Log:
updated for brew
Modified: trunk/documentation/guides/GettingStartedGuide/en-US/Book_Info.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/en-US/Book_Info.xml 2011-12-13 04:46:46 UTC (rev 37254)
+++ trunk/documentation/guides/GettingStartedGuide/en-US/Book_Info.xml 2011-12-13 04:48:58 UTC (rev 37255)
@@ -8,7 +8,7 @@
<productname>JBoss Developer Studio</productname>
<productnumber>5.0</productnumber>
<edition>5.0.0</edition>
-<pubsnumber>2</pubsnumber>
+<pubsnumber>3</pubsnumber>
<abstract>
<para>The Getting Started Guide explains the JBoss Developer Studio.</para>
</abstract>
14 years, 4 months
JBoss Tools SVN: r37254 - in trunk/documentation/guides/GettingStartedGuide/en-US: images/getting_started and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: irooskov(a)redhat.com
Date: 2011-12-12 23:46:46 -0500 (Mon, 12 Dec 2011)
New Revision: 37254
Added:
trunk/documentation/guides/GettingStartedGuide/en-US/images/getting_started/jboss_central_10.png
trunk/documentation/guides/GettingStartedGuide/en-US/images/getting_started/jboss_central_11.png
trunk/documentation/guides/GettingStartedGuide/en-US/images/getting_started/jboss_central_12.png
Modified:
trunk/documentation/guides/GettingStartedGuide/en-US/getting_started.xml
Log:
updated with new JBoss Central screens and content
Modified: trunk/documentation/guides/GettingStartedGuide/en-US/getting_started.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/en-US/getting_started.xml 2011-12-13 04:23:54 UTC (rev 37253)
+++ trunk/documentation/guides/GettingStartedGuide/en-US/getting_started.xml 2011-12-13 04:46:46 UTC (rev 37254)
@@ -153,7 +153,7 @@
</mediaobject>
</figure>
<para>
- From the <guilabel>Create Projects</guilabel> section you can create a <guilabel>Dynamic Web Project</guilabel>, <guilabel>Seam 2 Web Project</guilabel>, <guilabel>Maven Project</guilabel> or any one of many <guilabel>Project Examples</guilabel>. To access a complete list of projects you can create, click on the window icon at the top-right of the <guilabel>Create Projects</guilabel> section <inlinemediaobject>
+ From the <guilabel>Create Projects</guilabel> section you can create a <guilabel>Dynamic Web Project</guilabel>, <guilabel>OpenShift Express Application</guilabel>, <guilabel>Java EE Web Project</guilabel>, <guilabel>Java EE Project</guilabel>, <guilabel>HTML5 Project</guilabel>, <guilabel>Spring MVC Project</guilabel>, <guilabel>RichFaces Project</guilabel>, or any one of many <guilabel>Project Examples</guilabel>. To access a complete list of projects you can create, click on the window icon at the top-right of the <guilabel>Create Projects</guilabel> section <inlinemediaobject>
<imageobject>
<imagedata fileref="images/getting_started/jboss_central_icon_01.png"/>
</imageobject>
@@ -168,7 +168,7 @@
</mediaobject>
</figure>
<para>
- Under the <guilabel>Project Examples</guilabel> section you can expand and view <guilabel>Java EE 6 Quickstarts</guilabel>, <guilabel>JBoss AS 7 Quickstarts</guilabel> and <guilabel>Seam 2 Tutorials</guilabel>.
+ Under the <guilabel>Project Examples</guilabel> section you can expand and view <guilabel>JBoss Quickstarts</guilabel>. Each quickstart is an example to assist first time users.
</para>
<figure>
<title>Project Examples</title>
@@ -236,15 +236,45 @@
</mediaobject>
</figure>
<para>
- The final button <inlinemediaobject>
- <imageobject>
- <imagedata fileref="images/getting_started/jboss_central_icon_06.png"/>
- </imageobject>
- </inlinemediaobject> refreshes the <guilabel>Project Examples</guilabel> list.
+ The final button <inlinemediaobject>
+ <imageobject>
+ <imagedata fileref="images/getting_started/jboss_central_icon_06.png"/>
+ </imageobject>
+ </inlinemediaobject> refreshes the <guilabel>Project Examples</guilabel> list.
</para>
<para>
+ The <guilabel>Documentation</guilabel> section of JBoss Central contains links to help materials such as reference guides, user forums and documentation concerning new features.
+ </para>
+ <figure>
+ <title>Documentation links</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/getting_started/jboss_central_10.png" scale="90"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>
If you do not wish to see JBoss Central at every startup, you can deselect the checkbox <guilabel>Show on Startup</guilabel> in the <guilabel>Settings</guilabel> section.
</para>
+ <figure>
+ <title>Settings section</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/getting_started/jboss_central_11.png" scale="90"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>
+ The <guilabel>News</guilabel> and <guilabel>Blogs</guilabel> sections are updated automatically, bringing you the latest information concerning JBoss technologies.
+ </para>
+ <figure>
+ <title>News and Blogs sections</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/getting_started/jboss_central_12.png" scale="90"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
</section>
<section id="Support">
<?dbhtml filename="Support.html"?>
Added: trunk/documentation/guides/GettingStartedGuide/en-US/images/getting_started/jboss_central_10.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/GettingStartedGuide/en-US/images/getting_started/jboss_central_10.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/guides/GettingStartedGuide/en-US/images/getting_started/jboss_central_11.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/GettingStartedGuide/en-US/images/getting_started/jboss_central_11.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/guides/GettingStartedGuide/en-US/images/getting_started/jboss_central_12.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/GettingStartedGuide/en-US/images/getting_started/jboss_central_12.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
14 years, 4 months
JBoss Tools SVN: r37253 - trunk/openshift/docs/reference/en-US.
by jbosstools-commits@lists.jboss.org
Author: irooskov(a)redhat.com
Date: 2011-12-12 23:23:54 -0500 (Mon, 12 Dec 2011)
New Revision: 37253
Modified:
trunk/openshift/docs/reference/en-US/Book_Info.xml
Log:
updated for brew
Modified: trunk/openshift/docs/reference/en-US/Book_Info.xml
===================================================================
--- trunk/openshift/docs/reference/en-US/Book_Info.xml 2011-12-13 03:59:27 UTC (rev 37252)
+++ trunk/openshift/docs/reference/en-US/Book_Info.xml 2011-12-13 04:23:54 UTC (rev 37253)
@@ -13,7 +13,7 @@
<edition>5.0.0</edition>
- <pubsnumber>1</pubsnumber>
+ <pubsnumber>2</pubsnumber>
<abstract>
<para>
14 years, 4 months
JBoss Tools SVN: r37252 - trunk/documentation/guides/GettingStartedGuide/en-US/images/getting_started.
by jbosstools-commits@lists.jboss.org
Author: irooskov(a)redhat.com
Date: 2011-12-12 22:59:27 -0500 (Mon, 12 Dec 2011)
New Revision: 37252
Modified:
trunk/documentation/guides/GettingStartedGuide/en-US/images/getting_started/jboss_central_01.png
trunk/documentation/guides/GettingStartedGuide/en-US/images/getting_started/jboss_central_04.png
trunk/documentation/guides/GettingStartedGuide/en-US/images/getting_started/jboss_central_05.png
trunk/documentation/guides/GettingStartedGuide/en-US/images/getting_started/jboss_central_06.png
Log:
updated jboss central screenshots - text update to come
Modified: trunk/documentation/guides/GettingStartedGuide/en-US/images/getting_started/jboss_central_01.png
===================================================================
(Binary files differ)
Modified: trunk/documentation/guides/GettingStartedGuide/en-US/images/getting_started/jboss_central_04.png
===================================================================
(Binary files differ)
Modified: trunk/documentation/guides/GettingStartedGuide/en-US/images/getting_started/jboss_central_05.png
===================================================================
(Binary files differ)
Modified: trunk/documentation/guides/GettingStartedGuide/en-US/images/getting_started/jboss_central_06.png
===================================================================
(Binary files differ)
14 years, 4 months