Re: [galaxy-dev] Implementing blend4j

2013-08-20 Thread John Chilton
Just to close this e-mail thread out, blend4j is now available in the maven central repository. You can add it to your maven project with the following dependency definition: dependency groupIdcom.github.jmchilton.blend4j/groupId artifactIdblend4j/artifactId

Re: [galaxy-dev] Implementing blend4j

2013-07-15 Thread Eric Kuyt
Nice, this works! Maybe after some testing we can try to get the package in the central maven repositories. I think for now all the functionality I need is in your version of blend4j. But if I think of something new I'll try to participate. Thanks On 13 July 2013 08:58, John Chilton

Re: [galaxy-dev] Implementing blend4j

2013-07-15 Thread John Chilton
Fantastic. blend4j definitely should be in a public repository, just don't know how and have not had the time. Any help in that process would be most welcome. -John On Jul 15, 2013 10:43 AM, Eric Kuyt eric.ku...@wur.nl wrote: Nice, this works! Maybe after some testing we can try to get the

Re: [galaxy-dev] Implementing blend4j

2013-07-13 Thread John Chilton
So you have packaged blend4j and all of its dependencies into one jar file? I don't have any experience doing that. I could imagine potentially some files conflicting and only one version being written and so jersey-json breaks? Is this a possibility, some of the jar metadata sort of files? I

[galaxy-dev] Implementing blend4j

2013-07-11 Thread Eric Kuyt
Hello all, I'm trying to implement blend4j in a java application. for this I cloned the source, fetched the dependencies and added a maven assembly plugin to assemble a jar file with dependencies. This jar I put in my classpath. Now fetching histories works, but creating a new one fails. Online

Re: [galaxy-dev] Implementing blend4j

2013-07-11 Thread Eric Kuyt
Sorry forgot, root cause = A message body writer for Java type, class com.github.jmchilton.blend4j.galaxy.beans.History, and MIME media type, application/json, was not found On 11 July 2013 11:37, Eric Kuyt eric.ku...@wur.nl wrote: Hello all, I'm trying to implement blend4j in a java