Thursday, April 25, 2013

Building WildFly

After Red Hat has renamed TASFKAJB to WildFly, the git repository has also been moved to https://github.com/wildfly/wildfly.

Building WildFly is pretty similar to what it has been before
  • Fork the WildFly repository to your own on GitHub
  • Clone your repository to the local disk (which is in my case)
    git clone git@github.com:pilhuhn/wildfly.git
  • Change into the created wildfly directory
    cd wildfly
  • Run maven to build the server
    mvn install

The server is then created inside the build/target directory

$ pwd
/devel/wildfly/build/target
$ ls
antrun generated-configs wildfly-8.0.0.Alpha1-SNAPSHOT

change into this directory and start the server via bin/standalone.sh

Done :-)

2 comments:

Dimitris Andreadis said...

TASFKAJB? :-)

Heiko said...

The AppServer Formerly Known As JBoss -- see also TAFKAP ( http://www.urbandictionary.com/define.php?term=TAFKAP )