Skip to content

Commit

Permalink
Updated for 1.2.2.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Mar 8, 2013
1 parent 703d1e5 commit 6a41a55
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 22 deletions.
45 changes: 23 additions & 22 deletions index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ layout: base
.container
.container.hidden-phone
.row{:style=>'margin-bottom: 45px;'}
%p
%center
%img{:src=>'/images/forge.png'}
.row
%p
%center
%img{:src=>'/images/forge.png'}
.row
.span6
.row
.span6
Expand All @@ -16,43 +16,43 @@ layout: base
.span6
%center
%h2
%span Follow Forge on Twitter
%span Follow Forge on Twitter
%a{ :href =>'http://twitter.com/jbossforge'} @JBossForge
.span6
.hero-unit
%h2 The new enterprise industrial evolution.
%h2 The new enterprise industrial evolution.
%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 A core framework for rapid-application development in a standards-based environment. Plugins / incremental project enhancement for Java EE, and more.
%p
%a.btn.btn-primary.btn-large{ :href =>'#', :onclick=>'_gaq.push([\'_trackEvent\', \'Downloads\', \'1.2.1.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.2.1.Final&e=zip\''} Download (1.2.1.Final)
%p
%a.btn.btn-primary.btn-large{ :href =>'#', :onclick=>'_gaq.push([\'_trackEvent\', \'Downloads\', \'1.2.2.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.2.2.Final&e=zip\''} Download (1.2.2.Final)
%a.btn.btn-secondary.btn-large{ :href =>'/docs/using/'} How to Install

.row.visible-phone
%h2 The new enterprise industrial evolution.
%h2 The new enterprise industrial evolution.
%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 repeditive tasks, Forge is a tool every open-source developer should be looking at.

%p A core framework for rapid-application development in a standards-based environment. Plugins / incremental project enhancement for Java EE, and more.
.row
.span6
%h2 Quick Install
%p
%span The fastest and easiest way to install Forge on any operating system is through the use of
%h2 Quick Install
%p
%span The fastest and easiest way to install Forge on any operating system is through the use of
%a{:href=>"http://jboss.org/tools"} JBoss Tools
%span or
%span or
%a{:href=>"https://devstudio.jboss.com/download/"} JBoss Developer Studio
%span, where Forge comes pre-installed and makes use of IDE GUI integration. Alternatively, on OSX, you can also use
%span, where Forge comes pre-installed and makes use of IDE GUI integration. Alternatively, on OSX, you can also use
%a{:href=>"http://mxcl.github.com/homebrew/"} Homebrew
%span to install Forge natively for use on the command-line, via "brew install jboss-forge".
%p
%p
%ol
%li Ensure that you have already installed a Java 6+ JDK.
%li
%a{:href=>'https://repository.jboss.org/nexus/index.html#nexus-search;gav~org.jboss.forge~forge-distribution~1.*.Final~~'} Download
%span and Un-zip Forge (or a recent
%li
%a{:href=>'https://repository.jboss.org/nexus/index.html#nexus-search;gav~org.jboss.forge~forge-distribution~1.*.Final~~'} Download
%span and Un-zip Forge (or a recent
%a{:href=>'https://repository.jboss.org/nexus/index.html#nexus-search;gav~org.jboss.forge~forge-distribution~~~~kw,versionexpand'} snapshot build
%span ) into a folder on your hard-disk, this folder will be your FORGE_HOME
%li
%li
%span Add '$FORGE_HOME/bin' to your path
%span (
%a{:href=>'http://www.google.com/search?q=windows+edit+path'} windows
Expand All @@ -62,14 +62,15 @@ layout: base
%a{:href=>'http://www.google.com/search?q=mac+osx+edit+path'} mac osx
%span )
%li * Consider installing Git and Maven 3.0+ (both optional)
%li Open a command prompt and run 'forge' (if you are on Windows, you will need to run forge.bat unless using a Unix-style terminal)
%li Open a command prompt and run 'forge' (if you are on Windows, you will need to run forge.bat unless using a Unix-style terminal)
.span6
%h2 News
- for post in site.posts
%li
%h3
%a{ :href=>post.url }#{post.title}
- if (post.content.length > 0)
%p{:style=>"color: #666;"}
%p{:style=>"color: #666;"}
%strong #{post.date.year}-#{post.date.month}-#{post.date.day}: #{post.author}
%p= summarize(html_to_text(post.content), 50)

68 changes: 68 additions & 0 deletions news/2013-03-08-post-forge-1.2.2.Final.released.textile
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
---
layout: news
title: Forge 1.2.2.Final Released
author: George Gastaldi
tags: [ website, announcement ]
---

h1. *JBoss Forge 1.2.2.Final* is now available for download !

h2. Release Notes

<h2> Bug
</h2>
<ul>
<li>[<a href='https://issues.jboss.org/browse/FORGE-725'>FORGE-725</a>] - Tests Failing on Windows 7
</li>
<li>[<a href='https://issues.jboss.org/browse/FORGE-787'>FORGE-787</a>] - Forge update is not working correctly in Windows
</li>
<li>[<a href='https://issues.jboss.org/browse/FORGE-799'>FORGE-799</a>] - RunPluginTest fails when there is a space on directory path
</li>
<li>[<a href='https://issues.jboss.org/browse/FORGE-807'>FORGE-807</a>] - Java Parser incorrectly resolves some dependent classes to java.lang.xxx when resolving imports for an Entity
</li>
</ul>

<h2> Enhancement
</h2>
<ul>
<li>[<a href='https://issues.jboss.org/browse/FORGE-576'>FORGE-576</a>] - Refactor RunUrlPluginTest
</li>
<li>[<a href='https://issues.jboss.org/browse/FORGE-805'>FORGE-805</a>] - Faces Scaffold does not support JPA inheritance
</li>
</ul>

<h2> Feature Request
</h2>
<ul>
<li>[<a href='https://issues.jboss.org/browse/FORGE-788'>FORGE-788</a>] - Add support for Updating Maven Pom Dependencies
</li>
<li>[<a href='https://issues.jboss.org/browse/FORGE-798'>FORGE-798</a>] - Add support to the field plugin for specifying FetchTypes
</li>
<li>[<a href='https://issues.jboss.org/browse/FORGE-806'>FORGE-806</a>] - Test API: get output of executed command
</li>
</ul>

<h2> Library Upgrade
</h2>
<ul>
<li>[<a href='https://issues.jboss.org/browse/FORGE-800'>FORGE-800</a>] - Upgrade JGit libraries
</li>
</ul>

<h2> Task
</h2>
<ul>
<li>[<a href='https://issues.jboss.org/browse/FORGE-793'>FORGE-793</a>] - Forge builds should be less restrictive on the JDK version used
</li>
</ul>

p. <a href='#' onclick="_gaq.push(['_trackEvent', 'Downloads', '1.2.2.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.2.2.Final&e=zip';return false;">Grab it</a> while is hot and amaze everyone with this new version!

You can also automatically update your current forge installation by typing the following command inside a Forge console:

bc(prettyprint).. forge update

p. Happy Forging and we welcome your feedback!

p. _-The Forge Team_

0 comments on commit 6a41a55

Please sign in to comment.