Hi,
I tried to setup a Forge 2.0 instance from github repo.
What I did was:
- build forge: mvn install
- unzip core/dist/target/forge-distribution-2.0.0-SNAPSHOT.zip
- install example and example2:
bin/forge --install org.jboss.forge:example,2.0.0-SNAPSHOT
bin/forge --install org.jboss.forge:example2,2.0.0-SNAPSHOT
- run Forge 2.0
bin/forge
I did not get any console, it's just silent.
Did I miss something?
Thanks,
Thomas