Author: koen.aers(a)jboss.com
Date: 2012-10-09 09:49:23 -0400 (Tue, 09 Oct 2012)
New Revision: 44377
Added:
trunk/documentation/whatsnew/forge/forge-news-4.0.0.Alpha2.html
trunk/documentation/whatsnew/forge/images/4.0.0.Alpha2/
trunk/documentation/whatsnew/forge/images/4.0.0.Alpha2/about.png
trunk/documentation/whatsnew/forge/images/4.0.0.Alpha2/debug-exec.png
trunk/documentation/whatsnew/forge/images/4.0.0.Alpha2/debug-pref.png
trunk/documentation/whatsnew/forge/images/4.0.0.Alpha2/debug-source.png
Modified:
trunk/documentation/whatsnew/examples/examples-news-4.0.0.Alpha2.html
trunk/documentation/whatsnew/index.html
Log:
JBIDE-12687: Forge Tools N&N
Modified: trunk/documentation/whatsnew/examples/examples-news-4.0.0.Alpha2.html
===================================================================
--- trunk/documentation/whatsnew/examples/examples-news-4.0.0.Alpha2.html 2012-10-09
13:47:21 UTC (rev 44376)
+++ trunk/documentation/whatsnew/examples/examples-news-4.0.0.Alpha2.html 2012-10-09
13:49:23 UTC (rev 44377)
@@ -23,7 +23,8 @@
<body>
<h1>Examples 4.0.0.Alpha2 What's New</h1>
<p align="right"><a
-href="../vpe/vpe-news-4.0.0.Alpha2.html">< Visual Editor</a>
<a href="../index.html"> Main Index ></a>
+href="../vpe/vpe-news-4.0.0.Alpha2.html">< Visual Editor</a>
<a
+ href="../forge/forge-news-4.0.0.Alpha2.html">Forge Tools
></a>
</p>
<table border="0" cellpadding="10" cellspacing="0"
width="80%">
Added: trunk/documentation/whatsnew/forge/forge-news-4.0.0.Alpha2.html
===================================================================
--- trunk/documentation/whatsnew/forge/forge-news-4.0.0.Alpha2.html
(rev 0)
+++ trunk/documentation/whatsnew/forge/forge-news-4.0.0.Alpha2.html 2012-10-09 13:49:23
UTC (rev 44377)
@@ -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>Forge Tools 4.0.0.Alpha2 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 4.0.0.Alpha2 What's New</h1>
+
+ <p align="right">
+ <a href="../examples/examples-news-4.0.0.Alpha2.html"> < Project
Examples</a>
+ <a href="../index.html">Main Index ></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 Forge 1.0.6.Final!</p>
+ <p align="center"><img src="images/4.0.0.Alpha2/about.png"
/></p>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <hr/>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="right"><a
name="itemname3" id="itemname3"></a><b>Launch Forge in
Debug Mode</b></td>
+ <td valign="top">
+ <p>A new toggle allows the users to start Forge in debug mode.</p>
+ <p align="center"><img
src="images/4.0.0.Alpha2/debug-pref.png"/></p>
+ <p>This feature is especially useful for developers that are working on new
Forge plugin projects.
+ Now it is possible to install and execute these plugins and debug them from within
JBoss Tools. </p>
+ <p align="center"><img
src="images/4.0.0.Alpha2/debug-exec.png"/></p>
+ <p>A number of improvements for this feature is already on the wishlist though.
+ Currently the source lookup path has to be respecified at every Forge startup. As shown
below, this
+ is usually only a matter of adding the projects in the current workspace.</p>
+ <p align="center"><img
src="images/4.0.0.Alpha2/debug-source.png"/></p>
+ <p>An obvious improvement would consequently be to save this source lookup path
between Forge launches.
+ Another improvements would be hot code replacement to make the turnaround time
shorter.</p>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <hr/>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <hr/>
+ </td>
+ </tr>
+</table>
+
+</body>
+
+</html>
+
+
Property changes on: trunk/documentation/whatsnew/forge/forge-news-4.0.0.Alpha2.html
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/documentation/whatsnew/forge/images/4.0.0.Alpha2/about.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/forge/images/4.0.0.Alpha2/about.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/forge/images/4.0.0.Alpha2/debug-exec.png
===================================================================
(Binary files differ)
Property changes on:
trunk/documentation/whatsnew/forge/images/4.0.0.Alpha2/debug-exec.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/forge/images/4.0.0.Alpha2/debug-pref.png
===================================================================
(Binary files differ)
Property changes on:
trunk/documentation/whatsnew/forge/images/4.0.0.Alpha2/debug-pref.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/forge/images/4.0.0.Alpha2/debug-source.png
===================================================================
(Binary files differ)
Property changes on:
trunk/documentation/whatsnew/forge/images/4.0.0.Alpha2/debug-source.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: trunk/documentation/whatsnew/index.html
===================================================================
--- trunk/documentation/whatsnew/index.html 2012-10-09 13:47:21 UTC (rev 44376)
+++ trunk/documentation/whatsnew/index.html 2012-10-09 13:49:23 UTC (rev 44377)
@@ -57,6 +57,7 @@
<p><a
href="usage/usage-news-4.0.0.Alpha2.html">Usage</a></p>
<p><a href="vpe/vpe-news-4.0.0.Alpha2.html">Visual Page
Editor/BrowserSim</a></p>
<p><a href="examples/examples-news-4.0.0.Alpha2.html">Project
Examples</a></p>
+ <p><a href="forge/forge-news-4.0.0.Alpha2.html">Forge
Tools</a></p>
</td>
</tr>
<tr>