zippy1978 / ghost4j

Java wrapper for Ghostscript C API + PS/PDF document handling API
http://www.ghost4j.org
GNU Lesser General Public License v3.0
64 stars 38 forks source link

Ghost4J Release 1.0.1 #45

Closed 4F2E4A2E closed 8 years ago

4F2E4A2E commented 8 years ago

Hello @zippy1978 !

We are planing to release tess4j soon and really could use the version 1.0.1 ( #40 and many more ) from ghost4j. Do you think we have any chance in releasing it this weekend? I can go ahead and do all the integration testing and release it if you want, please let us now.

cheers

zippy1978 commented 8 years ago

Hi, sorry for the late reply. I'll try to release it during the week.

zippy1978 commented 8 years ago

OK, There is a problem, since the 1.0.1 pull request many tests are broken

Tests run: 48, Failures: 13, Errors: 14, Skipped: 0

I cannot release that, I have to fix them first.

zippy1978 commented 8 years ago

I had to downgrade JNA from 4.2.1 to 4.1.0 to prevent errors in native calls. Release 1.0.1 is now available.

umbreak commented 8 years ago

It is also available already on Maven Central? Because ivy tells me it isn't and it is not definitely on:

http://repo1.maven.org/maven2/org/ghost4j/ghost4j/1.0.1/ghost4j-1.0.1.pom

nor on: http://mvnrepository.com/artifact/org.ghost4j/ghost4j

4F2E4A2E commented 8 years ago

Hi @zippy1978 , @umbreak is right, i can't find it on maven central. I just logged in on https://oss.sonatype.org and could not find the staging repository.

@umbreak ghost4j is beeing released only on maven repository, this is the right adress to lookup for it: http://search.maven.org/#search%7Cga%7C1%7Cghost4j

4F2E4A2E commented 8 years ago

@zippy1978 I guess you did release it only on github. I will go ahead and prepare it to be released in maven central.

zippy1978 commented 8 years ago

No, It is released on the Central already.

I just forgot to release the artifact. This is done now and should be available soon.