Tag: cws_src680_ause069 User: hjs Date: 2006/12/01 09:18:04 Modified: dba/dbaccess/qa/unoapi/makefile.mk
Log: #i70359# remove forced shell calls File Changes: Directory: /dba/dbaccess/qa/unoapi/ =================================== File [changed]: makefile.mk Url: http://dba.openoffice.org/source/browse/dba/dbaccess/qa/unoapi/makefile.mk?r1=1.4&r2=1.4.148.1 Delta lines: +10 -10 --------------------- --- makefile.mk 25 Jan 2006 15:09:06 -0000 1.4 +++ makefile.mk 1 Dec 2006 17:18:01 -0000 1.4.148.1 @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.4.148.1 $ # -# last change: $Author: hr $ $Date: 2006/01/25 15:09:06 $ +# last change: $Author: hjs $ $Date: 2006/12/01 17:18:01 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -39,12 +39,12 @@ TARGET=qa_unoapi ALLTAR: - +$(SOLARENV)$/bin$/checkapi -sce dbaccess.sce -ini dbaccess.props -xcl knownissues.xcl -tdoc $(PWD)$/testdocuments - [EMAIL PROTECTED] ======================================================================= - [EMAIL PROTECTED] 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 - [EMAIL PROTECTED] ======================================================================= - [EMAIL PROTECTED] In case of problems with TableWindowAccessibility or JoinViewAccessibility this might be because of connection problems, just re-run the testcases - [EMAIL PROTECTED] ======================================================================= + $(SOLARENV)$/bin$/checkapi -sce dbaccess.sce -ini dbaccess.props -xcl knownissues.xcl -tdoc $(PWD)$/testdocuments + @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 ======================================================================= + @echo In case of problems with TableWindowAccessibility or JoinViewAccessibility this might be because of connection problems, just re-run the testcases + @echo ======================================================================= 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
