[forge-dev] Fwd: How to check-out and build Forge 2.0

Lincoln Baxter, III lincolnbaxter at gmail.com
Mon Feb 11 16:13:50 EST 2013


FYI.

---------- Forwarded message ----------
From: Lincoln Baxter, III <lincolnbaxter at gmail.com>
Date: Fri, Feb 8, 2013 at 1:15 PM
Subject: Re: How to check-out and build Forge 2.0
To: Gorkem Ercan <gorkem.ercan at gmail.com>, Sebastien Blanc <
scm.blanc at gmail.com>, Pavel Slegr <pavel.slegr at gmail.com>


Here is a simple example addon:




On Fri, Feb 8, 2013 at 12:59 PM, Lincoln Baxter, III <
lincolnbaxter at gmail.com> wrote:

> Figured out why my quick demo didnt work, lol...
>
> I forgot META-INF/beans.xml
>
> This will be relieved when we get the new-project plugin able to create
> forge addon projects :)
>
>
> On Fri, Feb 8, 2013 at 12:57 PM, Lincoln Baxter, III <
> lincolnbaxter at gmail.com> wrote:
>
>> Clone the forge core repo:
>>
>>     git clone git at github.com:forge/core.git forge-core
>>
>> https://github.com/forge/core/tree/2.0
>>
>> Make sure to check out the 2.0 branch.
>>
>>     cd forge-core
>>     git checkout 2.0
>>
>>     mvn clean install
>>
>> Check out and build the forge-jbosstools repo:
>>
>>     git clone git at github.com:forge/jbosstools-forge.git
>>
>> Check out the forge2 branch
>>
>> https://github.com/forge/jbosstools-forge/
>>
>>     cd plugins/
>>     mvn clean install
>>
>> Now... if you want to install some of the pre-existing addons: (really
>> required to be able to work with forge in Eclipse, you at least need the
>> addon manager.)
>>
>> Use these instructions for Forge 1 when installing the distribution from
>> your local build: (http://forge.jboss.org/docs/using/)
>>
>>    core/dist/target/forge-distribution-2.0.0-SNAPSHOT.zip
>>
>> Now you will be able to use the addon-manager from Eclipse Forge 2
>> wizards.
>>
>> Press CTRL-6 to launch the Forge command chooser in Eclipse.
>>
>> Some examples of addons can be found:
>>
>> https://github.com/forge/core/tree/2.0/projects
>>
>> We recommend this project layout, but you only need to do one pom/project
>> with all sources/resources/etc. You don't need a multi-module build.
>>
>> Please, join the forge-dev at lists.jboss.org, and also the #forge IRC
>> channel on irc.freenode.net
>>
>> Thanks!
>> ~Lincoln
>>
>> --
>> Lincoln Baxter, III
>> http://ocpsoft.org
>> "Simpler is better."
>>
>
>
>
> --
> Lincoln Baxter, III
> http://ocpsoft.org
> "Simpler is better."
>



-- 
Lincoln Baxter, III
http://ocpsoft.org
"Simpler is better."



-- 
Lincoln Baxter, III
http://ocpsoft.org
"Simpler is better."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/forge-dev/attachments/20130211/c168fb50/attachment-0001.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: demo-addon.tar.gz
Type: application/x-gzip
Size: 5942 bytes
Desc: not available
Url : http://lists.jboss.org/pipermail/forge-dev/attachments/20130211/c168fb50/attachment-0001.gz 


More information about the forge-dev mailing list