PageRenderTime 23ms CodeModel.GetById 0ms RepoModel.GetById 1ms app.codeStats 0ms

/esb-test/sample-tests/regress/regress_defs.ksh

https://bitbucket.org/openesb/openesb-core
Korn Shell | 50 lines | 13 code | 5 blank | 32 comment | 0 complexity | f61f3eaa30458935a07bb32a03cfd3cf MD5 | raw file
  1. #
  2. # BEGIN_HEADER - DO NOT EDIT
  3. #
  4. # The contents of this file are subject to the terms
  5. # of the Common Development and Distribution License
  6. # (the "License"). You may not use this file except
  7. # in compliance with the License.
  8. #
  9. # You can obtain a copy of the license at
  10. # https://open-esb.dev.java.net/public/CDDLv1.0.html.
  11. # See the License for the specific language governing
  12. # permissions and limitations under the License.
  13. #
  14. # When distributing Covered Code, include this CDDL
  15. # HEADER in each file and include the License file at
  16. # https://open-esb.dev.java.net/public/CDDLv1.0.html.
  17. # If applicable add the following below this CDDL HEADER,
  18. # with the fields enclosed by brackets "[]" replaced with
  19. # your own identifying information: Portions Copyright
  20. # [year] [name of copyright owner]
  21. #
  22. #
  23. # @(#)regress_defs.ksh
  24. # Copyright 2004-2008 Sun Microsystems, Inc. All Rights Reserved.
  25. #
  26. # END_HEADER - DO NOT EDIT
  27. #
  28. #common definitions for sample tests
  29. # Set this to the test domain. default is JBITest
  30. #my_test_domain=JBITest
  31. . $SRCROOT/antbld/regress/esb_common_defs.ksh
  32. export REGRESS_CLASSPATH
  33. REGRESS_CLASSPATH="$JV_SVC_CLASSES\
  34. ${JBI_PS}$JV_SVC_TEST_CLASSES\
  35. ${JBI_PS}$JV_JBI_HOME/lib/jbi_rt.jar\
  36. ${JBI_PS}$AS_INSTALL/lib/jmxremote.jar\
  37. ${JBI_PS}$AS_INSTALL/lib/jmxremote_optional.jar\
  38. ${JBI_PS}$AS_INSTALL/lib/appserv-admin.jar\
  39. ${JBI_PS}$AS_INSTALL/lib/appserv-rt.jar\
  40. ${JBI_PS}$AS_INSTALL/lib/javaee.jar\
  41. "
  42. # Calls ant with jbi.task.fail.on.error=false so that we can track negative
  43. # test case output in the .out file
  44. export JBI_ANT_NEG
  45. JBI_ANT_NEG="$JBI_ANT -Djbi.task.fail.on.error=false"