Re: Continuum and minimum JDK requirement

2007-07-18 Thread Joerg Heinicke
Emmanuel Venisse venisse.net> writes: > >> Brett talked about the possibility to fork builds with Continuum [3]. > > > > Continuum always forks builds. However, controlling the JDK it used was > > not easy. I do believe profiles support will be in the next release and > > will make it easy. >

Continuum and minimum JDK requirement

2007-07-10 Thread Joerg Heinicke
Hello guys, we had an issue recently with Continuum on Cocoon and continuous integration which fails to check JDK 1.4 compliance of Cocoon's code base since Continuum itself is running with a JDK 5 (in that particular case it was usage of ThreadLocal.remove() [1]). I found the thread about raising