~ubuntu-branches/ubuntu/maverick/ant/maverick

« back to all changes in this revision

Viewing changes to docs/manual/tutorial-HelloWorldWithAnt.html

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2008-09-30 14:47:45 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080930144745-0x8uzivd9t15dua3
Tags: 1.7.1-0ubuntu1
* New upstream version (bug fix release).
  - mainly a bugfix release.
  - has extended support for Java6 features.
  - <script> now has support for JavaFX.
  - release notes: http://apache.linux-mirror.org/ant/README.html
* Remove debian/patches/05_ant-bug433444.patch. Obsoleted.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
<html>
18
18
<head>
19
19
  <title>Tutorial: Hello World with Ant</title>
20
 
  <meta name="author" content="Jan Mat�rne">
21
 
  <style type="text/css">
22
 
  <!--
23
 
  .code { background: #EFEFEF; margin-top: }
24
 
  .output { color: #FFFFFF; background: #837A67; }
25
 
  -->
26
 
  </style>
 
20
  <link rel="stylesheet" type="text/css" href="stylesheets/style.css">
27
21
</head>
28
22
<body>
29
23
<h1>Tutorial: Hello World with Ant</h1>
494
488
            &lt;report todir="${report.dir}"/&gt;
495
489
        &lt;/junitreport&gt;
496
490
    &lt;/target&gt;</b>
497
 
   
498
491
</pre>
499
492
 
500
493
<p>Because we would produce a lot of files and these files would be written to the current directory by default,