Re: Continuum and minimum JDK requirement

2007-07-18 Thread Joerg Heinicke
Emmanuel Venisse emmanuel at 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.
 
 Yes, it will be in Continuum 1.1-beta-1. With Profiles/Installations, you can
 choose the jdk, maven and environment var to use for a build.

Thanks all very much for the information. It's good to know that it is
available. Now we only need to get it installed in our zone.

Regards,
Joerg


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 the minimum JDK for
Continuum where exactly such issues where foreseen [2]. Brett talked about the
possibility to fork builds with Continuum [3]. Is that how Maven assures 1.4
compatibility running its Continuum? Or how do you assure it? Putting it to the
extremes there might even be a JDK 1.4 project using enum keyword which should
be build with Continuum. If the latter requires JDK 5 is it possible though to
build that project?

Thanks for any hint,

Joerg

[1] http://marc.info/?l=xml-cocoon-devm=118115701130207w=4
[2] http://marc.info/?t=11522363541r=1w=4, in particular Steven's mail
http://marc.info/?l=turbine-maven-devm=115227611406486w=4
[3] http://marc.info/?l=turbine-maven-devm=115518652524872w=4


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]