Skip to content
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

Publish tox4j artifacts somewhere #730

Open
robinlinden opened this issue May 17, 2021 · 4 comments
Open

Publish tox4j artifacts somewhere #730

robinlinden opened this issue May 17, 2021 · 4 comments
Labels
enhancement New feature or request

Comments

@robinlinden
Copy link
Collaborator

Right now (since bintray was shut down) only the from-source builds are supported. These artifacts should probably be provided using either jitpack, github artifacts, or moving them to Maven Central.

@robinlinden robinlinden added the enhancement New feature or request label May 17, 2021
@roihershberg
Copy link
Collaborator

roihershberg commented Feb 5, 2022

Maybe we should update the status of this in the README? That those who have GitHub account can access the artifact by clicking the Actions tab, the ci workflow, choosing one of the green ones and clicking tox4j at the bottom of the page.

Edit: Also instructions about where to extract it.

@robinlinden
Copy link
Collaborator Author

Yeah, you're right, we should. :P I added it to my todo when setting that up, but I haven't gotten to it yet.

@toxifoxy
Copy link

can u please give me the link to the newest repositories or give us a demo to build it after cloning the project from github
like where i lunch the command of building ?how to install dependencies?etc...
Could not determine the dependencies of task ':domain:preBuild'.

Could not create task ':domain:fixPaths'.
Could not resolve all files for configuration ':domain:needFixing'.

Could not find org.toktok:tox4j-c_x86_64-linux-android:0.2.18.
Searched in the following locations:

Could not find org.toktok:tox4j-c_i686-linux-android:0.2.18.
Searched in the following locations:

Could not find org.toktok:tox4j-c_armv7a-linux-androideabi:0.2.18.
Searched in the following locations:

Could not find org.toktok:tox4j-c_aarch64-linux-android:0.2.18.
Searched in the following locations:

@yasiralijaved
Copy link

yasiralijaved commented Apr 15, 2024

So here is how we can successfully run the project with tox4j lib in macOS.
1- You need to download the already built artifacts of tox4j by

  • clicking Actions Tab in this repo
  • clicking ci from workflows
  • clicking first green one
  • clicking green tox4j
  • clicking and expanding "Upload tox4j"
  • find the url saying "Artifact download URL:" and clicking the link would download the tox4j zip folder

2- Unzip the tox4j fodler and then copy the repository folder
3- find the .m2 folder in /users/myuser/ folder. if it does not exist then create a new folder with .m2
4- paste the copied repository folder here under .m2 folder
And here you go. You can now build and run the project without any issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants