123456789101112131415161718192021 |
- rem
- rem Licensed Materials - Property of IBM
- rem
- rem IBM Cognos Products: cpscrn
- rem
- rem
- rem (C) Copyright IBM Corp. 2005, 2016
- rem
- rem US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- rem
- REM If CMM files are there then use the regular build.xml otherwise build for IBM Cognos Express (cx)
- IF NOT EXIST dwp_templates\CognosCustomDiagram.dwp GOTO runCX
- @echo off
- ..\..\..\jre\bin\java -classpath "../../../bin/ant.jar;../../../bin/ant-launcher.jar" org.apache.tools.ant.Main %*
- GOTO:EOF
- :runCX
- call .\build_cx\build
- GOTO :EOF
|