File tree 4 files changed +10
-7
lines changed 4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ <h2 align="center">Downloading TestNG</h2>
15
15
16
16
< h3 > Current Release Version</ h3 >
17
17
18
- < p > You can < a href ="http://testng.org/testng-6.4 .zip "> download the current release version of TestNG here</ a > . </ p >
18
+ < p > You can < a href ="http://testng.org/testng-6.5.1 .zip "> download the current release version of TestNG here</ a > . </ p >
19
19
< p > For the Eclipse plug-in, we suggest using the update site:</ p >
20
20
< ul >
21
21
< li > Select< i > Help / Software updates / Find and Install.</ i >
Original file line number Diff line number Diff line change @@ -42,9 +42,9 @@ <h2>Now available</h2>
42
42
43
43
44
44
< p align ="right "> < font size ="-2 "> < em > Cédric Beust (cedric at beust.com)< br >
45
- Current version: 6.4 < br >
45
+ Current version: 6.5.1 < br >
46
46
Created: April 27th, 2004< br >
47
- Last Modified: February 12th, 2011 </ em > </ font > </ p >
47
+ Last Modified: April 6th, 2012 </ em > </ font > </ p >
48
48
49
49
50
50
< p > TestNG is a testing framework inspired from JUnit and NUnit but introducing
Original file line number Diff line number Diff line change 1
- v=6.4
1
+ v=6.5.1
2
2
ev=5.13.0.3
3
3
DEST=testng
4
+ TARGET=target
4
5
5
6
set -x
6
7
RSYNC="rsync --verbose --progress --stats"
7
8
8
- #scp testng-${v}.jar testng-${v}-bundle.jar testng-${v}.zip testng-eclipse-${ev }.zip ${U}@beust.com:${DEST}
9
- ${RSYNC} testng-${v}.jar testng-${v}-bundle.jar testng-${v}.zip testng-eclipse-${ev}.zip ${U}@beust.com:${DEST}
9
+ #${RSYNC} ${TARGET}/ testng-${v}.zip ${U}@beust.com:${DEST}
10
+ ${RSYNC} -r javadocs doc/*.html doc/*.css src/main/resources/ testng-1.0.dtd testng-1.0.dtd.html ${U}@beust.com:${DEST}/doc
10
11
12
+ #${RSYNC} testng-${v}.jar testng-${v}-bundle.jar testng-${v}.zip testng-eclipse-${ev}.zip ${U}@beust.com:${DEST}
11
13
#scp -r javadocs doc/*.html doc/*.css src/main/resources/testng-1.0.dtd testng-1.0.dtd.html ${U}@beust.com:${DEST}
12
- ${RSYNC} -r javadocs doc/*.html doc/*.css src/main/resources/testng-1.0.dtd testng-1.0.dtd.html ${U}@beust.com:${DEST}
13
14
#scp dtd/* ${U}@beust.com:w/dtd
14
15
#(cd ~/java/beust.com; scp -r . ${U}@beust.com:w/eclipse)
15
16
Original file line number Diff line number Diff line change 24
24
# Maven
25
25
#
26
26
27
+ ./build-with-maven
28
+
27
29
#cd $HOME/t
28
30
#rm -rf surefire
29
31
#svn co http://svn.apache.org/repos/asf/maven/surefire/trunk surefire
You can’t perform that action at this time.
0 commit comments