driver test changes

master
Vishnu 2013-03-14 19:11:08 +05:30
parent 6047978958
commit afcaf815c8
3 changed files with 255 additions and 230 deletions

View File

@ -1,8 +1,8 @@
build.xml.data.CRC32=f2e082a8
build.xml.script.CRC32=72d0d1ff
build.xml.stylesheet.CRC32=266d0f7d@6.5.1
build.xml.stylesheet.CRC32=48dfec94@6.9
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
nbproject/build-impl.xml.data.CRC32=f2e082a8
nbproject/build-impl.xml.script.CRC32=5cc3e114
nbproject/build-impl.xml.stylesheet.CRC32=922b62a3@6.5.1
nbproject/build-impl.xml.stylesheet.CRC32=f53cdf97@6.9

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
*** GENERATED FROM project.xml - DO NOT EDIT ***
*** EDIT ../build.xml INSTEAD ***
-->
*** GENERATED FROM project.xml - DO NOT EDIT ***
*** EDIT ../build.xml INSTEAD ***
-->
<project name="AssignJbi-jbi-impl" default="build" basedir="..">
<target name="default" depends="dist"/>
<!--
INITIALIZATION SECTION
-->
<!--
INITIALIZATION SECTION
-->
<target name="pre-init">
<!-- Empty placeholder for easier customization. -->
<!-- You can override this target in the ../build.xml file. -->
@ -49,7 +49,7 @@
<pathelement location="${soa.module.install.dir}/org-netbeans-modules-compapp-projects-jbi.jar"/>
<pathelement location="${soa.module.install.dir}/org-netbeans-modules-compapp-manager-jbi.jar"/>
<pathelement location="${soa.module.install.dir}/org-netbeans-soa-libs-xmlbeans.jar"/>
<pathelement location="${soa.module.install.dir}/ext/jbi/jbi-admin-common.jar"/>
<pathelement location="${soa.module.install.dir}/ext/jbi-admin-common.jar"/>
<pathelement location="${soa.module.install.dir}/../ant/nblib/org-netbeans-modules-compapp-projects-jbi.jar"/>
<pathelement location="${esb.netbeans.platform}/lib/org-openide-util.jar"/>
<pathelement location="${esb.netbeans.platform}/lib/org-openide-util-lookup.jar"/>
@ -59,6 +59,7 @@
<pathelement location="${esb.netbeans.platform}/modules/org-openide-loaders.jar"/>
<pathelement location="${esb.netbeans.platform}/modules/org-openide-nodes.jar"/>
<pathelement location="${esb.netbeans.platform}/modules/org-openide-dialogs.jar"/>
<pathelement location="${esb.netbeans.platform}/modules/org-netbeans-modules-keyring.jar"/>
<pathelement location="${esb.netbeans.platform}/core/org-openide-filesystems.jar"/>
<pathelement location="${ide.module.install.dir}/ext/xerces-2.8.0.jar"/>
<pathelement location="${ide.module.install.dir}/ext/xml-commons-dom-ranges-1.0.b2.jar"/>
@ -98,8 +99,8 @@
</target>
<target name="init" depends="pre-init,init-private,init-userdir,init-user,init-project,do-init,post-init,init-check,-init-taskdefs"/>
<!--
COMPILATION SECTION
-->
COMPILATION SECTION
-->
<target name="deps-jar" depends="init" unless="${no.dependencies}">
<ant target="dist_se" inheritall="false" antfile="${project.AssignBpel}/build.xml"/>
<property name="AssignBpel.su.name" value="AssignBpel"/>
@ -118,6 +119,7 @@
<move todir="${src.dir}/../jbiServiceUnits/META-INF/${AssignBpel.su.name}">
<fileset dir="${AssignBpel.su.dir}/META-INF"/>
</move>
<copy todir="${build.dir}" file="${reference.AssignBpel.dist_se}"/>
</target>
<target name="deps-javaee-jar" depends="init" unless="${no.dependencies}"/>
<target name="pre-pre-compile" depends="init,deps-jar">
@ -156,8 +158,8 @@
</target>
<target name="compile-single" depends="init,deps-jar,pre-pre-compile,pre-compile-single,do-compile-single,post-compile-single"/>
<!--
DIST BUILDING SECTION
-->
DIST BUILDING SECTION
-->
<target name="jbi-build" depends="init,init-deploy,deps-jar,deps-javaee-jar">
<mkdir dir="${src.dir}"/>
<copy todir="${src.dir}/../jbiServiceUnits" overwrite="true">
@ -181,26 +183,29 @@
<target name="jbi-clean-build" depends="init,init-deploy,clean,jbi-build"/>
<target name="dist" depends="jbi-build"/>
<!--
EXECUTION SECTION
-->
EXECUTION SECTION
-->
<target name="run" depends="jbi-build,run-jbi-deploy"/>
<target name="init-deploy">
<target name="init-deploy" depends="init-server-password">
<property name="include.jar.manifest" value=""/>
</target>
<target name="init-server-password" unless="server.password">
<property name="server.password" value=""/>
</target>
<target name="run-jbi-deploy" depends="jbi-build">
<property name="j2ee.server.instance" value=""/>
<loadproperties srcFile="${basedir}/nbproject/private/private.properties"/>
<jbi-deploy-service-assembly serviceAssemblyID="${jbi.service-assembly.id}" serviceAssemblyLocation="${basedir}/${dist.jar}" netBeansUserDir="${netbeans.user}" j2eeServerInstance="${j2ee.server.instance}"/>
<jbi-deploy-service-assembly serviceAssemblyID="${jbi.service-assembly.id}" serviceAssemblyLocation="${basedir}/${dist.jar}" netBeansUserDir="${netbeans.user}" j2eeServerInstance="${j2ee.server.instance}" password="${server.password}"/>
</target>
<target name="run-jbi-deploy-without-build" depends="init,init-deploy">
<property name="j2ee.server.instance" value=""/>
<loadproperties srcFile="${basedir}/nbproject/private/private.properties"/>
<jbi-deploy-service-assembly serviceAssemblyID="${jbi.service-assembly.id}" serviceAssemblyLocation="${basedir}/${dist.jar}" netBeansUserDir="${netbeans.user}" j2eeServerInstance="${j2ee.server.instance}"/>
<jbi-deploy-service-assembly serviceAssemblyID="${jbi.service-assembly.id}" serviceAssemblyLocation="${basedir}/${dist.jar}" netBeansUserDir="${netbeans.user}" j2eeServerInstance="${j2ee.server.instance}" password="${server.password}"/>
</target>
<target name="undeploy" depends="init">
<target name="undeploy" depends="init,init-server-password">
<property name="j2ee.server.instance" value=""/>
<loadproperties srcFile="${basedir}/nbproject/private/private.properties"/>
<jbi-deploy-service-assembly undeployServiceAssembly="true" serviceAssemblyID="${jbi.service-assembly.id}" serviceAssemblyLocation="${basedir}/${dist.jar}" netBeansUserDir="${netbeans.user}" j2eeServerInstance="${j2ee.server.instance}"/>
<jbi-deploy-service-assembly undeployServiceAssembly="true" serviceAssemblyID="${jbi.service-assembly.id}" serviceAssemblyLocation="${basedir}/${dist.jar}" netBeansUserDir="${netbeans.user}" j2eeServerInstance="${j2ee.server.instance}" password="${server.password}"/>
</target>
<target name="-pre-debug">
<property name="inDebug" value="true"/>
@ -211,8 +216,8 @@
<teardown-debug-environment netBeansUserDir="${netbeans.user}" j2eeServerInstance="${j2ee.server.instance}"/>
</target>
<!--
DEBUGGING SECTION
-->
DEBUGGING SECTION
-->
<target name="debug" depends="run,-pre-debug" if="esb.netbeans.platform"/>
<target name="pre-debug-fix" depends="init">
<fail unless="fix.includes">Must set fix.includes</fail>
@ -223,8 +228,8 @@
</target>
<target name="debug-fix" if="esb.netbeans.platform" depends="init,pre-debug-fix,do-debug-fix"/>
<!--
CLEANUP SECTION
-->
CLEANUP SECTION
-->
<target name="deps-clean" depends="init" unless="${no.dependencies}">
<ant target="clean" inheritall="false" antfile="${project.AssignBpel}/build.xml"/>
</target>
@ -244,21 +249,22 @@
<delete file="${src.dir}/${jbi.service-assembly.id}.wsdl"/>
</target>
<!--
JUNIT EXECUTION SECTION
-->
JUNIT EXECUTION SECTION
-->
<target name="-pre-test-run" if="have.tests" depends="init">
<mkdir dir="${test.results.dir}"/>
<path id="unit.test.classpath">
<pathelement path="${soa.module.install.dir}/org-netbeans-modules-compapp-manager-jbi.jar"/>
<pathelement path="${soa.module.install.dir}/org-netbeans-modules-compapp-projects-jbi.jar"/>
<pathelement path="${soa.module.install.dir}/ext/jbi/jbi-admin-common.jar"/>
<pathelement path="${soa.module.install.dir}/ext/jbi/catd.jar"/>
<pathelement path="${soa.module.install.dir}/ext/jbi-admin-common.jar"/>
<pathelement path="${soa.module.install.dir}/ext/catd.jar"/>
<pathelement path="${java.module.install.dir}/ext/junit-3.8.2.jar"/>
<pathelement path="${java.module.install.dir}/ext/jaxws21/api/saaj-api.jar"/>
<pathelement path="${java.module.install.dir}/ext/jaxws21/saaj-impl.jar"/>
<pathelement path="${java.module.install.dir}/ext/jaxws21/FastInfoset.jar"/>
<pathelement path="${ide.module.install.dir}/org-netbeans-modules-editor-lib.jar"/>
<pathelement path="${ide.module.install.dir}/org-netbeans-modules-editor.jar"/>
<pathelement path="${ide.module.install.dir}/org-netbeans-modules-editor-deprecated-pre65formatting.jar"/>
<pathelement path="${ide.module.install.dir}/org-netbeans-modules-editor-util.jar"/>
<pathelement path="${ide.module.install.dir}/org-netbeans-modules-editor-lib2.jar"/>
<pathelement path="${ide.module.install.dir}/org-netbeans-modules-editor-indent.jar"/>
@ -285,13 +291,18 @@
<pathelement path="${esb.netbeans.platform}/modules/org-netbeans-modules-editor-mimelookup.jar"/>
<pathelement path="${esb.netbeans.platform}/modules/org-netbeans-modules-editor-mimelookup-impl.jar"/>
<pathelement path="${esb.netbeans.platform}/core/org-openide-filesystems.jar"/>
<pathelement path="${esb.netbeans.platform}/modules/org-netbeans-modules-keyring.jar"/>
<pathelement path="${esb.netbeans.platform}/modules/org-openide-dialogs.jar"/>
<pathelement path="${esb.netbeans.platform}/modules/ext/jna-3.0.9.jar"/>
</path>
</target>
<target name="-do-test-run" if="have.tests" depends="init,-pre-test-run">
<target name="-do-test-run" if="have.tests" depends="init,-pre-test-run,init-server-password">
<junit showoutput="true" fork="yes" dir="${basedir}" tempdir="${java.io.tmpdir}" failureproperty="tests.failed" errorproperty="tests.failed">
<classpath refid="unit.test.classpath"/>
<jvmarg value="-Xmx256m"/>
<sysproperty key="NetBeansUserDir" value="${netbeans.user}"/>
<sysproperty key="ServerPassword" value="${server.password}"/>
<sysproperty key="java.awt.headless" value="${java.awt.headless}"/>
<sysproperty key="GenerateATSOutput" value="${generate.ats.output}"/>
<sysproperty key="org.netbeans.modules.compapp.catd.context" value="${org.netbeans.modules.compapp.catd.context}"/>
<test name="org.netbeans.modules.compapp.catd.ConfiguredTest" haltonfailure="no" todir="${test.results.dir}"/>
@ -303,11 +314,13 @@
<formatter type="xml"/>
</junit>
</target>
<target name="-do-single-test-run" if="have.tests" depends="init,-pre-test-run">
<target name="-do-single-test-run" if="have.tests" depends="init,-pre-test-run,init-server-password">
<junit showoutput="true" fork="yes" dir="${basedir}" tempdir="${java.io.tmpdir}" failureproperty="tests.failed" errorproperty="tests.failed">
<classpath refid="unit.test.classpath"/>
<jvmarg value="-Xmx256m"/>
<sysproperty key="NetBeansUserDir" value="${netbeans.user}"/>
<sysproperty key="ServerPassword" value="${server.password}"/>
<sysproperty key="java.awt.headless" value="${java.awt.headless}"/>
<sysproperty key="GenerateATSOutput" value="${generate.ats.output}"/>
<sysproperty key="inDebug" value="${inDebug}"/>
<sysproperty key="org.netbeans.modules.compapp.catd.context" value="${org.netbeans.modules.compapp.catd.context}"/>

File diff suppressed because one or more lines are too long