Re: [jruby-dev] Latest on maven build

2013-07-10 Thread Charles Oliver Nutter
Update... org.jruby release management has been moved to Sonatype! I confirmed yesterday that snapshots are working (tested with yydebug) and today we should have central repo mirroring enabled. yydebug has been moved to jruby/jay-yydebug to make the release process smoother, and I have released

Re: [jruby-dev] Latest on maven build

2013-07-09 Thread kristian
if I did not mess up travis again could you see if the current tzdata setup works for you ? -christian On Tue, Jul 9, 2013 at 11:41 AM, kristian wrote: > this was/is working but the latest setup which does not require 2012j > first broke travis - for whatever reason but the current ant-maven-

Re: [jruby-dev] Latest on maven build

2013-07-09 Thread kristian
this was/is working but the latest setup which does not require 2012j first broke travis - for whatever reason but the current ant-maven-mix is just kind of hard to debug especially if the issue is only on travis. I got travis finally working but it appears that also other people see the same diff

Re: [jruby-dev] Latest on maven build

2013-07-08 Thread kristian
hi, after breaking the build again though it ran clean locally - the default profile did not get activated on travis for whatever reason. but when the joda-timezones come as separate deps from joda-time things can be cleaned up here. the org.jruby:jruby maven artifact is working as well the org.j

Re: [jruby-dev] Latest on maven build

2013-07-07 Thread Charles Oliver Nutter
I spoke with Rémi Forax, and he's willing to help us set up all the bits for a jsr292-mock artifact if we'll handle pushing it to maven. To that end, I set up headius/jsr292-mock with the basic maven bits and a README. Rémi will soon push the stuff needed to build the mock jar, and once that happen

Re: [jruby-dev] Latest on maven build

2013-07-07 Thread Hirotsugu Asari
On Jul 7, 2013, at 6:53 PM, Charles Oliver Nutter wrote: > Travis is now running green :-) Victory! > > - Charlie Christmas in July!!1 - To unsubscribe from this list, please visit: http://xircles.codehaus.org/man

Re: [jruby-dev] Latest on maven build

2013-07-07 Thread Charles Oliver Nutter
Travis is now running green :-) Victory! - Charlie On Sun, Jul 7, 2013 at 2:29 PM, kristian wrote: > > > > On Sun, Jul 7, 2013 at 7:21 PM, Charles Oliver Nutter > wrote: >> >> On Sun, Jul 7, 2013 at 2:13 PM, kristian wrote: >> > add >> > >> > false >> > >> > in config. >> >> Ok. >> >> > btw wo

Re: [jruby-dev] Latest on maven build

2013-07-07 Thread kristian
On Sun, Jul 7, 2013 at 7:21 PM, Charles Oliver Nutter wrote: > On Sun, Jul 7, 2013 at 2:13 PM, kristian wrote: > > add > > > > false > > > > in config. > > Ok. > > > btw would like to revert your adding back the joda-time deps since came > > where travis did not fail on joda-time anymore. and it

Re: [jruby-dev] Latest on maven build

2013-07-07 Thread Charles Oliver Nutter
On Sun, Jul 7, 2013 at 2:13 PM, kristian wrote: > add > > false > > in config. Ok. > btw would like to revert your adding back the joda-time deps since came > where travis did not fail on joda-time anymore. and it will break > -Dtzdata= thingy. Sure, if you have it working properly now, go

Re: [jruby-dev] Latest on maven build

2013-07-07 Thread kristian
add false in config. btw would like to revert your adding back the joda-time deps since came where travis did not fail on joda-time anymore. and it will break -Dtzdata= thingy. - christian On Sun, Jul 7, 2013 at 6:56 PM, Charles Oliver Nutter wrote: > Another oddity... > > Benoit is tr

Re: [jruby-dev] Latest on maven build

2013-07-07 Thread Charles Oliver Nutter
Another oddity... Benoit is trying to build on master and ran into compilation issues in the redcar-javamateview gem. I was able to reproduce by installing the gem and then doing a clean build. It appears that the maven gem plugin is copying all gems from our normal gem home into test/target/test

Re: [jruby-dev] Latest on maven build

2013-07-07 Thread Charles Oliver Nutter
Master appears to be broken due to the move of joda-time out of normal dependencies. I'm going to move it back so we have a working build again. - Charlie On Sun, Jul 7, 2013 at 9:09 AM, Christian Meier wrote: > Yes, I had the same thought to get joda-timezone out of the normal build. I > will t

Re: [jruby-dev] Latest on maven build

2013-07-07 Thread Christian Meier
Yes, I had the same thought to get joda-timezone out of the normal build. I will try this. - christian Hirotsugu Asari schrieb: > >On Jul 7, 2013, at 7:47 AM, kristian wrote: > >> @headius could you push joda-timezones-2012j which is needed for >core/pom.xml even though it will not be packed

Re: [jruby-dev] Latest on maven build

2013-07-07 Thread Hirotsugu Asari
On Jul 7, 2013, at 7:47 AM, kristian wrote: > @headius could you push joda-timezones-2012j which is needed for core/pom.xml > even though it will not be packed with the shade-plugin but needed to > populate the Constants.java correctly. > > - christian I see that tzdata.version gets reset (a

Re: [jruby-dev] Latest on maven build

2013-07-07 Thread kristian
@headius could you push joda-timezones-2012j which is needed for core/pom.xml even though it will not be packed with the shade-plugin but needed to populate the Constants.java correctly. - christian On Sun, Jul 7, 2013 at 12:28 PM, kristian wrote: > hi, > > > On Sun, Jul 7, 2013 at 2:25 AM, H

Re: [jruby-dev] Latest on maven build

2013-07-07 Thread kristian
hi, On Sun, Jul 7, 2013 at 2:25 AM, Hirotsugu Asari wrote: > > On Jul 6, 2013, at 10:38 AM, kristian wrote: > > hi, > > > On Sat, Jul 6, 2013 at 3:10 PM, Hirotsugu Asari wrote: > >> >> Good to see a lot of progress being made here (especially CI!). Some >> remaining issues: >> >> >>- tzdata

Re: [jruby-dev] Latest on maven build

2013-07-06 Thread Hirotsugu Asari
On Jul 6, 2013, at 10:38 AM, kristian wrote: > hi, > > > On Sat, Jul 6, 2013 at 3:10 PM, Hirotsugu Asari wrote: > > Good to see a lot of progress being made here (especially CI!). Some > remaining issues: > > tzdata stuff is still a bit iffy. The tzdata version that jruby-core uses is > h

Re: [jruby-dev] Latest on maven build

2013-07-06 Thread Charles Oliver Nutter
On Sat, Jul 6, 2013 at 5:32 PM, Charles Oliver Nutter wrote: > I think we should set up a project and start pushing artifacts to > central that contain the tzdata. Then we only have to create the > artifacts for different tzdata versions once, and use the -D flag > after that to pull them down for

Re: [jruby-dev] Latest on maven build

2013-07-06 Thread Charles Oliver Nutter
On Sat, Jul 6, 2013 at 10:38 AM, kristian wrote: > currently you can do > $ mvn -Dtzdata.version=2013c -Ptzdata > but the 2013c artifact does exists and must exists before. > > one why to make it more convenient is to hardcode the 2013c in to > core/pom.xml for -Ptzdata case that means > $ mvn -Pt

Re: [jruby-dev] Latest on maven build

2013-07-06 Thread kristian
hi, On Sat, Jul 6, 2013 at 3:10 PM, Hirotsugu Asari wrote: > > Good to see a lot of progress being made here (especially CI!). Some > remaining issues: > > >- tzdata stuff is still a bit iffy. The tzdata version that jruby-core >uses is hard-coded as ${tzdata.version}. To build with the

Re: [jruby-dev] Latest on maven build

2013-07-06 Thread Hirotsugu Asari
On Jul 6, 2013, at 3:30 AM, Charles Oliver Nutter wrote: > I have merged stripped_project back to master. With this merge and a > subsequent commit, build_lib/ and build/ are gone, > bootstrap/incremental build is reduced to just "mvn package" or "mvn", > and CI tests appear to be passing. > >

Re: [jruby-dev] Latest on maven build

2013-07-02 Thread Hirotsugu Asari
On Jul 1, 2013, at 12:03 PM, Charles Oliver Nutter wrote: > Ok, things are slowly falling together, so he's another update. > > New working: > > * tzdata stuff (waiting on confirmation from Hiro) I can confirm this now. `mvn -Ptzdata` generates the desired jruby.jar containing the latest tzd

Re: [jruby-dev] Latest on maven build

2013-07-01 Thread kristian
I did the tzdata before and removed it from the main pom.xml since it was not the right place to do. just added the tzdata stuff to jruby master as an artifact. and reverted douglas build.xml revert. - christian On Sun, Jun 30, 2013 at 4:11 AM, Hirotsugu Asari wrote: > > On Jun 29, 2013, at 2:

Re: [jruby-dev] Latest on maven build

2013-07-01 Thread Charles Oliver Nutter
I think the joda-timezones module christian set up should be doing what you need. I just commented on your issue. Let us know if it's not doing what you need it to. - Charlie On Sat, Jun 29, 2013 at 11:11 PM, Hirotsugu Asari wrote: > > On Jun 29, 2013, at 2:01 PM, Charles Oliver Nutter > wrote

Re: [jruby-dev] Latest on maven build

2013-06-29 Thread Hirotsugu Asari
On Jun 29, 2013, at 2:01 PM, Charles Oliver Nutter wrote: > Done: > >> * From old jar building: install spi services stuff under meta-inf >> * From old test runs: compile test files. I'm hoping these can be run >> as part of the maven build and we won't actually need to add them to >> the rake