PageRenderTime 37ms CodeModel.GetById 13ms RepoModel.GetById 1ms app.codeStats 0ms

/runtime/manage/regress/regress_defs.ksh

https://bitbucket.org/openesb/openesb-core
Korn Shell | 50 lines | 14 code | 6 blank | 30 comment | 0 complexity | 0e3148c1844a7097472c39222f62f714 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-2007 Sun Microsystems, Inc. All Rights Reserved.
  25. #
  26. # END_HEADER - DO NOT EDIT
  27. #
  28. #common definitions for management regression tests.
  29. my_test_domain=domain1
  30. . $SRCROOT/antbld/regress/common_defs.ksh
  31. #this suite only uses DOS version of props (passed to ant):
  32. JBI_DOMAIN_PROPS="$JV_JBI_DOMAIN_PROPS"
  33. #this shoud by dynmaically assigned for ESB use cases
  34. export JBI_TARGET_NAME
  35. JBI_TARGET_NAME=server
  36. export REGRESS_CLASSPATH
  37. REGRESS_CLASSPATH="$JV_JBI_DOMAIN_ROOT/lib/jbi.jar\
  38. ${JBI_PS}$AS_INSTALL/lib/jmxremote.jar\
  39. ${JBI_PS}$AS_INSTALL/lib/jmxremote_optional.jar\
  40. ${JBI_PS}$AS_INSTALL/lib/appserv-rt.jar\
  41. ${JBI_PS}$AS_INSTALL/lib/j2ee.jar\
  42. "
  43. export IGNORED_EXCEPTIONS
  44. IGNORED_EXCEPTIONS='java:comp/env|hello|WARNING\|j2ee-appserver1.4'