Hi Zsombor,
Am 22.02.2016 um 15:31 schrieb Zsombor G:
> Hi,
>
> As the last release seemed so old, I've thought to try out the latest
> version from git.
> I've executed maven, and extracted the resulting
> releng/standalone/target/jabylon-standalone.zip, and tried to run it
> with the "jabylon.sh start" script.
you don't have to manually build it yourself.
The latest version is available here:
http://jenkins-jabylon.rhcloud.com/job/jabylon/lastSuccessfulBuild/artifact/releng/standalone/target/jabylon-standalone.zip
This is also linked on the download page, check the nightly section
(
http://jabylon.org/download.html)
Not really sure, whats going on there. Can you send the full log? In
addition: What Java version and vendor are you using? Do you have
JAVA_HOME (env variable) set?
> Otherwise, it seems to be a very interesting project, the only thing,
> which I've found at the homepage, if it's supports translating of JSON
> files or not? If not, what do you think, how complex to add this feature ?
Well technically it should be relativley easy to extend Jabylon to other
formats. Just recently we had an extension for XLIFF.
Do you have a spec for the "translation in JSON files"? Where is that
used? If you have a "proprietary" format, check for example the Android
XML implementation here:
https://github.com/jutzig/jabylon-plugins/tree/master/android/src/main/java/org/jabylon/android
It's only two classes you need to provide to extend it to your format
(in case it's a fairly straight forward one :) )
Greetings
-Sascha-