Tag: cws_src680_dba30 User: fs Date: 05/04/06 00:12:25 Modified: /dba/dbaccess/qa/complex/dbaccess/ makefile.mk
Log: #i46768# added test for PropertyBag implementation in this module File Changes: Directory: /dba/dbaccess/qa/complex/dbaccess/ ============================================= File [changed]: makefile.mk Url: http://dba.openoffice.org/source/browse/dba/dbaccess/qa/complex/dbaccess/makefile.mk?r1=1.5&r2=1.5.6.1 Delta lines: +15 -5 -------------------- --- makefile.mk 18 Mar 2005 10:03:52 -0000 1.5 +++ makefile.mk 6 Apr 2005 07:12:22 -0000 1.5.6.1 @@ -3,9 +3,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.5.6.1 $ # -# last change: $Date: 2005/03/18 10:03:52 $ +# last change: $Date: 2005/04/06 07:12:22 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -62,7 +62,7 @@ #************************************************************************* PRJ = ..$/..$/.. -TARGET = SingleSelectQueryComposer +TARGET = dbacomplex PRJNAME = $(TARGET) PACKAGE = complex$/dbaccess @@ -76,7 +76,8 @@ JAVAFILES = \ SingleSelectQueryComposer.java \ RowSetEventListener.java \ - RowSet.java + RowSet.java \ + PropertyBag.java JAVACLASSFILES = $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class) #----- make a jar from compiled files ------------------------------ @@ -101,3 +102,12 @@ run: java -cp $(CLASSPATH)$(PATH_SEPERATOR)$(SOLARBINDIR)$/OOoRunner.jar org.openoffice.Runner -TestBase java_complex -sce dbaccess.sce +run_composer: + java -cp $(CLASSPATH)$(PATH_SEPERATOR)$(SOLARBINDIR)$/OOoRunner.jar org.openoffice.Runner -TestBase java_complex -o complex.dbaccess.SingleSelectQueryComposer + +run_rowset: + java -cp $(CLASSPATH)$(PATH_SEPERATOR)$(SOLARBINDIR)$/OOoRunner.jar org.openoffice.Runner -TestBase java_complex -o complex.dbaccess.RowSet + +run_propertybag: + java -cp $(CLASSPATH)$(PATH_SEPERATOR)$(SOLARBINDIR)$/OOoRunner.jar org.openoffice.Runner -TestBase java_complex -o complex.dbaccess.PropertyBag + --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
