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
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
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
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
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
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
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
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
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"
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 '
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
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
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
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:
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
>
> --
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
>
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
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
---
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
---
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
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
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
22 matches
Mail list logo