Kaydet (Commit) 84e1e539 authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS ause069 (1.4.148); FILE MERGED

2006/12/01 17:18:01 hjs 1.4.148.1: #i70359# remove forced shell calls
üst 317e9a13
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
# #
# $RCSfile: makefile.mk,v $ # $RCSfile: makefile.mk,v $
# #
# $Revision: 1.4 $ # $Revision: 1.5 $
# #
# last change: $Author: hr $ $Date: 2006-01-25 15:09:06 $ # last change: $Author: obo $ $Date: 2007-01-25 13:50:08 $
# #
# The Contents of this file are made available subject to # The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1. # the terms of GNU Lesser General Public License Version 2.1.
...@@ -39,12 +39,12 @@ PRJNAME=dbaccess ...@@ -39,12 +39,12 @@ PRJNAME=dbaccess
TARGET=qa_unoapi TARGET=qa_unoapi
ALLTAR: ALLTAR:
+$(SOLARENV)$/bin$/checkapi -sce dbaccess.sce -ini dbaccess.props -xcl knownissues.xcl -tdoc $(PWD)$/testdocuments $(SOLARENV)$/bin$/checkapi -sce dbaccess.sce -ini dbaccess.props -xcl knownissues.xcl -tdoc $(PWD)$/testdocuments
+@echo ======================================================================= @echo =======================================================================
+@echo In case of problems make sure that you put valid values in the dbaccess.props and added an appropriate jdbc-driver to your office installation @echo In case of problems make sure that you put valid values in the dbaccess.props and added an appropriate jdbc-driver to your office installation
+@echo ======================================================================= @echo =======================================================================
+@echo In case of problems with TableWindowAccessibility or JoinViewAccessibility this might be because of connection problems, just re-run the testcases @echo In case of problems with TableWindowAccessibility or JoinViewAccessibility this might be because of connection problems, just re-run the testcases
+@echo ======================================================================= @echo =======================================================================
run_%: run_%:
+$(SOLARENV)$/bin$/checkapi -o dbaccess.$(@:s/run_//) -ini dbaccess.props -xcl knownissues.xcl -tdoc $(PWD)$/testdocuments $(SOLARENV)$/bin$/checkapi -o dbaccess.$(@:s/run_//) -ini dbaccess.props -xcl knownissues.xcl -tdoc $(PWD)$/testdocuments
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment