Howdy all,

I'm attempting to build artifactory from source, but running into a
lot of issues:

1) Why are there not source releases available? This would make
packaging efforts much easier. I've found the source at
http://subversion.jfrog.org/artifactory/public/, but artifactory is
the only open source project I've worked with that doesn't make source
available with its binary releases.

2) Are there build instructions published anywhere? The best I found
was 
http://forums.jfrog.org/Building-Compiling-Artifactory-2-0-2-td4945242.html#a4945243,
which points to http://www.jfrog.org/source.php, which is 404. The
current version of that page (https://www.jfrog.com/open-source/)
mentions the SVN repo, but has no instructions or references to how to
build (nor is there anything in the repo AFAICT).

3) A *lot* of jars used are not in
https://repo.maven.apache.org/maven2, meaning I'm having to manually
track them down one at a time and build them manually.

My current issue is:
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] 
/home/austin/4.3.2/base/api/src/main/java/org/artifactory/api/bintray/BintrayService.java:[21,8]
1. ERROR in 
/home/austin/4.3.2/base/api/src/main/java/org/artifactory/api/bintray/BintrayService.java
(at line 21)
    import com.jfrog.bintray.client.api.handle.Bintray;
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import com.jfrog.bintray.client.api cannot be resolved

[ERROR] 
/home/austin/4.3.2/base/api/src/main/java/org/artifactory/api/bintray/BintrayService.java:[230,1]
2. ERROR in 
/home/austin/4.3.2/base/api/src/main/java/org/artifactory/api/bintray/BintrayService.java
(at line 230)
    Bintray createBintrayClient(BasicStatusHolder status) throws
IllegalArgumentException;
    ^^^^^^^
Bintray cannot be resolved to a type

I've tried to build com.jfrog.bintray.client.api from source and put
the .jar in ~/.m2, which appeared to work. But, I see in the log:
[WARNING] The POM for
com.jfrog.bintray.client:bintray-client-java-service:jar:0.8.2 is
missing, no dependency information available

There was no pom.xml produced by building with gradle, which is what
that project uses:
https://github.com/bintray/bintray-client-java

So, has anyone built this beast _from source_ or can provide any tips?

------------------------------------------------------------------------------
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to