Skip to content

Commit

Permalink
FORGE-626 and uUpgraded to 1.0.6.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Aug 16, 2012
1 parent b46cc95 commit ec7d408
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/index.html.haml
Expand Up @@ -9,7 +9,7 @@ The documentation is written in Textile, which is a lightweight markup language.
%br
Follow these steps to conribute documentation:
%ol
%li Clone http://github.com/forge/website on GitHub.
%li Clone http://github.com/forge/forge.github.com on GitHub.
%li Add a new .textile file in one of the sub directories of the docs directory.
%li Push the empty Textile file to your GitHub repository.
%li Use the GitHub Textile editor to write your docs and preview changes. Of course you can use your own editor if you prefer so.
Expand All @@ -21,7 +21,7 @@ gives a good introduction about the markup language.
%br
%br
%h3 Some technical details
The Forge website is built using Awestruct, and the sources are on http://github.com/forge/website. However you don't have to install anything to contribute documentation! If you are interested in Awestruct anyway, you'll find a guide on the github page about how to setup and use Awestruct.
The Forge website is built using Awestruct, and the sources are on http://github.com/forge/forge.github.com. However you don't have to install anything to contribute documentation! If you are interested in Awestruct anyway, you'll find a guide on the github page about how to setup and use Awestruct.



Expand Up @@ -14,7 +14,11 @@ bc(command). $HOME/.forge/runtime.log

h2. Enable debug mode

In order to debug a "live" Forge installation, you need to set the following FORGE_OPTS (JVM arguments) in your console before starting Forge (this does not work when running Forge in the IDE - it must be run from the command line).
Start Forge by using the following parameter:

bc(command). forge --debug

If you don't want to use the --debug parameter, you need to set the following FORGE_OPTS (JVM arguments) in your console before starting Forge (this does not work when running Forge in the IDE - it must be run from the command line).

For Unix:

Expand All @@ -34,4 +38,4 @@ Make sure the remote debugger port is set to 8000 (or the port you've selected,)

h2. Attach the sources

If Eclipse complains that it cannot find the source attachment for a breakpoint, make sure to add all related Forge projects as source attachments to your new 'maven-debug' project by clicking the "Attach Sources" button.
If Eclipse complains that it cannot find the source attachment for a breakpoint, make sure to add all related Forge projects as source attachments to your new 'maven-debug' project by clicking the "Attach Sources" button.
4 changes: 2 additions & 2 deletions index.html.haml
Expand Up @@ -20,8 +20,8 @@ layout: base

%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 =>'https://repository.jboss.org/nexus/service/local/artifact/maven/redirect?r=releases&g=org.jboss.forge&a=forge-distribution&v=1.0.5.Final&e=zip'} Download
%a.btn.btn-secondary.btn-large{ :href =>'/docs/using/'} Install
%a.btn.btn-primary.btn-large{ :href =>'https://repository.jboss.org/nexus/service/local/artifact/maven/redirect?r=releases&g=org.jboss.forge&a=forge-distribution&v=1.0.6.Final&e=zip'} Download (1.0.6.Final)
%a.btn.btn-secondary.btn-large{ :href =>'/docs/using/'} How to Install

.row.visible-phone
%h2 The new enterprise industrial evolution.
Expand Down

0 comments on commit ec7d408

Please sign in to comment.