xdrop / jRand

A Java library to generate random data for all sorts of things. Java random data faker
Apache License 2.0
27 stars 14 forks source link

Can not download with sbt #42

Open Eli-Golin opened 6 years ago

Eli-Golin commented 6 years ago

Hi, this project on maven central can not be downloaded with 'sbt' since its 'compile' dependencies are not reachable (they can not be located on maven central). Tried with version 0.2.5-alpha

xdrop commented 6 years ago

Can you add https://github.com/xdrop/jRand/blob/master/jrand-annotation-processor/src/main/resources/javaparser.jar to the lib directory?

xdrop commented 6 years ago

I will bundle it in the Maven jar on the next release for now include it in your project explicitly

Eli-Golin commented 6 years ago

Yeah.. I did it. What is your time estimation for the next release?

xdrop commented 6 years ago

I'll try and get some time to do it on the weekend.

atsu85 commented 6 years ago

@xdrop, thanks for sharing this project. It looked really good until i tried to add it to my project via dependency management and stumbled upon this issue. It made me wonder if anyone is actually using this library. If so, then probably not through dependency management?

vigneshtrigonometry commented 6 years ago

Hi Dev team,

This is failing on Maven as well: (versions 0.2.5-alpha and 0.2.6-alpha)

Log:


Downloading from central: https://repo.maven.apache.org/maven2/me/xdrop/jrand-core/0.2.5-alpha/jrand-core-0.2.5-alpha.pom
The POM for me.xdrop:jrand-core:jar:0.2.5-alpha is missing, no dependency information available
Downloading from central: https://repo.maven.apache.org/maven2/me/xdrop/jrand-test/0.2.5-alpha/jrand-test-0.2.5-alpha.pom
The POM for me.xdrop:jrand-test:jar:0.2.5-alpha is missing, no dependency information available
Downloading from central: https://repo.maven.apache.org/maven2/me/xdrop/jrand-annotation-processor/0.2.5-alpha/jrand-annotation-processor-0.2.5-alpha.pom
The POM for me.xdrop:jrand-annotation-processor:jar:0.2.5-alpha is missing, no dependency information available
Downloading from central: https://repo.maven.apache.org/maven2/me/xdrop/jrand-core/0.2.5-alpha/jrand-core-0.2.5-alpha.jar
Downloading from central: https://repo.maven.apache.org/maven2/me/xdrop/jrand-annotation-processor/0.2.5-alpha/jrand-annotation-processor-0.2.5-alpha.jar
Downloading from central: https://repo.maven.apache.org/maven2/me/xdrop/jrand-test/0.2.5-alpha/jrand-test-0.2.5-alpha.jar
------------------------------------------------------------------------
BUILD FAILURE
------------------------------------------------------------------------
Total time: 4.855 s
Finished at: 2018-10-21T01:41:58+08:00
------------------------------------------------------------------------
Failed to execute goal on project xxx: Could not resolve dependencies for project com.xxx.jar:0.0.1-SNAPSHOT: The following artifacts could not be resolved: me.xdrop:jrand-core:jar:0.2.5-alpha, me.xdrop:jrand-test:jar:0.2.5-alpha, me.xdrop:jrand-annotation-processor:jar:0.2.5-alpha: Could not find artifact me.xdrop:jrand-core:jar:0.2.5-alpha in central (https://repo.maven.apache.org/maven2)
misterfifi1 commented 5 years ago

Same here, I compiled the files to help you on your projects JRand-0.2.6-JAR.zip