Unknown opened 1 year ago
|
|
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 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 do you mean "fails to open"? Do you have any errors in the log? Do you have all the dependencies (including http-api component) in the classpath? Does Tigase starts listening on the port |
|
I would like to include components such as tigase-server and tigase-muc in a Maven module project. Currently, I have only copied one branch of tigase server, but compilation still cannot pass. Is there any other way or integrated one? |
|
What are you trying to achieve?
You can easily build You can also run |
|
I want to modify the code of some of the components and add them as references to the tigase server code for debugging purposes |
|
You should follow those steps:
IDEA should pick up the correct sources when running tigase-server. |
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!