| Author |
problem when rebuilding EAR of WL 8.1 on 10.3.2(xbean.jar issue) using ANT1.7 and JAVA 1.6 to build
|
Rama kumari
Greenhorn
Joined: May 09, 2011
Posts: 4
|
|
Hi All.please help me in resolving this issue.
previously this is build on ant-1.6, java-1.4 and WL 8.1 now migrationing to all new versions.
Please let me know what are the issues i can face ahead ( migrationg from WL 8.1 to 10.3.2)
java/buildConfig.xml:359: taskdef class com.bea.xbean.tool.XMLBean cannot be found.
the corresponding code of buildconfig.xml is below.
<taskdef name="xmlbean" classname="com.bea.xbean.tool.XMLBean" classpath="${env.WEBLOGIC_SERVER}/lib/xbean.jar"/>
<path id="apache.xbean.path">
<pathelement location="${vendorLibDir}/xbean.jar"/>
<pathelement location="${vendorLibDir}/xbean_jsr173_1.0_api.jar"/>
</path>
Thanks in advance.
|
 |
Rama kumari
Greenhorn
Joined: May 09, 2011
Posts: 4
|
|
|
Anybody Please help...
|
 |
 |
|
|
subject: problem when rebuilding EAR of WL 8.1 on 10.3.2(xbean.jar issue) using ANT1.7 and JAVA 1.6 to build
|
|
|