[windup-dev] Windup 2.1.0.Final - EAP 6.x integration (Windup-as-a-Service)
Marc Zottner
mzottner at redhat.com
Wed Feb 25 05:59:34 EST 2015
Hi everyone,
I hope you are doing great. Yesterday I had a look at the latest version of Windup (2.1.0.Final) and I really like it :) It seem way faster than the previous releases I tested.
Yesterday I updated the windup-as-a-service fronted (https://github.com/Maarc/windup-as-a-service), made some cleanup and fixed issues with chrome. It is basically an EAP 6 web application running windup 0.7. During the last weeks, I installed this in combination with custom rules for a customer having hundreds of developers. Do not hesitate to have a look at it and give me some feedback.
I started to integrated the windup-as-a-service fronted with Windup 2.1.0.Final and would be glad to have your support.
BUILD
In order to be able to build Windup 2.1.0.Final, I had to
add <skipTests>true</skipTests> to the grand-father-pom
import manually “indexer-core-6.0.WINDUP.jar” in my local repository from the standalone/offline build (https://repository.jboss.org/nexus/content/repositories/releases/org/jboss/windup/windup-distribution/2.1.0.A/)
add the "https://repository.jboss.org/nexus/content/repositories/releases” maven repository to my dependencies
It would be great to document it.
However my built client in the “dist” directory has less jars than in the "windup-distribution-2.1.0.A-offline.zip” and I was not able to run it.
INTEGRATION in EAP 6.x
In order to integrate Windup 2.1.0.Final in EAP, I tried to follow the same way that worked for windup 0.7:
- define a custom jboss-module containing most of the windup and add ons libraries (expected the weld ones)
- control the loaded dependencies with a custom jboss-deployment-structure.xml
So far it does not work and I am not sure this approach is really a good idea. Forge has not been designed to be executed in EAP 6 directly. Do you have some hints for doing this?
Maybe using a java wrapper and calling the standalone windup installation would be a better idea ...
best regards,
Marc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/windup-dev/attachments/20150225/8590561f/attachment.html
More information about the windup-dev
mailing list