Share the original ( respecting the original reprint right when the first line please specify, reproduced from the share of the source of cattle http://blog.csdn.net/qq_30739519)
Activiti Source code compiled, recently someone asked activiti Source code compilation of some problems, here to summarize. Because a long time ago to modify the activiti source Code, I also compiled the source, here also summed up, convenient for themselves and others.
The following detailed introduction how to compile activiti source code bar.
First we Activiti the project on GitHub , first open the GitHub website,Activiti in the GitHub the URL in is Https://github.com/Activiti/Activiti as shown in the operation:
We can download it directly by clicking on the downloadzip method, or copy the https://github.com/Activiti/Activiti.gitdirectly, Then enter the Git clone on your computer to Download it directly, after the download directory structure is as follows:
Then import this project into Eclipse , and then start to download the activiti dependent pom file, I do not have the Internet speed, Download for about 3 hours, you must be patient when installing.
The final post-compilation effect section looks like this:
Because I have some xml files here that do not remove the validation, so there is a red warning, but it does not affect the use.
Here's a look at the changes to the file after the download, as shown in:
We import the main project branch as shown in:
So how do we use this project in our own projects, creating our own projects as shown, and then referencing the project in the project? As shown in the following:
Basically as long as the Activiti depends on the pom file downloaded, it is basically done.
Because after compiling the project is bigger, need friend need, message I send to you.
Share the original ( respecting the original reprint right when the first line please specify, reproduced from the share of the source of cattle http://blog.csdn.net/qq_30739519)
Share cows, share, we are happy.
Activiti Source Code Compilation