-
-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tell me about how you use your own separate libraries in this project #70
Comments
Actually i have it locally and building it locally , and Maven has a special dependency syntax to use your local jars , as far as you can see if you run One more thing you can do is create a new tag every x changes for example 9.1.2 , 9.1.3 and everytime rebuild with JitPack and test it. Locally is faster i thing. Here is the syntax you need for local jar with Maven . Please have a look so you find the best solution , i had it on the pom file , i removed it how i was doing it , so i could give you the code directly :)
java-stream-player is a maven java repository , i am using JitPack , so everytime i make changes and a new release of java-stream-player i can just add it as a dependency using JitPack , look here https://jitpack.io/private#goxr3plus/java-stream-player I have not tested java-stream-player since 5 months because it became more complex and it will take time testing compatibility with XR3Player. |
So if I understand it correctly, when you do changes in a library that XR3Player depends on, for the sake of XR3Player, your pom.xml file is somewhat different than the one published here on GitHub. Do you use the solution by Alireza Fattahi, which has the most votes on stackoverflow? It's said to be deprecated, but still work. Or do you use some variant of it? |
I found it :) => Lines 339 to 351 in 40ceb19
----------- GENERALLY TALKING YOU MAY NOT NEED --------------------------------------- Have a look on this link also here . |
I'm curious to how you work with changes in java-stream-player that you do for the needs of XR3Player.
Do you use java-stream-player as a compiled jar-file when you run XR3Player?
If so, do you download it from the same repository as I get it from, or is it just local on your machine?
If it's on your local machine, can you have the same pom.xml file as I have, i.e., the same as exists here on GitHub? Or do you tweak the pom file to look in a local repository?
What is the turn-around time from a small change in java-stream-player until you can test it in XR3Player?
The text was updated successfully, but these errors were encountered: