+1 not binding
Build works fine with
Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1;
2014-12-15T06:29:23+13:00)
Maven home: /opt/apache-maven-3.2.5
Java version: 1.8.0_45, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-8-oracle/jre
Default locale: en_US, platform encoding: U
Hi Benedict,
I'm contacting you in relation to Apache Commons Configuration & Bean
Scripting Framework (BSF), both projects seems to be very popular
dependencies for other open source projects.
As part of the preparations for JDK 9, Oracle’s engineers have been
analyzing open source proje
Hi
-1 not binding
The following test fails in Ubuntu 14.04 with Java versions:
* 1.8.0_45, vendor: Oracle Corporation, Java home:
/usr/lib/jvm/java-8-oracle/jre* 1.7.0_79, vendor: Oracle Corporation Java home:
/opt/jdk1.7.0_79/jre* 1.6.0_45, vendor: Sun Microsystems Inc. Java home:
/usr/lib/
+1 (non-binding)
based on successful run of the Groovy test suite
Notes: since the 1.3 release we have removed GroovyInternalPosixParser
which was our fork of 1.2's PosixParser with some bug fixes of our own plus
some from the 1.3 codebase before 1.3's release and now use DefaultParser.
So we are
On 15.06.2015 10:04, Rory O'Donnell wrote:
>
> Hi Benedict,
>
> I'm contacting you in relation to Apache Commons Configuration & Bean
> Scripting Framework (BSF),
> both projects seems to be very popular dependencies for other open source
> projects.
>
> As part of the preparations for JDK 9,
Hi Bruno,
Am 15.06.2015 um 10:34 schrieb Bruno P. Kinoshita:
> Hi
>
> -1 not binding
>
> The following test fails in Ubuntu 14.04 with Java versions:
>
> * 1.8.0_45, vendor: Oracle Corporation, Java home:
> /usr/lib/jvm/java-8-oracle/jre* 1.7.0_79, vendor: Oracle Corporation Java
> home: /op
It seems that the org.skife jar is not in Maven Central:
[ERROR] Failed to execute goal on project commons-csv: Could not resolve
dependencies for project org.apache.commons:commons-csv:jar:1.1.1-SNAPSHOT:
Could not find artifact org.skife.kasparov:csv:jar:1.0 at specified path
C:\vcs\svn\apache\c
You have to manually download the file and put it in the correct location.
It is only used during the OpenJMH tests. Here is the relevant snippet form
pom.xml:
org.skife.kasparov
csv
1.0
system
${basedir}/csv-1.0.jar
Benedikt
2015-06-16 1:52 GMT+02:00 Gary Gregory :
> It seems that