Giter VIP home page Giter VIP logo

Comments (7)

woj-tek avatar woj-tek commented on June 6, 2024

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.

from tigase-server.

whwususu avatar whwususu commented on June 6, 2024

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!

from tigase-server.

woj-tek avatar woj-tek commented on June 6, 2024

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 8080?

from tigase-server.

whwususu avatar whwususu commented on June 6, 2024

QQ图片20230612181332
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?

from tigase-server.

woj-tek avatar woj-tek commented on June 6, 2024

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 the pom.xml file and reloading dependencies in IDEA.

from tigase-server.

whwususu avatar whwususu commented on June 6, 2024

I want to modify the code of some of the components and add them as references to the tigase server code for debugging purposes

from tigase-server.

woj-tek avatar woj-tek commented on June 6, 2024

You should follow those steps:

  1. add relevant component sources in the same project as tigase-server
  2. add them to tigase-server pom.xml as dependencies (with corresponding versions)

IDEA should pick up the correct sources when running tigase-server.

from tigase-server.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.