Re: [jruby-dev] Clean Checkout Maven Error

2013-07-09 Thread kristian
that looks the same as what I saw on travis build. there the workaround is to use mvn -Pdefault but on travis I could not debug and find the cause. let me know if that helps. maybe you could provide me also with the output of mvn help:active-profiles that should give me some clues since I can n

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-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] Clean Checkout Maven Error

2013-07-09 Thread Alex Tambellini
After commit 5145f59b2 I am now able to run mvn to completion. Here is the output of mvn help:active-profiles: https://gist.github.com/atambo/5957015 On Jul 9, 2013, at 4:49 AM, kristian wrote: > > that looks the same as what I saw on travis build. there the workaround is to > use > > mvn -

Re: [jruby-dev] Clean Checkout Maven Error

2013-07-09 Thread kristian
by any chance do you have a $HOME/.m2/settings.xml ? if yes, could you share it with me (after removing passwords, etc). no more further questions since it is not an issue anymore. thanx, christian On Tue, Jul 9, 2013 at 1:40 PM, Alex Tambellini wrote: > After commit 5145f59b2 I am now able t

Re: [jruby-dev] Clean Checkout Maven Error

2013-07-09 Thread Alex Tambellini
Nope, my ~/.m2/ directory only has a repository directory in it, no settings.xml. On Jul 9, 2013, at 8:53 AM, kristian wrote: > by any chance do you have a $HOME/.m2/settings.xml ? if yes, could you share > it with me (after removing passwords, etc). no more further questions since > it is no