Hi, Has anyone seen this problem before? I'm class file has wrong version 50.0, should be 49.0 error. The version of maven is 2.2.0, Java version is 1.5.0 and I'm using version 1.3 of maven-antrun-plugin. How can I resolve this error? Thanks.
client.compile: [javac] Compiling 8 source files to /build/TESTDIR/RTC-08212009/wdp_workflow/client/classes [javac] /build/TESTDIR/RTC-08212009/wdp_workflow/src/com/ibm/wdp/provisioning/workflow/util/GetUserDetails.java:32: cannot access com.ibm.wdp.bss.common.util.BSSResouceBundle. [javac] bad class file: /build/TESTDIR/RTC-08212009/wdp_workflow/lib/bss.client.jar (com/ibm/wdp/bss/common/util/BSSResouceBundle.class) [javac] class file has wrong version 50.0, should be 49.0 [javac] Please remove or make sure it appears in the correct subdirectory of the classpath. [javac] import com.ibm.wdp.bss.common.util.BSSResouceBundle; [javac] ^ [javac] 1 error [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] An Ant BuildException has occured: The following error occurred while executing this line: /build/TESTDIR/RTC-08212009/wdp_workflow/build/maven_build.xml:61: Compile failed; see the compiler error output for details. Enrique