Re: [jruby-dev] Pre-branch (1.7) reorg of codebase

2013-06-29 Thread kristian
On Fri, Jun 28, 2013 at 9:03 PM, Charles Oliver Nutter wrote: > native unpacking (which I think is in maven build) > it gets unpacked but under the ./lib/jni directory - christian

Re: [jruby-dev] Pre-branch (1.7) reorg of codebase

2013-06-29 Thread kristian
that works great for me after I added sonatype snapshot repo :) - christian On Sat, Jun 29, 2013 at 1:21 AM, Wayne Meissner wrote: > I just pushed a jnr-posix snapshot, and its in the sonatype snapshots > dir. Not sure if/when those get propagated to maven central. > > > On 29 June 2013 06:06

Re: [jruby-dev] Pre-branch (1.7) reorg of codebase

2013-06-29 Thread kristian
On Fri, Jun 28, 2013 at 9:03 PM, Charles Oliver Nutter wrote: > * building openssl and readline into their own jars (in stdlib), as in > ant build. They're done this way so we can upgrade them. Will it be > easier to do this if we make them their own artifacts? See > jar-jopenssl and jar-readline

Re: [jruby-dev] Pre-branch (1.7) reorg of codebase

2013-06-29 Thread Charles Oliver Nutter
Ahh I think we we working on this at the same time. My approach was to move openssl and readline into their own maven projects under ext/openssl and ext/readline and build them separately. However, I had to shade their dependencies into them. I'll have a look at your PR and try to negotiate the t

Re: [jruby-dev] Pre-branch (1.7) reorg of codebase

2013-06-29 Thread Charles Oliver Nutter
Grr...github is down for maintenance. I will look at this when they're back up. - Charlie On Sat, Jun 29, 2013 at 8:11 AM, Charles Oliver Nutter wrote: > Ahh I think we we working on this at the same time. > > My approach was to move openssl and readline into their own maven > projects under ext

Re: [jruby-dev] Pre-branch (1.7) reorg of codebase

2013-06-29 Thread Charles Oliver Nutter
Ok, I've incorporated the changes. However for the moment I've left openssl and readline in their own ext submodules. What do you think of this? The other changes have been incorporated into the poms for jruby, openssl, and readline, so they're copying the jars into the right places now, and I've

[jruby-dev] Maven build is not working

2013-06-29 Thread Hirotsugu Asari
For me > [exec] [ERROR] Failed to execute goal on project jruby: Could not > resolve dependencies for project org.jruby:jruby:jar:1.7.5.dev: Failure to > find com.github.jnr:jnr-posix:jar:3.0.1-SNAPSHOT in file:./localrepo was > cached in the local repository, resolution will not be reatte

Re: [jruby-dev] Maven build is not working

2013-06-29 Thread Charles Oliver Nutter
For now you can pull later jnr-posix and 'mvn install' to get he snapshot. Shouldn't the snapshot build be available in Sonatype? - Charlie (mobile) On Jun 29, 2013 9:16 AM, "Hirotsugu Asari" wrote: > For me > > [exec] [ERROR] Failed to execute goal on project jruby: Could not > resolve de

Re: [jruby-dev] Maven build is not working

2013-06-29 Thread Charles Oliver Nutter
Later = latest - Charlie (mobile) On Jun 29, 2013 10:13 AM, "Charles Oliver Nutter" wrote: > For now you can pull later jnr-posix and 'mvn install' to get he snapshot. > > Shouldn't the snapshot build be available in Sonatype? > > - Charlie (mobile) > On Jun 29, 2013 9:16 AM, "Hirotsugu Asari"

Re: [jruby-dev] Maven build is not working

2013-06-29 Thread Charles Oliver Nutter
Looks like the artifact is there...are you sure you're on master head? - Charlie (mobile) On Jun 29, 2013 10:16 AM, "Charles Oliver Nutter" wrote: > Later = latest > > - Charlie (mobile) > On Jun 29, 2013 10:13 AM, "Charles Oliver Nutter" > wrote: > >> For now you can pull later jnr-posix and '

Re: [jruby-dev] Maven build is not working

2013-06-29 Thread Wayne Meissner
On 30 June 2013 00:13, Charles Oliver Nutter wrote: > For now you can pull later jnr-posix and 'mvn install' to get he snapshot. > > Shouldn't the snapshot build be available in Sonatype? Looks like it is https://oss.sonatype.org/content/repositories/snapshots/com/github/jnr/jnr-posix/3.0.1-SNAPS

Re: [jruby-dev] Maven build is not working

2013-06-29 Thread Charles Oliver Nutter
Yeah head should have the snapshot repo in pom now. - Charlie (mobile) On Jun 29, 2013 10:31 AM, "Wayne Meissner" wrote: > On 30 June 2013 00:13, Charles Oliver Nutter wrote: > > For now you can pull later jnr-posix and 'mvn install' to get he > snapshot. > > > > Shouldn't the snapshot build be

Re: [jruby-dev] Pre-branch (1.7) reorg of codebase

2013-06-29 Thread kristian
On Sat, Jun 29, 2013 at 1:47 PM, Charles Oliver Nutter wrote: > Ok, I've incorporated the changes. However for the moment I've left > openssl and readline in their own ext submodules. What do you think of > this? > not sure yet, might give some problems when we want to build everything together

[jruby-dev] Welcome christian to JRuby Core :-)

2013-06-29 Thread Charles Oliver Nutter
Tom and I have agreed to add christian as a JRuby committer, for help with maven in the past and help with the current reorganization. Welcome to the team (officially)! - Charlie - To unsubscribe from this list, please visit:

Re: [jruby-dev] Welcome christian to JRuby Core :-)

2013-06-29 Thread Michael Johann
Welcome and congratulations. :) Am 29.06.2013 um 18:16 schrieb Charles Oliver Nutter : > Tom and I have agreed to add christian as a JRuby committer, for help > with maven in the past and help with the current reorganization. > > Welcome to the team (officially)! > > - Charlie > > --

Re: [jruby-dev] Pre-branch (1.7) reorg of codebase

2013-06-29 Thread Charles Oliver Nutter
On Sat, Jun 29, 2013 at 12:03 PM, kristian wrote: > maybe a mixture of of both is possible too: > > . > ├── jruby-complete > │ └── pom.xml > ├── jruby-core > │ └── pom.xml > ├── jruby-dev > │ └── pom.xml > ├── jruby-stdlib > │ └── pom.xml > ├── ext/openssl > │ ├── pom.xml > │ └── src >

Re: [jruby-dev] Pre-branch (1.7) reorg of codebase

2013-06-29 Thread Douglas Campos
On Sat, Jun 29, 2013 at 05:03:40PM +0100, kristian wrote: > the base pom.xml is the aggregator which is used to build all in one go and > to deploy/release everything. and the main thing would take place in > ./jruby-dev > > old pom.xml from jruby was such an aggregator so in the ./maven/pom.xml o

Re: [jruby-dev] Pre-branch (1.7) reorg of codebase

2013-06-29 Thread Charles Oliver Nutter
On Sat, Jun 29, 2013 at 12:22 PM, Douglas Campos wrote: > I think the less we deviate from the defaults the less we'll have > cursing and angry Tom hatin' maven ;) Yeah I'm all for defaults as much as possible to keep the maven files simple. - Charlie ---

Re: [jruby-dev] Welcome christian to JRuby Core :-)

2013-06-29 Thread Douglas Campos
On Sat, Jun 29, 2013 at 12:16:28PM -0400, Charles Oliver Nutter wrote: > Tom and I have agreed to add christian as a JRuby committer, for help > with maven in the past and help with the current reorganization. > > Welcome to the team (officially)! Congratulations! -- qmx ---

[jruby-dev] Latest on maven build

2013-06-29 Thread Charles Oliver Nutter
The maven build is now installed and we're iterating on fixing and improving it, so I thought I'd start a new thread. Recent updates: * sonatype snapshot repo added to pom, and appears to be working for jnr-posix 3.0.1-SNAPSHOT * openssl and readline (built as separate jars) moved to their own ma

[jruby-dev] Re: Latest on maven build

2013-06-29 Thread Charles Oliver Nutter
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 test runs (i.e. these can be our smoke tests during > packaging) I a

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