|
|
@@ -17,13 +17,7 @@ |
|
|
|
<html> |
|
|
|
<head> |
|
|
|
<title>Tutorial: Hello World with Ant</title> |
|
|
|
<meta name="author" content="Jan Matèrne"> |
|
|
|
<style type="text/css"> |
|
|
|
<!-- |
|
|
|
.code { background: #EFEFEF; margin-top: } |
|
|
|
.output { color: #FFFFFF; background: #837A67; } |
|
|
|
--> |
|
|
|
</style> |
|
|
|
<link rel="stylesheet" type="text/css" href="stylesheets/style.css"> |
|
|
|
</head> |
|
|
|
<body> |
|
|
|
<h1>Tutorial: Hello World with Ant</h1> |
|
|
@@ -494,7 +488,6 @@ There are two steps: 1. let <junit> log the information and 2. convert the |
|
|
|
<report todir="${report.dir}"/> |
|
|
|
</junitreport> |
|
|
|
</target></b> |
|
|
|
|
|
|
|
</pre> |
|
|
|
|
|
|
|
<p>Because we would produce a lot of files and these files would be written to the current directory by default, |
|
|
|