On Thu, Jun 27, 2013 at 4:00 AM, kristian <m.krist...@web.de> wrote:
> one more question: the InvokerGenerator acts on the class files and there
> are no new sources to compile after the invokation of the InvokerGenerator.
> is that right ?

That is correct.

>> there are some naming issues:
>> lib/jruby-ng.jar
>> is the jar maven produces BUT it is difficult to get the "-ng" away :(

Is that because of the shading? If it produces that but we can copy
the result to lib/jruby.jar, I don't think it matters.

>> same with
>> lib/jni
>> which contains the native libs unpacked from
>> com.github.jnr:jffi:native:1.2.5

What's the issue?

>> actually there following native jars missing in the above artifact:
>> ppc-AIX
>> sparcv9-SunOS
>> x86_64-FreeBSD

Ok, good to know. I think we have support for them in jffi, but not
sure why they're not in JRuby repo.

>> the lib/jruby-ng.jar is almost the same as lib/jruby.jar (from the ant
>> build) but some little differences and yecht is still missing as an
>> artifact. and the manifest did not see any attention, i.e. is just some
>> default.

yecht.jar is a bit of a special case since it's built out of another
repo and copied into JRuby. We can probably spin a maven artifact for
that to be fetched and copied into the right place.

>> regarding the joda timezones - that can be done similar as the ant script
>> BUT it would be much easier to make its own maven module (jruby-timezones
>> artifact) out of it, then it is just a simple dependency which gets embedded
>> and the update is the same procedure as all other artifacts.

I feel like someone has to have done this before. If they have not, we
should probably work with joda folks to make it happen under their
group, so everyone can take advantage of it.

Thanks so much for your help on this! I'd like to switch master over
as soon as you feel like it's ready. What do you think, Tom?

- Charlie

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to