[C3] User survey on increase of minimum Java version to 1.6.0 for Cocoon3

2011-08-05 Thread Nathaniel, Alfred
Dear Cocooneers, On the dev list we have been discussing whether to increase the minimum Java version required for building and running Cocoon3 (C3) from currently 1.5.0 (Java5) to 1.6.0 (Java6). C3 is a green-field reimplementation of the Cocoon pipeline concept. Thanks to the efforts

Java version

2008-07-03 Thread Johannes Hoechstaedter
Hi everybody, I noticed, that my compiled block has always java version 1.5. I need it with 1.4. What should I do? I build my block by mvn install. cheers Johannes - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: Java version

2008-07-03 Thread Robby Pelssers
configuration source1.5/source target1.5/target /configuration /plugin ... -Original Message- From: Johannes Hoechstaedter [mailto:[EMAIL PROTECTED] Sent: donderdag 3 juli 2008 9:59 To: users@cocoon.apache.org Subject: Java version Hi everybody

Re: Java version

2008-07-03 Thread Johannes Hoechstaedter
Hi Robby, thank you for your quick reply, but It doesn't work. I added: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-compiler-plugin/artifactId version2.0/version configuration source1.4/source target1.4/target

Re: Java version

2008-07-03 Thread Johannes Hoechstaedter
I did it. I changed my environment variable JAVA_HOME to 1.4. Nevertheless I would be happy if some one knows another solution how to configure the maven build. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Java version

2008-07-03 Thread Johannes Hoechstaedter
: donderdag 3 juli 2008 10:43 To: users@cocoon.apache.org Subject: Re: Java version I did it. I changed my environment variable JAVA_HOME to 1.4. Nevertheless I would be happy if some one knows another solution how to configure the maven build

Re: Java version

2008-07-03 Thread Johannes Hoechstaedter
, anyway. Glad you managed to solve your problem. Cheers, Robby -Original Message- From: Johannes Hoechstaedter [mailto:[EMAIL PROTECTED] Sent: donderdag 3 juli 2008 10:43 To: users@cocoon.apache.org Subject: Re: Java version I did it. I changed my environment variable JAVA_HOME to 1.4

Re: Java version

2008-07-03 Thread Johannes Hoechstaedter
Hi, now here is a solution I can live with: I have edited: the maven-jar-plugin and simply added Build-Jdk1.4/Build-Jdk to the manifest. That works for me. bye - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Java version

2008-07-03 Thread Johannes Hoechstaedter
End of thred is, that I have Error creating bean with name 'de.memocomp.myBlock1.service' running my webapp on Tomcat 5.0 with java 1.4. Everything was fine with Tomact 5.5 and java 1.5. Johannes Hoechstaedter schrieb: Hi, now here is a solution I can live with: I have edited: the