building atmosphere-runtime-x.x.x.vaadinX

Trying to get fix for
#14038
(atmosphere on jboss 5).
Simply clonning
https://github.com/vaadin/atmosphere
does not work (build errors).

All modules there have org.atmosphere.

But vaadin-push has

com.vaadin.external.atmosphere
atmosphere-runtime
2.1.2.vaadin2
compile

How to build this particular one?

-alex

A pre-processor is used to transform package names and some other things (logging?) to keep the fork as close to the original as possible. See
atmosphere-vaadin-build
. Furthermore, the JavaScript parts of our version of Atmosphere are in a separate repository.

Note that I do not know the project or the build process to any detail.