Configuration2 missing class

2018-04-10 Thread Claude Warren
I just pulled the configuration2 classes from svn using: svn checkout http://svn.apache.org/repos/asf/commons/proper/configuration/tags/CONFIGURATION_2_2 commons-configuration2 and the class PropertyListParser is missing from org.apache.commons.configuration2.plist It is used in

[LAZY][VOTE] Release Commons Parent 46 based on RC2.

2018-04-10 Thread Rob Tompkins
Hello all, This is a [LAZY][VOTE] for releasing Apache Commons Parent 46 (from RC2). Note on validation: Please read the https://dist.apache.org/repos/dist/dev/commons/commons-parent/RELEASE-NOTES.txt, as there is an erroneous non-failing stack trace that occurs during the build.

Re: [LAZY][VOTE] Release Commons Parent 46 based on RC2.

2018-04-10 Thread Gary Gregory
Not a blocker but it would be nice to address: [INFO] Scanning for projects... [WARNING] The project org.apache.commons:commons-parent:pom:46 uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the

Re: [LAZY][VOTE] Release Commons Parent 46 based on RC2.

2018-04-10 Thread Gary Gregory
Testing with: Apache Maven 3.5.3 (3383c37e1f9e9b3bc3df5050c29c8aff9f295297; 2018-02-24T12:49:05-07:00) Maven home: C:\Java\apache-maven-3.5.3\bin\.. Java version: 1.8.0_162, vendor: Oracle Corporation Java home: C:\Program Files\Java\jdk1.8.0_162\jre Default locale: en_US, platform encoding:

Re: Configuration2 missing class

2018-04-10 Thread Gary Gregory
You will find it in target/generated-sources/javacc after you run a build. Gary On Tue, Apr 10, 2018 at 5:43 AM, Claude Warren wrote: > I just pulled the configuration2 classes from svn using: > > svn checkout >

Re: Configuration2 missing class

2018-04-10 Thread Claude Warren
thx On Tue, Apr 10, 2018 at 3:22 PM, Gary Gregory wrote: > You will find it in target/generated-sources/javacc after you run a build. > > Gary > > On Tue, Apr 10, 2018 at 5:43 AM, Claude Warren wrote: > > > I just pulled the configuration2 classes

Re: [LAZY][VOTE] Release Commons Parent 46 based on RC2.

2018-04-10 Thread Gary Gregory
Hi Rob, Thank you for preparing this RC. Do you or anyone know what this means or if it matters for us: Dependency Convergence*Legend:* [image: [Error]] At least one dependency has a differing version of the dependency or has SNAPSHOT dependencies. Gary On Tue, Apr 10, 2018 at 6:36 AM, Rob

Re: [LAZY][VOTE] Release Commons Parent 46 based on RC2.

2018-04-10 Thread Rob Tompkins
Darn...that’s a lot of errors. I suppose we’ll go with an RC3. I’ll work through the issues. -Rob > On Apr 10, 2018, at 11:16 AM, Gary Gregory wrote: > > Testing with: > > Apache Maven 3.5.3 (3383c37e1f9e9b3bc3df5050c29c8aff9f295297; > 2018-02-24T12:49:05-07:00) >

Re: [CANCEL][LAZY][VOTE] Release Commons Parent 46 based on RC2.

2018-04-10 Thread Gary Gregory
Thank you Rob. I was hoping I am missing something in Commons Collection. I am sure I could just use CLIRR instead of japicmp but there should be a way to get japicmp to work; I just have not taken the time to look into it. Maybe it's just something missing from the POM? Gary On Tue, Apr 10,

[CANCEL][LAZY][VOTE] Release Commons Parent 46 based on RC2.

2018-04-10 Thread Rob Tompkins
I’m going to cancel the [VOTE] on RC2, and work on the issues Gary found. -Rob > On Apr 10, 2018, at 8:36 AM, Rob Tompkins wrote: > > Hello all, > > > This is a [LAZY][VOTE] for releasing Apache Commons Parent 46 (from RC2). > > > Note on validation: > Please read

Error on version overview

2018-04-10 Thread jhm
http://commons.apache.org/ lists version 3.6 for commons-lang3 while there is a version 3.7 published https://mvnrepository.com/artifact/org.apache.commons/commons-lang3/3.7 Jan

Re: Google Summer of Code

2018-04-10 Thread Brian Driscoll
Greg, I'm sending this email to help explain Gilles response to your GSoC project and what you should send in response. Gilles: There is no structure for benchmarks in Commons Math (there are home-made codes used there for "FastMath" (that have shown that "FastMath" is nos always fast...).