Skip to content

Commit

Permalink
MONDRIAN: Check in more JAR files.
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//open/mondrian/": change = 3396]
  • Loading branch information
julianhyde committed Mar 22, 2005
1 parent accecbb commit 7b7a817
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -295,7 +295,7 @@ in {mondrian.foodmart.jdbcURL}.">
fork="yes">

<sysproperty key="log4j.configuration"
value="file://${project.location}/log4j.properties"/>
value="log4j.properties"/>
<sysproperty key="mondrian.jdbcDrivers"
value="${mondrian.jdbcDrivers}"/>
<sysproperty key="mondrian.foodmart.jdbcURL"
Expand Down
13 changes: 7 additions & 6 deletions doc/install.html
Expand Up @@ -190,18 +190,19 @@ <h3><a name="3_2_Non_Access_setup">3.2. Other database</a></h3>

<h4>Examples</h4>

<p>Create FoodMart tables for MySQL from the test dataset in the SQL
<p>On Linux, create FoodMart tables for MySQL from the test dataset in the SQL
scripts:</p>

<blockquote>
<p><code>$ java -cp '/mondrian/lib/mondrian.jar' mondrian.test.loader.MondrianFoodMartLoader<br>&nbsp;&nbsp;&nbsp;&nbsp; -verbose -tables -data -indexes -jdbcDrivers=com.mysql.jdbc.Driver<br>&nbsp;&nbsp;&nbsp;&nbsp; -inputfile=/mondrian/demo/FoodMartCreateData.sql <br>&nbsp;&nbsp;&nbsp;&nbsp; -outputJdbcURL=jdbc:mysql://localhost/foodmart?user=root&amp;password=myAdmin</code><br>
<p><code>$ java -cp '/mondrian/lib/mondrian.jar:/mondrian/lib/log4j-1.2.9.jar' mondrian.test.loader.MondrianFoodMartLoader<br>&nbsp;&nbsp;&nbsp;&nbsp; -verbose -tables -data -indexes -jdbcDrivers=com.mysql.jdbc.Driver<br>&nbsp;&nbsp;&nbsp;&nbsp; -inputfile=/mondrian/demo/FoodMartCreateData.sql <br>&nbsp;&nbsp;&nbsp;&nbsp; -outputJdbcURL=jdbc:mysql://localhost/foodmart?user=root&amp;password=myAdmin</code><br>
</p>
</blockquote>
<p>Create FoodMart tables for PostgreSQL from the test dataset in the
Access
database:</p>

<p>On Windows, create FoodMart tables for PostgreSQL from the test dataset in
the Access database:</p>

<blockquote>
<p><code>$ java -cp 'mondrian/lib/mondrian.jar' mondrian.test.loader.MondrianFoodMartLoader<br>
<p><code>$ java -cp 'C:\mondrian\lib\mondrian.jar;C:\mondrian\lib\log4j-1.2.9.jar' mondrian.test.loader.MondrianFoodMartLoader<br>
&nbsp;&nbsp;&nbsp;&nbsp; -verbose -tables -data -indexes -jdbcDrivers=org.postgresql.Driver,sun.jdbc.odbc.JdbcOdbcDriver<br>
&nbsp;&nbsp;&nbsp;&nbsp;
-inputJdbcURL=jdbc:odbc:MondrianFoodMart<br>
Expand Down
Binary file added lib/commons-collections.jar
Binary file not shown.
Binary file added lib/commons-dbcp.jar
Binary file not shown.
Binary file added lib/commons-pool.jar
Binary file not shown.
Binary file added lib/jsp-api.jar
Binary file not shown.
Binary file added lib/servlet.jar
Binary file not shown.

0 comments on commit 7b7a817

Please sign in to comment.