forked from olap4j/olap4j
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create META-INF/services/java.sql.Driver under classes so that driver
discovery works in dev environment. Fix ANT_HOME and comments in buildJdk16.bat. git-svn-id: https://olap4j.svn.sourceforge.net/svnroot/olap4j/trunk@141 c6a108a4-781c-0410-a6c6-c2d559e19af0
- Loading branch information
1 parent
c67dc06
commit 1dd1911
Showing
3 changed files
with
18 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,15 @@ | ||
# $Id$ | ||
# Called recursively from 'ant release' to build the files which can only be | ||
# built under JDK 1.6. | ||
@echo off | ||
rem $Id$ | ||
rem Called recursively from 'ant release' to build the files which can only be | ||
rem built under JDK 1.6. | ||
|
||
rem Change the following line to point to your JDK 1.6 home. | ||
set JAVA_HOME=C:\jdk1.6.0_11 | ||
|
||
rem Change the following line to point to your ant home. | ||
set ANT_HOME=C:\open\thirdparty\ant | ||
|
||
# Change the following line to point to your JDK 1.6 home. | ||
set JAVA_HOME=C:\jdk1.6.0_01 | ||
set PATH=%JAVA_HOME%\bin;%PATH% | ||
ant compile.java | ||
%ANT_HOME%\bin\ant compile.java | ||
|
||
# End buildJdk16.bat | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
org.olap4j.driver.xmla.XmlaOlap4jDriver |