-
Could you please share exact steps you did to compile the Tigase and complete output?
In a nutshell, you should clone the repository, checkout the 8.3.0 tag and simply run
mvn -Pdist clean install
.It seems you download only sources of the particular version without cloning the repository - we do calculate build number information based on git information.
-
Yes, you are right. I downloaded the entire source code and compiled it through. Thank you. After I successfully compiled, I started XMPPServer in the idea and the system prompted "Please setup server at http://localhost:8080/ When I open it in a browser, the browser always fails to open. Do I need any other configuration? Thank you!
-
What are you trying to achieve?
tigase-server
is the core server component.tigase-server-distribution
(https://github.com/tigase/tigase-server-distribution) is a project responsible for bringing all required components and building distribution package.You can easily build
tigase-server
either with maven or in IDEA - it will build just fine.You can also run
tigase-server
from IDEA, but you have to include required dependencies (http-api to have the setup up and running) - you can do that by including them in thepom.xml
file and reloading dependencies in IDEA.
When I used Maven to compile version 8.3.0, I reported an error of ". git directory is not found! Please specify a valid [dotGitDirectory] in your pom. xml". How should I set Maven? Thank you!