build.bat #1

  • //
  • guest/
  • paul_dymecki/
  • mondrian/
  • build.bat
  • View
  • Commits
  • Open Download .zip Download (1 KB)
@rem $Id: //guest/paul_dymecki/mondrian/build.bat#1 $
@rem This software is subject to the terms of the Common Public License
@rem Agreement, available at the following URL:
@rem http://www.opensource.org/licenses/cpl.html.
@rem (C) Copyright 2001-2002 Kana Software, Inc. and others.
@rem All Rights Reserved.
@rem You must accept the terms of that agreement to use this software.

@set SRCROOT=%~dp0
@set HOME_DRIVE=Z
@set ANT_HOME=%HOME_DRIVE%:\jakarta-ant-1.4.1
@set TOMCAT_HOME=%HOME_DRIVE%:\jakarta-tomcat-4.0.3
@set ORACLE_HOME=%HOME_DRIVE%:/oracle/ora81
@set XALAN_HOME=%HOME_DRIVE%:/xalan-j_2_3_1
@set JUNIT_HOME=%HOME_DRIVE%:/junit3.7
@if exist "%TOMCAT_HOME%\common\lib\xalan.jar" goto x100
@echo You must copy xalan.jar from XALAN to TOMCAT/common/lib
@goto end
:x100
@if exist "%TOMCAT_HOME%\common\lib\xml-apis.jar" goto x200
@echo You must copy xml-apis.jar from XALAN to TOMCAT/common/lib
@goto end
:x200
set CLASSPATH=%SRCROOT%/classes;%SRCROOT%/lib/javacup.jar;%TOMCAT_HOME%/common/lib/xerces.jar;%SRCROOT%/lib/boot.jar;%ORACLE_HOME%/jdbc/lib/classes12.zip
@%ANT_HOME%\bin\ant %1 %2 %3 %4 %5 %6 %7 %8 %9
:end
@rem end build.bat
# Change User Description Committed
#1 1820 Paul Robert Dymecki mondrian: Integrate latest from //guest/julian_hyde
//guest/julian_hyde/mondrian/build.bat
#6 1611 Julian Hyde mondrian:
Add XOMGen ant task;
Improve JavaCUP ant task;
Upgrade to JavaCUP 0.10k beta 2;
Fix test oopses.
#5 1609 Julian Hyde mondrian:
Forgot a couple of files last change.
Unit tests for builtin functions.
Don't return null members (e.g. [Gender].[F].PrevMember).
#4 1583 Julian Hyde mondrian:
add transformer scripts for postgres, hsql;
fix bugs in SqlQuery;
add roadmap.
#3 1509 Julian Hyde Mondrian: environment fixes.
#2 1502 Julian Hyde Mondrian: Sean McCullough's changes: JSP page running in Tomcat.
#1 1475 Julian Hyde Saffron.
Re-integrate Median, etc.
//guest/julian_hyde/mondrian/make.bat
#1 1453 Julian Hyde mondrian: first source check-in