aTox icon indicating copy to clipboard operation
aTox copied to clipboard

Publish tox4j artifacts somewhere

Open robinlinden opened this issue 3 years ago • 4 comments

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 avatar May 17 '21 10:05 robinlinden

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.

roihershberg avatar Feb 05 '22 21:02 roihershberg

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.

robinlinden avatar Feb 05 '22 22:02 robinlinden

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:

  • file:/home/toxi/.m2/repository/org/toktok/tox4j-c_x86_64-linux-android/0.2.18/tox4j-c_x86_64-linux-android-0.2.18.pom
  • https://dl.google.com/dl/android/maven2/org/toktok/tox4j-c_x86_64-linux-android/0.2.18/tox4j-c_x86_64-linux-android-0.2.18.pom
  • https://repo.maven.apache.org/maven2/org/toktok/tox4j-c_x86_64-linux-android/0.2.18/tox4j-c_x86_64-linux-android-0.2.18.pom Required by: project :domain

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

  • file:/home/toxi/.m2/repository/org/toktok/tox4j-c_i686-linux-android/0.2.18/tox4j-c_i686-linux-android-0.2.18.pom
  • https://dl.google.com/dl/android/maven2/org/toktok/tox4j-c_i686-linux-android/0.2.18/tox4j-c_i686-linux-android-0.2.18.pom
  • https://repo.maven.apache.org/maven2/org/toktok/tox4j-c_i686-linux-android/0.2.18/tox4j-c_i686-linux-android-0.2.18.pom Required by: project :domain

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

  • file:/home/toxi/.m2/repository/org/toktok/tox4j-c_armv7a-linux-androideabi/0.2.18/tox4j-c_armv7a-linux-androideabi-0.2.18.pom
  • https://dl.google.com/dl/android/maven2/org/toktok/tox4j-c_armv7a-linux-androideabi/0.2.18/tox4j-c_armv7a-linux-androideabi-0.2.18.pom
  • https://repo.maven.apache.org/maven2/org/toktok/tox4j-c_armv7a-linux-androideabi/0.2.18/tox4j-c_armv7a-linux-androideabi-0.2.18.pom Required by: project :domain

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

  • file:/home/toxi/.m2/repository/org/toktok/tox4j-c_aarch64-linux-android/0.2.18/tox4j-c_aarch64-linux-android-0.2.18.pom
  • https://dl.google.com/dl/android/maven2/org/toktok/tox4j-c_aarch64-linux-android/0.2.18/tox4j-c_aarch64-linux-android-0.2.18.pom
  • https://repo.maven.apache.org/maven2/org/toktok/tox4j-c_aarch64-linux-android/0.2.18/tox4j-c_aarch64-linux-android-0.2.18.pom Required by: project :domain

toxifoxy avatar Dec 13 '23 13:12 toxifoxy

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.

yasiralijaved avatar Apr 15 '24 15:04 yasiralijaved