Re: [csv] Release planning for commons-csv

2014-05-01 Thread Dan Tran
As a user cutting my own internal bld +1 On Thursday, May 1, 2014, Gabriel Reid wrote: > Hi, > > I was wondering if there is currently a specific plan or list of > requirements to be fulfilled before the 1.0 of commons-csv is made. > > For me personally, as well as (I think) other users of

[csv] Release planning for commons-csv

2014-05-01 Thread Gabriel Reid
Hi, I was wondering if there is currently a specific plan or list of requirements to be fulfilled before the 1.0 of commons-csv is made. For me personally, as well as (I think) other users of commons-csv, it would be very useful to have a release as soon as possible -- even if it is only to strea

Re: [jcs] building with JSR-107 TCK

2014-05-01 Thread Romain Manni-Bucau
Hey JL, nice to know better to have details ;). When I checked yesterday Mark didnt commit his work and the missing parts of my patch which should be merged so I guess it will be fixed soon. Le 1 mai 2014 23:18, "Jean-Louis MONTEIRO" a écrit : > I have a compilation issue FYI, either with jdk6 or

Re: [Math] Javadoc with Java 8 (Was: svn commit: r1591664 [2/2] - ...)

2014-05-01 Thread Paul Benedict
Phil, I don't know who was telling people Javadoc is XML. I never heard of that. AFAIK, it has always been HTML but the Javadoc parser didn't care to enforce it. Now it's enforcing it so the only "good" Javadoc is HTML as it always was. If anyone wants to show me Sun saying Javadoc was XML, I'll gl

Re: [Math] Javadoc with Java 8 (Was: svn commit: r1591664 [2/2] - ...)

2014-05-01 Thread Phil Steitz
On 5/1/14, 2:31 PM, Paul Benedict wrote: > Gilles, > > Javadoc is not XHTML but HTML... and not just HTML, but an HTML fragment. > Documentation writers need to remember that their content is being placed > within a bigger document so correct tag usage is important to get > predictable results. > >

Re: [Math] Javadoc with Java 8 (Was: svn commit: r1591664 [2/2] - ...)

2014-05-01 Thread Gilles
On Fri, 2 May 2014 00:56:43 +0200, Bernd Eckenfels wrote: Am Fri, 02 May 2014 00:49:53 +0200 schrieb Gilles : In a context where people are fairly likely write documentation referring to generics, it's quite short-sighted to impose rules that lead to e.g. "List" IMO, that counts as _not_

Re: [Math] Javadoc with Java 8 (Was: svn commit: r1591664 [2/2] - ...)

2014-05-01 Thread Gilles
On Thu, 1 May 2014 17:12:13 -0500, Paul Benedict wrote: "Correct tag usage" for JavaDoc is properly formed HTML. HTML does not have self-closing tags -- XHTML does. So if you want to have a proper HTML document, you don't use self-closing tags. By the way, HTML isn't legacy. HTML continues to e

RE: [VOTE] Release Math 3.3 based on RC2

2014-05-01 Thread Patrick Meyer
+1 -Original Message- From: Thomas Neidhart [mailto:thomas.neidh...@gmail.com] Sent: Thursday, May 1, 2014 12:16 PM To: dev@commons.apache.org Subject: [VOTE] Release Math 3.3 based on RC2 Hi all, I would like to call a vote to release Commons Math 3.3 based on RC2. Changes since RC1:

Re: [Math] Javadoc with Java 8 (Was: svn commit: r1591664 [2/2] - ...)

2014-05-01 Thread Bernd Eckenfels
Am Fri, 02 May 2014 00:49:53 +0200 schrieb Gilles : > In a context where people are fairly likely write documentation > referring to generics, it's quite short-sighted to impose rules that > lead to e.g. "List" > IMO, that counts as _not_ readable. You can use {@literal List} which is a bi

Re: [Math] Javadoc with Java 8 (Was: svn commit: r1591664 [2/2] - ...)

2014-05-01 Thread Gilles
On Fri, 02 May 2014 00:23:33 +0200, Emmanuel Bourg wrote: Le 01/05/2014 22:49, Thomas Neidhart a écrit : * escape angle brackets (<, >) with the corresponding HTML entities Actually you only need to escape '<', that may help a bit with the readability. In a context where people are fairly

Re: [Math] Javadoc with Java 8 (Was: svn commit: r1591664 [2/2] - ...)

2014-05-01 Thread Emmanuel Bourg
Le 01/05/2014 22:49, Thomas Neidhart a écrit : > * escape angle brackets (<, >) with the corresponding HTML entities Actually you only need to escape '<', that may help a bit with the readability. Emmanuel Bourg - To unsubscr

Re: svn commit: r1591631 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/ml/neuralnet/NetworkTest.java

2014-05-01 Thread Emmanuel Bourg
Le 01/05/2014 22:44, Gilles a écrit : > You are right. > In revision 1591770, I've removed this part of the unit test. Thank you. ConcurrentHashMap has been revamped in Java 8, that explains the issue. Emmanuel Bourg - To unsu

Re: [jcs] building with JSR-107 TCK

2014-05-01 Thread Jean-Louis MONTEIRO
I have a compilation issue FYI, either with jdk6 or jdk7 JLouis 2014-05-01 18:43 GMT+02:00 Mark Struberg : > Hi! > > I've looked at Continuum and it seems like it fails since weeks now. > > Anyone successfully did run it with jdk-1.6? > > > If so, we should rather look at the Continuum config.

Re: [Math] Javadoc with Java 8 (Was: svn commit: r1591664 [2/2] - ...)

2014-05-01 Thread Paul Benedict
"Correct tag usage" for JavaDoc is properly formed HTML. HTML does not have self-closing tags -- XHTML does. So if you want to have a proper HTML document, you don't use self-closing tags. By the way, HTML isn't legacy. HTML continues to evolve but XHTML is a whole different beast. XML (also XHTML

Re: [Math] Javadoc with Java 8 (Was: svn commit: r1591664 [2/2] - ...)

2014-05-01 Thread Gilles
On Thu, 1 May 2014 16:31:13 -0500, Paul Benedict wrote: Gilles, Javadoc is not XHTML but HTML... and not just HTML, but an HTML fragment. Documentation writers need to remember that their content is being placed within a bigger document so correct tag usage is important to get predictable res

Re: [VOTE] Release Math 3.3 based on RC2

2014-05-01 Thread Gilles
On Thu, 1 May 2014 16:10:09 -0500, Paul Benedict wrote: Personally, I don't see a reason to revert the javadoc changes. There's no turning back the clock on the javadoc processing engine -- it's not like 9 or 10 is going to stop warning about malformed HTML. Although I am not a Math contributor

Re: [Math] Javadoc with Java 8 (Was: svn commit: r1591664 [2/2] - ...)

2014-05-01 Thread Paul Benedict
Gilles, Javadoc is not XHTML but HTML... and not just HTML, but an HTML fragment. Documentation writers need to remember that their content is being placed within a bigger document so correct tag usage is important to get predictable results. I think all Math committers will find this thread abou

Re: [Math] Javadoc with Java 8 (Was: svn commit: r1591664 [2/2] - ...)

2014-05-01 Thread Gilles
On Thu, 01 May 2014 22:49:58 +0200, Thomas Neidhart wrote: On 05/01/2014 10:31 PM, Gilles wrote: Hi. I don't like most of the changes performed on the Javadoc; most of them are going in the wrong direction IMHO, the most severe being the use of HTML "entities" rather than using MathJax.[1]

Re: [VOTE] Release Math 3.3 based on RC2

2014-05-01 Thread Paul Benedict
Personally, I don't see a reason to revert the javadoc changes. There's no turning back the clock on the javadoc processing engine -- it's not like 9 or 10 is going to stop warning about malformed HTML. Although I am not a Math contributor/commiter, I support the change since going forward it will

Re: [VOTE] Release Math 3.3 based on RC2

2014-05-01 Thread Gilles
On Thu, 01 May 2014 18:15:39 +0200, Thomas Neidhart wrote: Hi all, I would like to call a vote to release Commons Math 3.3 based on RC2. Changes since RC1: * completed changelog * fixed MATH-1110 * added exclusion filter for findbugs false-positive * disabled 2 tests that failed with Java

[GitHub] commons-collections pull request: COLLECTIONS-521 Typo in MultiMap...

2014-05-01 Thread maximenay
GitHub user maximenay opened a pull request: https://github.com/apache/commons-collections/pull/1 COLLECTIONS-521 Typo in MultiMapKey's isEqualKey(entry, key1, key2) https://issues.apache.org/jira/browse/COLLECTIONS-521 You can merge this pull request into a Git repository by runnin

Re: [Math] Javadoc with Java 8 (Was: svn commit: r1591664 [2/2] - ...)

2014-05-01 Thread Thomas Neidhart
On 05/01/2014 10:31 PM, Gilles wrote: > Hi. > > > I don't like most of the changes performed on the Javadoc; most of them > are going in the wrong direction IMHO, the most severe being the use of > HTML "entities" rather than using MathJax.[1] well, this does not really come as a surprise. But

Re: svn commit: r1591631 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/ml/neuralnet/NetworkTest.java

2014-05-01 Thread Gilles
On Thu, 01 May 2014 18:25:46 +0200, Emmanuel Bourg wrote: Le 01/05/2014 15:28, Gilles a écrit : On Thu, 01 May 2014 15:13:53 +0200, Emmanuel Bourg wrote: Thanks; could you please run it with the latest trunk (line numbers are wrong)? On the trunk it fails at line 131: Thanks. Asser

[Math] Javadoc with Java 8 (Was: svn commit: r1591664 [2/2] - ...)

2014-05-01 Thread Gilles
Hi. I don't like most of the changes performed on the Javadoc; most of them are going in the wrong direction IMHO, the most severe being the use of HTML "entities" rather than using MathJax.[1] Last time I checked W3C was trying to make HTML a valid XML language; now from what I read in this co

[continuum] BUILD FAILURE: Apache Commons JCS - Apache Commons (Group (shared) Maven 3 Build Definition (Java 1.6))

2014-05-01 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=30025&projectId=286 Build statistics: State: Failed Previous State: Failed Started at: Thu 1 May 2014 20:20:47 + Finished at: Thu 1 May 2014 20:24:31 + Total time: 3m 43s Build Trigger: Schedu

[continuum] BUILD FAILURE: Apache Commons JCS - Apache Commons ()

2014-05-01 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=30022&projectId=286 Build statistics: State: Failed Previous State: Failed Started at: Thu 1 May 2014 20:00:03 + Finished at: Thu 1 May 2014 20:04:29 + Total time: 4m 25s Build Trigger: Schedu

[VFS] release preparation: clirr report

2014-05-01 Thread Bernd Eckenfels
Hello, in preparation of the VFS2.1 release I was reviewing the Clirr report. It has quite a number of errors, especially in regard to new Interface methods. # Method 'public long write(org.apache.commons.vfs2.FileContent)' has been added to an interface # Method 'public boolean isFile()' has bee

Re: svn commit: r1591602 - in /commons/proper/collections/trunk/src: changes/ main/java/org/apache/commons/collections4/

2014-05-01 Thread Dipanjan Laha
-1 Imho this usecase also gives a false impression of over riding, so maybe we should make the util classes final as Gary suggested. And imo switching to Guava would be much more of an effort than to compose ones own util class :) On Thursday, 1 May 2014, Jörg Schaible > wrote: > sebb wrote: > >

Re: [jcs] building with JSR-107 TCK

2014-05-01 Thread Mark Struberg
Hi! I've looked at Continuum and it seems like it fails since weeks now. Anyone successfully did run it with jdk-1.6? If so, we should rather look at the Continuum config. LieGrue, strub > On Thursday, 1 May 2014, 16:39, Thomas Vandahl wrote: > > On 01.05.14 09:52, Mark Struberg wrote:

Re: [ALL] Suppressing Javadoc errors with Java 8 - temporary hack

2014-05-01 Thread Bernd Eckenfels
Am Thu, 1 May 2014 11:01:32 -0500 schrieb Paul Benedict : > Wrong syntax is different than missing syntax. The former affects > readability while the other just affects usability. Glad you found a > way to catch the former but ignore the latter. I agree with the "missing should be warning", but I

Re: svn commit: r1591631 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/ml/neuralnet/NetworkTest.java

2014-05-01 Thread Emmanuel Bourg
Le 01/05/2014 15:28, Gilles a écrit : > On Thu, 01 May 2014 15:13:53 +0200, Emmanuel Bourg wrote: > > Thanks; could you please run it with the latest trunk (line numbers are > wrong)? On the trunk it fails at line 131: Assert.assertTrue(isUnspecifiedOrder); (Adding error messages to the ass

[VOTE] Release Math 3.3 based on RC2

2014-05-01 Thread Thomas Neidhart
Hi all, I would like to call a vote to release Commons Math 3.3 based on RC2. Changes since RC1: * completed changelog * fixed MATH-1110 * added exclusion filter for findbugs false-positive * disabled 2 tests that failed with Java 8 * javadoc fixes for Java 8 (incomplete, see below) Note:

Re: [ALL] Suppressing Javadoc errors with Java 8 - temporary hack

2014-05-01 Thread Paul Benedict
Wrong syntax is different than missing syntax. The former affects readability while the other just affects usability. Glad you found a way to catch the former but ignore the latter. On Thu, May 1, 2014 at 5:22 AM, Mark Struberg wrote: > Actually the ',' causes a bug in the maven-javadoc-plugin.

Re: svn commit: r1591602 - in /commons/proper/collections/trunk/src: changes/ main/java/org/apache/commons/collections4/

2014-05-01 Thread Jörg Schaible
sebb wrote: > On 1 May 2014 14:21, Thomas Neidhart wrote: >> On 05/01/2014 03:03 PM, sebb wrote: >>> On 1 May 2014 12:05, wrote: Author: tn Date: Thu May 1 11:04:59 2014 New Revision: 1591602 URL: http://svn.apache.org/r1591602 Log: [COLLECTIONS-519] Construc

Re: svn commit: r1591602 - in /commons/proper/collections/trunk/src: changes/ main/java/org/apache/commons/collections4/

2014-05-01 Thread sebb
On 1 May 2014 15:13, Thomas Neidhart wrote: > On 05/01/2014 03:39 PM, sebb wrote: >> On 1 May 2014 14:21, Thomas Neidhart wrote: >>> On 05/01/2014 03:03 PM, sebb wrote: On 1 May 2014 12:05, wrote: > Author: tn > Date: Thu May 1 11:04:59 2014 > New Revision: 1591602 > >

[continuum] BUILD FAILURE: Apache Commons Math - Apache Commons (Group (shared) Maven 3 Build Definition (Java 1.6))

2014-05-01 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=30011&projectId=97 Build statistics: State: Failed Previous State: Ok Started at: Thu 1 May 2014 14:20:51 + Finished at: Thu 1 May 2014 14:26:10 + Total time: 5m 18s Build Trigger: Schedule

Re: [jcs] building with JSR-107 TCK

2014-05-01 Thread Thomas Vandahl
On 01.05.14 09:52, Mark Struberg wrote: > Hi folks! > > I've moved the TCK run into an own profile. You can activate it via > > $> mvn clean install -PjcacheTck > > We should also activate it by default during a release. > > Btw, why is this project target 1.7? We do not use anything from java7

Re: svn commit: r1591602 - in /commons/proper/collections/trunk/src: changes/ main/java/org/apache/commons/collections4/

2014-05-01 Thread Thomas Neidhart
On 05/01/2014 03:39 PM, sebb wrote: > On 1 May 2014 14:21, Thomas Neidhart wrote: >> On 05/01/2014 03:03 PM, sebb wrote: >>> On 1 May 2014 12:05, wrote: Author: tn Date: Thu May 1 11:04:59 2014 New Revision: 1591602 URL: http://svn.apache.org/r1591602 Log: [CO

Re: svn commit: r1591602 - in /commons/proper/collections/trunk/src: changes/ main/java/org/apache/commons/collections4/

2014-05-01 Thread sebb
On 1 May 2014 14:21, Thomas Neidhart wrote: > On 05/01/2014 03:03 PM, sebb wrote: >> On 1 May 2014 12:05, wrote: >>> Author: tn >>> Date: Thu May 1 11:04:59 2014 >>> New Revision: 1591602 >>> >>> URL: http://svn.apache.org/r1591602 >>> Log: >>> [COLLECTIONS-519] Constructors of *Utils classes a

Re: svn commit: r1591631 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/ml/neuralnet/NetworkTest.java

2014-05-01 Thread Gilles
On Thu, 01 May 2014 15:13:53 +0200, Emmanuel Bourg wrote: Le 01/05/2014 14:55, Gilles a écrit : Please provide a stack trace. Here it is (with Java 8 on Windows and OpenJDK 8 on Debian) : --- Test set: org.apache.co

Re: svn commit: r1591602 - in /commons/proper/collections/trunk/src: changes/ main/java/org/apache/commons/collections4/

2014-05-01 Thread Gary Gregory
On Thu, May 1, 2014 at 9:03 AM, sebb wrote: > On 1 May 2014 12:05, wrote: > > Author: tn > > Date: Thu May 1 11:04:59 2014 > > New Revision: 1591602 > > > > URL: http://svn.apache.org/r1591602 > > Log: > > [COLLECTIONS-519] Constructors of *Utils classes are now protected to > allow sub-classi

Re: svn commit: r1591602 - in /commons/proper/collections/trunk/src: changes/ main/java/org/apache/commons/collections4/

2014-05-01 Thread Thomas Neidhart
On 05/01/2014 03:03 PM, sebb wrote: > On 1 May 2014 12:05, wrote: >> Author: tn >> Date: Thu May 1 11:04:59 2014 >> New Revision: 1591602 >> >> URL: http://svn.apache.org/r1591602 >> Log: >> [COLLECTIONS-519] Constructors of *Utils classes are now protected to allow >> sub-classing. Thanks to R

Re: svn commit: r1591631 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/ml/neuralnet/NetworkTest.java

2014-05-01 Thread Emmanuel Bourg
Le 01/05/2014 14:55, Gilles a écrit : > Please provide a stack trace. Here it is (with Java 8 on Windows and OpenJDK 8 on Debian) : --- Test set: org.apache.commons.math3.ml.neuralnet.NetworkTest

Re: svn commit: r1591602 - in /commons/proper/collections/trunk/src: changes/ main/java/org/apache/commons/collections4/

2014-05-01 Thread sebb
On 1 May 2014 12:05, wrote: > Author: tn > Date: Thu May 1 11:04:59 2014 > New Revision: 1591602 > > URL: http://svn.apache.org/r1591602 > Log: > [COLLECTIONS-519] Constructors of *Utils classes are now protected to allow > sub-classing. Thanks to Radoslav Paskalev, Daniel Feist. -1 I don't t

Re: svn commit: r1591631 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/ml/neuralnet/NetworkTest.java

2014-05-01 Thread Thomas Neidhart
On 05/01/2014 02:55 PM, Gilles wrote: > On Thu, 01 May 2014 12:14:14 -, t...@apache.org wrote: >> Author: tn >> Date: Thu May 1 12:14:14 2014 >> New Revision: 1591631 >> >> URL: http://svn.apache.org/r1591631 >> Log: >> Disable randomly failing unit test. >> >> Modified: >> >> >> commons/prope

Re: svn commit: r1591631 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/ml/neuralnet/NetworkTest.java

2014-05-01 Thread Gilles
On Thu, 01 May 2014 12:14:14 -, t...@apache.org wrote: Author: tn Date: Thu May 1 12:14:14 2014 New Revision: 1591631 URL: http://svn.apache.org/r1591631 Log: Disable randomly failing unit test. Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math3/ml/neuralnet/Netwo

Re: [jcs] building with JSR-107 TCK

2014-05-01 Thread Romain Manni-Bucau
oh right, changed it in my JCS.patch ;). Sorry forgit it Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-05-01 13:16 GMT+02:00 Mark Struberg : > Yes but and have been s

[continuum] BUILD FAILURE: Apache Commons JCS - Apache Commons (Group (shared) Maven 3 Build Definition (Java 1.6))

2014-05-01 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=30002&projectId=286 Build statistics: State: Failed Previous State: Failed Started at: Thu 1 May 2014 11:24:06 + Finished at: Thu 1 May 2014 11:28:10 + Total time: 4m 4s Build Trigger: Schedul

Re: [jcs] building with JSR-107 TCK

2014-05-01 Thread Mark Struberg
Yes but and have been set to 1.7 in the parent pom. Changed this back to 1.6 now. LieGrue, strub > On Thursday, 1 May 2014, 13:03, Romain Manni-Bucau > wrote: > > wait think we didnt get each other - we say the same thing I think -, > core and jcache module are built to target j6. Only tc

[continuum] BUILD FAILURE: Apache Commons JCS - Apache Commons ()

2014-05-01 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=29998&projectId=286 Build statistics: State: Failed Previous State: Failed Started at: Thu 1 May 2014 11:00:03 + Finished at: Thu 1 May 2014 11:04:07 + Total time: 4m 4s Build Trigger: Schedul

Re: [jcs] building with JSR-107 TCK

2014-05-01 Thread Romain Manni-Bucau
wait think we didnt get each other - we say the same thing I think -, core and jcache module are built to target j6. Only tck module should run on j7/8. There are no other restriction and j6 is clearly targeted by jcache module. Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wo

Re: [jcs] building with JSR-107 TCK

2014-05-01 Thread Mark Struberg
Well, the TCK runs fine with source and target 1.6. There is nothing in our code which requires java7 yet. Thus there is imo no reason to force it. LieGrue, strub > On Thursday, 1 May 2014, 9:53, Mark Struberg wrote: > > Hi folks! > > I've moved the TCK run into an own profile. You can ac

Re: [ALL] Suppressing Javadoc errors with Java 8 - temporary hack

2014-05-01 Thread Mark Struberg
Actually the ',' causes a bug in the maven-javadoc-plugin. What seems to work is to split it into 2 parts: -Xdoclint:all -Xdoclint:-missing Already started a discussion about adding it to apache-parent over in maven-dev. LieGrue, strub > On Thursday, 1 May 2014, 11:05, Mark Struberg wro

Re: [ALL] Suppressing Javadoc errors with Java 8 - temporary hack

2014-05-01 Thread Mark Struberg
>I would prefer it if the reports were warnings rather than errors, but >generally they seem sensible. Allow me to disagree. Breaking the javadoc just because a @param is missing is imo plain wrong. Usually parameters should be self-explaining. I personally only document interfaces and methods

[continuum] BUILD FAILURE: Apache Commons JCS - Apache Commons ()

2014-05-01 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=29993&projectId=286 Build statistics: State: Failed Previous State: Failed Started at: Thu 1 May 2014 09:00:03 + Finished at: Thu 1 May 2014 09:04:20 + Total time: 4m 16s Build Trigger: Schedu

[continuum] BUILD FAILURE: Apache Commons JCS - Apache Commons (Group (shared) Maven 3 Build Definition (Java 1.6))

2014-05-01 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=29992&projectId=286 Build statistics: State: Failed Previous State: Failed Started at: Thu 1 May 2014 08:20:40 + Finished at: Thu 1 May 2014 08:24:15 + Total time: 3m 35s Build Trigger: Schedu

Re: [jcs] building with JSR-107 TCK

2014-05-01 Thread Romain Manni-Bucau
tck does would be great to get it activated by default when java > 6 too Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-05-01 9:52 GMT+02:00 Mark Struberg : > Hi folks!

[continuum] BUILD FAILURE: Apache Commons JCS - Apache Commons ()

2014-05-01 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=29989&projectId=286 Build statistics: State: Failed Previous State: Failed Started at: Thu 1 May 2014 08:00:03 + Finished at: Thu 1 May 2014 08:04:16 + Total time: 4m 12s Build Trigger: Schedu

[jcs] building with JSR-107 TCK

2014-05-01 Thread Mark Struberg
Hi folks! I've moved the TCK run into an own profile. You can activate it via $> mvn clean install -PjcacheTck We should also activate it by default during a release. Btw, why is this project target 1.7? We do not use anything from java7 right? LieGrue, strub