diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-20 17:56:58 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-20 17:56:58 +0000 |
commit | 957da4733e68fdfb4f4cf465287d2011c5e87aa0 (patch) | |
tree | 2f127fc39d376a509628cd453619e09fda398c7e /reportdesign/qa | |
parent | 31ee7c650f6ab3e0a6791bf820aeaafdf82ea102 (diff) |
INTEGRATION: CWS reportdesign01 (1.1.2); FILE ADDED
2007/09/13 14:11:40 lla 1.1.2.2: #i81552# add check for mysql_connector
2007/09/13 10:56:40 lla 1.1.2.1: #i81552#
Diffstat (limited to 'reportdesign/qa')
-rwxr-xr-x | reportdesign/qa/complex/makefile.mk | 93 |
1 files changed, 93 insertions, 0 deletions
diff --git a/reportdesign/qa/complex/makefile.mk b/reportdesign/qa/complex/makefile.mk new file mode 100755 index 000000000..bc1cd8c0e --- /dev/null +++ b/reportdesign/qa/complex/makefile.mk @@ -0,0 +1,93 @@ +#************************************************************************* +# +# $RCSfile: makefile.mk,v $ +# +# $Revision: 1.2 $ +# +# last change: $Date: 2007-11-20 18:56:58 $ +# +# The Contents of this file are made available subject to the terms of +# either of the following licenses +# +# - GNU Lesser General Public License Version 2.1 +# - Sun Industry Standards Source License Version 1.1 +# +# Sun Microsystems Inc., October, 2000 +# +# GNU Lesser General Public License Version 2.1 +# ============================================= +# Copyright 2000 by Sun Microsystems, Inc. +# 901 San Antonio Road, Palo Alto, CA 94303, USA +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License version 2.1, as published by the Free Software Foundation. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA +# +# +# Sun Industry Standards Source License Version 1.1 +# ================================================= +# The contents of this file are subject to the Sun Industry Standards +# Source License Version 1.1 (the "License"); You may not use this file +# except in compliance with the License. You may obtain a copy of the +# License at http://www.openoffice.org/license.html. +# +# Software provided under this License is provided on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, +# WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, +# MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. +# See the License for the specific provisions governing your rights and +# obligations concerning the Software. +# +# The Initial Developer of the Original Code is: Sun Microsystems, Inc. +# +# Copyright: 2000 by Sun Microsystems, Inc. +# +# All Rights Reserved. +# +# Contributor(s): _______________________________________ +# +# +# +#************************************************************************* + +PRJ=..$/.. + +PRJNAME = reportdesign +PACKAGE = complex +TARGET = rptdesigntest + +# --- Settings ----------------------------------------------------- + +.INCLUDE : settings.mk + +# --- Files -------------------------------------------------------- + +JARFILES = ridl.jar jurt.jar unoil.jar juh.jar OOoRunner.jar + +JAVAFILES = ReportDesignerTest.java + +# --- Targets ------------------------------------------------------ + +.INCLUDE : target.mk + +# JAVADEBUG=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=8502,suspend=y +JAVADEBUG= + +MYSQL_CONNECTOR=$(PWD)$/mysql-connector-java-5.0.6-bin.jar +CLASSPATH!:=$(CLASSPATH)$(PATH_SEPERATOR)$(MYSQL_CONNECTOR) + +run: ALLTAR + $(PERL) mysql-connector-exists.pl $(MYSQL_CONNECTOR) +# @echo $(CLASSPATH) +# @echo $(VCSID) + @java $(JAVADEBUG) -cp $(CLASSPATH) -DVCSID=$(VCSID) -DCWS_WORK_STAMP=$(CWS_WORK_STAMP) -DUPDMINOR=$(UPDMINOR) org.openoffice.Runner -ini runner.props |