Skip to content

Commit

Permalink
Published master to GitHub pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Dec 14, 2012
1 parent 6a8550f commit ffb2823
Show file tree
Hide file tree
Showing 2 changed files with 138 additions and 1 deletion.
16 changes: 15 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ <h2>The new enterprise industrial evolution.</h2>
<p>A core framework and next-generation shell for tooling and automation at a command line level; with APIs for integration in IDEs, extending built in functionality with plugins, and scripting for automating repetitive tasks, Forge is a tool every open-source developer should be looking at.</p>
<p>A core framework for rapid-application development in a standards-based environment. Plugins / incremental project enhancement for Java EE, and more.</p>
<p>
<a class='btn btn-primary btn-large' href='#' onclick="_gaq.push(['_trackEvent', 'Downloads', '1.1.2.Final']);document.location.href='https://repository.jboss.org/nexus/service/local/artifact/maven/redirect?r=releases&amp;g=org.jboss.forge&amp;a=forge-distribution&amp;v=1.1.2.Final&amp;e=zip'">Download (1.1.2.Final)</a>
<a class='btn btn-primary btn-large' href='#' onclick="_gaq.push(['_trackEvent', 'Downloads', '1.1.3.Final']);document.location.href='https://repository.jboss.org/nexus/service/local/artifact/maven/redirect?r=releases&amp;g=org.jboss.forge&amp;a=forge-distribution&amp;v=1.1.3.Final&amp;e=zip'">Download (1.1.3.Final)</a>
<a class='btn btn-secondary btn-large' href='/docs/using/'>How to Install</a>
</p>
</div>
Expand Down Expand Up @@ -161,6 +161,20 @@ <h2>Quick Install</h2>
</div>
<div class='span6'>
<h2>News</h2>
<li>
<h3>
<a href='/news/2012/12/14/post-forge-1.html'>Forge 1.1.3.Final Released !</a>
</h3>
<p>
JBoss Forge 1.1.3.Final is now available for download !
Release Notes
Bug

[FORGE-704] &#8211; org.jboss.forge.parser.java.impl.FieldImpl&lt;O&gt; do not handle byte[] class
[FORGE-712] &#8211; Forge has trouble finding some Maven Central artifacts
[FORGE-713]...
</p>
</li>
<li>
<h3>
<a href='/news/2012/09/20/post-forge-1.html'>Forge 1.1.0.Final Released !</a>
Expand Down
123 changes: 123 additions & 0 deletions news/2012/12/14/post-forge-1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,123 @@
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<title>Forge | Forge 1.1.3.Final Released !</title>
<meta content='width=device-width, initial-scale=1.0' name='viewport' />
<style type='text/css'>
/*<![CDATA[*/
body {
padding-top: 60px;
}
/*]]>*/
</style>
<script src='//cdnjs.cloudflare.com/ajax/libs/jquery/1.7.1/jquery.min.js' type='text/javascript'></script>
<link href='/images/favicon.ico' rel='icon' />
<link href='/stylesheets/styles.css' rel='stylesheet' type='text/css' />
<link href='/stylesheets/bootstrap-responsive.min.css' rel='stylesheet' type='text/css' />
<link href='/stylesheets/prettify.css' rel='stylesheet' type='text/css' />
<!--[if lt IE 9]>
<script src='//html5shim.googlecode.com/svn/trunk/html5.js' type='text/javascript'></script>
<![endif]-->
<script src='/javascripts/bootstrap.min.js' type='text/javascript'></script>
<script src='/javascripts/prettify.js' type='text/javascript'></script>
<script type='text/javascript'>
//<![CDATA[
$(document).ready(function() {
$("pre.prettyprint code").removeClass("prettyprint").removeClass("linenums");
prettyPrint();
});
//]]>
</script>
<script type='text/javascript'>
//<![CDATA[
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-34467975-1']);
_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>
<div class='navbar navbar-fixed-top'>
<div class='navbar-inner'>
<div class='container'>
<div class='github-banner hidden-phone'>
<a href='https://github.com/forge/forge.github.com'>
<img alt='Fork me on GitHub' src='https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png' style='position:absolute;top:0;right:0;border:0;' />
</a>
</div>
<a class='btn btn-navbar' data-target='.nav-collapse' data-toggle='collapse'>
<span class='icon-bar'></span>
<span class='icon-bar'></span>
<span class='icon-bar'></span>
</a>
<a class='brand' href='/index.html'>Forge</a>
<div class='nav-collapse'>
<ul class='nav'>
<li>
<a href='/index.html'>Home</a>
</li>
<li>
<a href='/docs/index.html'>Documentation</a>
</li>
<li>
<a href='/team.html'>Team</a>
</li>
<li>
<a href='https://community.jboss.org/en/forge'>Forums</a>
</li>
<li>
<a href='/plugins.html'>Plugins</a>
</li>
<li>
<a href='https://issues.jboss.org/browse/FORGE#selectedTab=com.atlassian.jira.plugin.system.project%3Aroadmap-panel' target='roadmap'>Roadmap</a>
</li>
<li>
<a href='/events.html'>Events</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class='content'>
<div class='container'>
<h1><strong>JBoss Forge 1.1.3.Final</strong> is now available for download !</h1>
<h2>Release Notes</h2>
<h3> Bug</h3>
<ul>
<li>[<a href='https://issues.jboss.org/browse/FORGE-704'><span class="caps">FORGE</span>-704</a>] &#8211; org.jboss.forge.parser.java.impl.FieldImpl&lt;O&gt; do not handle byte[] class</li>
<li>[<a href='https://issues.jboss.org/browse/FORGE-712'><span class="caps">FORGE</span>-712</a>] &#8211; Forge has trouble finding some Maven Central artifacts</li>
<li>[<a href='https://issues.jboss.org/browse/FORGE-713'><span class="caps">FORGE</span>-713</a>] &#8211; Reverse-side of self-referenced entity not generated</li>
<li>[<a href='https://issues.jboss.org/browse/FORGE-714'><span class="caps">FORGE</span>-714</a>] &#8211; FieldPlugin should check if field already exists in target</li>
<li>[<a href='https://issues.jboss.org/browse/FORGE-717'><span class="caps">FORGE</span>-717</a>] &#8211; GitIgnorePluginTest fails when running in maven</li>
</ul>

<h3> Enhancement</h3>
<ul>
<li>[<a href='https://issues.jboss.org/browse/FORGE-706'><span class="caps">FORGE</span>-706</a>] &#8211; Support for .gitignore creation</li>
</ul>

<h3> Feature Request</h3>
<ul>
<li>[<a href='https://issues.jboss.org/browse/FORGE-559'><span class="caps">FORGE</span>-559</a>] &#8211; Add support for listing or navigating the contents of a jar file</li>
</ul>

<p><a href='#' onclick="_gaq.push(['_trackEvent', 'Downloads', '1.1.3.Final']);document.location.href='https://repository.jboss.org/nexus/service/local/artifact/maven/redirect?r=releases&g=org.jboss.forge&a=forge-distribution&v=1.1.3.Final&e=zip';return false;">Grab it</a> while is hot and amaze everyone with this new version!</p>
<p>You can also automatically update your current forge installation by typing the following command inside a Forge console:</p>
<pre class="prettyprint"><code class="prettyprint">forge update</code></pre>
<p>Happy Forging and we welcome your feedback!</p>
<p><em>-The Forge Team</em></p>
</div>
<hr />
<footer>
<p>&copy; JBoss 2012</p>
</footer>
</div>
</body>
</html>

0 comments on commit ffb2823

Please sign in to comment.