Subversion Repositories DevTools

Rev

Rev 4736 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4736 Rev 4737
Line 3... Line 3...
3
REM that interrogates the Release Manager for the UTF data.
3
REM that interrogates the Release Manager for the UTF data.
4
REM It then calls the application with the rtag ID passed in as the argument.
4
REM It then calls the application with the rtag ID passed in as the argument.
5
REM
5
REM
6
REM e.g. doScrape.bat 30083
6
REM e.g. doScrape.bat 30083
7
 
7
 
8
set JAVA_HOME=C:\Program Files\Java\jdk1.6.0_38
-
 
9
set PATH=%JAVA_HOME%\bin;%PATH%
-
 
10
set classpath=C:\ClearCase\TeamCity\bin;C:\ClearCase\TeamCity\jars\ojdbc6.jar
8
set classpath=.;..\jars\ojdbc6.jar
11
 
9
 
12
cd C:\ClearCase\TeamCity\bin
10
cd UtfAggregator\bin
13
java Aggregator %1
11
java Aggregator %1