- Home
- Download
- Resources
-
Community
- Community Info
- Build OpenESB
- Partners
- Term &condition
- Team
- Login
- Blogs
Prerequisites to build the project OpenESB standalone:
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-standalone.
After a while the command is done. The openESB-Standalone source code is cloned on your machi General ne.
Go to the sub directory openesb-standalone created by the Git clone. Then Build the project with Maven.
Type "mvn clean install".
After a while when the build is successful a zip file named openesb-standalone-Version xxx has been created in the directory openesb-standalone/openesb-standalone-packaging/target/.
To run OpenESB unzip the Standalone and start OpenESB as usual.