openesb-components/driver-tests/bpelse/JavaEEIntegration/JavaEEToBP/ProdMngmntSamples
Vishnu d33c35f67c adding driver tests 2013-03-20 17:47:07 +05:30
..
ApplicantEvaluator adding driver tests 2013-03-20 17:47:07 +05:30
CreditApplicationProcessorApplication adding driver tests 2013-03-20 17:47:07 +05:30
CreditApplicationProcessorBusinessProcess adding driver tests 2013-03-20 17:47:07 +05:30
FICOSimulator adding driver tests 2013-03-20 17:47:07 +05:30
FinancialIndexServer adding driver tests 2013-03-20 17:47:07 +05:30
LoanApprover adding driver tests 2013-03-20 17:47:07 +05:30
PerformanceEvaluator adding driver tests 2013-03-20 17:47:07 +05:30
VehicleInformationServer adding driver tests 2013-03-20 17:47:07 +05:30
readme.txt Imported from svn by Bitbucket 2012-11-08 17:12:01 +01:00

readme.txt

Following changes are made to build script to build and test in Test Driver framework.

1. ApplicantEvaluator\nbproject\build-impl.xml
Commented the build task on depending-on project under target "-deps-module-jar".

2. CreditApplicationProcessorApplication\build.xml
Added below task to target pre-init"
          <ant target="dist" inheritall="false" dir="../PerformanceEvaluator"/>
          <ant target="dist" inheritall="false" dir="../FICOSimulator"/>
          <ant target="wsimport-client-generate" inheritall="false" dir="../ApplicantEvaluator"/>