Re: [jcs] building with JSR-107 TCK

2014-05-04 Thread Romain Manni-Bucau
@Thomas: would be great to get some inputs on how we can do 2 and 3, and maybe 1-2 words on how jcs works in distributed mode. Didnt find much info and not sure what I saw was right Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/i

Re: [jcs] building with JSR-107 TCK

2014-05-03 Thread Romain Manni-Bucau
just attached another patch on JCS-120 with makes jcs passing all TCKs (CDI included). Then we just need to: 1) fix the build on java 6 if broken 2) rework statistics 3) rework listeners I would be ok if we get an alpha release without 2 and 3 but would be a very great nice to have. wdyt? Rom

Re: [jcs] building with JSR-107 TCK

2014-05-03 Thread Mark Struberg
Weird, it compiles on my box (Oracle1.7 and 1.8 on Mac) and I get another compile error with Apple java-1.6.0_65 Have to finish a presentation till monday and work on BatchEE for $$dayjob. So I will only be able to help again starting with Thuesday. LieGrue, strub > On Friday, 2 May 2014,

Re: [jcs] building with JSR-107 TCK

2014-05-02 Thread Thomas Vandahl
On 02.05.14 10:13, Jean-Louis MONTEIRO wrote: > He he, sure :) > > Here is the error even in Java 7. > ERROR] > /Users/jlmonteiro/devs/asf/commons/proper/jcs/trunk/commons-jcs-jcache/src/main/java/org/apache/commons/jcs/jcache/JCSCache.java:[92,129] > cannot find symbol > symbol: class MyThrea

Re: [jcs] building with JSR-107 TCK

2014-05-02 Thread Romain Manni-Bucau
ok right, In my patch I put it public since a daemon thread factory is quite eusable and important for framewokr. It was not the case Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmanni

Re: [jcs] building with JSR-107 TCK

2014-05-02 Thread Jean-Louis MONTEIRO
He he, sure :) Here is the error even in Java 7. ERROR] /Users/jlmonteiro/devs/asf/commons/proper/jcs/trunk/commons-jcs-jcache/src/main/java/org/apache/commons/jcs/jcache/JCSCache.java:[92,129] cannot find symbol symbol: class MyThreadFactory location: class org.apache.commons.jcs.utils.thre

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: [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: [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: [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: [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

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

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: [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!

[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