Subversion Repositories DevTools

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

REM
REM This batch file sets up the runtime environment for the java application
REM that interrogates the Release Manager for the UTF data.
REM It then calls the application with the rtag ID passed in as the argument.
REM
REM e.g. doScrape.bat 30083

set JAVA_HOME=C:\Program Files\Java\jdk1.6.0_38
set PATH=%JAVA_HOME%\bin;%PATH%
set classpath=C:\ClearCase\TeamCity\bin;C:\ClearCase\TeamCity\jars\ojdbc6.jar

cd C:\ClearCase\TeamCity\bin
java Aggregator %1