[Numbers][Geometry] Where to define "quaternion" (Was: Making Quaternion a VALJO)

2018-12-01 Thread Gilles
Hello. On Sat, 1 Dec 2018 06:05:31 +, Matt Juntunen wrote: Hi guys, FYI, I've been working on a quaternion-related class named QuaternionRotation for commons-geometry (see link below). It includes slerp as well as several other geometry-oriented methods, such as conversion to/from axis-angl

[GitHub] commons-imaging issue #38: Cleaned up PNG component.

2018-12-01 Thread SukantPal
Github user SukantPal commented on the issue: https://github.com/apache/commons-imaging/pull/38 I have done more commits. Everyone, I am a newbie, don't know if I should've made a new PR for more commits. But for now, until someone responds, I will be updating about my commits here.

[IMAGING] PNG Component

2018-12-01 Thread Sukant Kumar
Hello, Pull Request: https://github.com/apache/commons-imaging/pull/38 I have requested to merge the pull request before. This email is not about that. I am happy that someone responded to my prior email regarding how to get my PR merged. Anyways, I have added a commit again to my fork (should

[All][RNG] Release plugin: crash

2018-12-01 Thread Gilles
Hi. Command advertized here: http://commons.apache.org/proper/commons-release-plugin/index.html when run for "Commons RNG" project leads to: ---CUT--- [ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.7.1:site (default-site) on project commons-rng-examples-jpms-lib:

Re: [All][RNG] Release plugin: crash

2018-12-01 Thread Gary Gregory
A fix might be to make the site plugin use BCEL 6.2. What Java version are you using? Gary On Sat, Dec 1, 2018 at 5:37 PM Gilles wrote: > Hi. > > Command advertized here: >http://commons.apache.org/proper/commons-release-plugin/index.html > when run for "Commons RNG" project leads to: > ---

Re: [All][RNG] Release plugin: crash

2018-12-01 Thread Gilles
On Sat, 1 Dec 2018 18:14:24 -0700, Gary Gregory wrote: A fix might be to make the site plugin use BCEL 6.2. What Java version are you using? Java 9. [Official code is compatible with Java 6, but the "examples" module requires Java 9 (one of the examples is to check for JPMS compliance, using

Re: [All][RNG] Release plugin: crash

2018-12-01 Thread Gary Gregory
On Sat, Dec 1, 2018 at 6:55 PM Gilles wrote: > On Sat, 1 Dec 2018 18:14:24 -0700, Gary Gregory wrote: > > A fix might be to make the site plugin use BCEL 6.2. What Java > > version are > > you using? > > Java 9. > > [Official code is compatible with Java 6, but the "examples" module > requires Ja

Re: [Numbers][Geometry] Where to define "quaternion" (Was: Making Quaternion a VALJO)

2018-12-01 Thread Gilles
On Sat, 01 Dec 2018 12:56:34 +0100, Gilles wrote: Hello. On Sat, 1 Dec 2018 06:05:31 +, Matt Juntunen wrote: Hi guys, FYI, I've been working on a quaternion-related class named QuaternionRotation for commons-geometry (see link below). It includes slerp as well as several other geometry-o