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:
com.github.jmchilton.blend4j
blend4j
0.1-alpha-1
-John
On Mon, Jul 15, 2013 at 6:17 PM, John
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" wrote:
> Nice, this works! Maybe after some testing we can try to get the package
> in the ce
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 wrote:
>
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 have
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 wrote:
> Hello all,
>
> I'm trying to implement blend4j in a java application. for thi
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