[jboss-as7-dev] How get start with EAP 6.1 console
Heiko Braun
hbraun at redhat.com
Fri Sep 13 08:45:22 EDT 2013
yes, that the one (branch master) for 6.x.
in order to get started:
1) build the top level project
mvn clean -Dgwt.compiler.skip=true install
2) start hacking in development mode
cd build/app
mvn clean gwt:run
3) deploy a web mode version (firefox only)
mvn clean -Pdev install
copy build/target/<name>-resources.jar to JBOSS_HOME/modules/../console/main/<replace-me>-resources.jar
4) Or do a full build (all languages, all browsers, takes a long time)
mvn clean install
let me know if you have any further problems.
regards, Heiko
On Sep 13, 2013, at 2:29 PM, Claudio Miranda <claudio at claudius.com.br> wrote:
> On Fri, Sep 13, 2013 at 6:21 AM, Heiko Braun <hbraun at redhat.com> wrote:
>> that's the legacy repository. the current codebase resides here:
>>
>> https://github.com/hal/core
>
> I want to contribute enhance console for EAP 6.1.
>
> I thought github.com/hal/core is for wildfly and not compatible to EAP
> 6.1. Is that right ?
>
>
> --
> Claudio Miranda
>
> claudio at claudius.com.br
> http://www.claudius.com.br
More information about the jboss-as7-dev
mailing list