- Home
- Download
- Resources
-
Community
- Community Info
- Build OpenESB
- Partners
- Term &condition
- Team
- Login
- Blogs
Prerequisites to build the project OpenESB components :
Some operating systems don't support long file name,in that case try the option: Git config --system core.longpaths true
Set the right paths and JAVA_HOME and MAVEN_HOME variables. If you face unexpected error clean you .m2 if you can do it.
Use git to download the OpenESB source code from the OpenESB Bitbucket directory https://bitbucket.org/openesb/openesb-standalone.
Type: git clone https://bitbucket.org/openesb/openesb-components-3.git
After a while the command is done. The openESB-Components source code is cloned on your machine.
Go to the sub directory "openesb-components-3" created by the Git clone. Then Build the project with Maven.
Type "mvn clean install".
After a while when the build is successful for each component, an installer is build as a jar file. Ex: For the BPEL component, go to the directory openesb-component-3/component/bpelse/bpelse-installer/target/. There you could find the bpelse-installer-versionxxx.jar. This file must be used to deploy the BPEL service engine component on OpenESB.