RE: Java version

2008-07-03 Thread Robby Pelssers
In the pom, You can define a the plugin below and just set the source and target to your needs. Cheers, Robby Pelssers build plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-compiler-plugin/artifactId version2.0/version

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