Skip to content

Commit

Permalink
Add property org.olap4j.test.driverClasspath from test.properties. Ma…
Browse files Browse the repository at this point in the history
…kes it

easier to run the test suite against a database whose JDBC driver jar lives
outside the source tree (e.g. Oracle).


git-svn-id: https://olap4j.svn.sourceforge.net/svnroot/olap4j/trunk@309 c6a108a4-781c-0410-a6c6-c2d559e19af0
  • Loading branch information
julianhyde committed Apr 22, 2010
1 parent 41c74ea commit 73e4db4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
== You must accept the terms of that agreement to use this software.
-->
<project name="olap4j" basedir="." default="dist" xmlns:ivy="antlib:org.apache.ivy.ant">
<property file="${basedir}/test.properties"/>
<import file="subfloor.xml" />

<property name="jar-jdk14.file"
Expand Down
1 change: 1 addition & 0 deletions subfloor.xml
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ TYPICAL TARGET SEQUENCE
</fileset>
<pathelement location="${classes.dir}" />
<pathelement location="${testclasses.dir}" />
<pathelement location="${org.olap4j.test.driverClasspath}" />
</path>

<!-- Setup the classpath used for javadoc -->
Expand Down

0 comments on commit 73e4db4

Please sign in to comment.