~ubuntu-branches/ubuntu/edgy/ant/edgy

« back to all changes in this revision

Viewing changes to debian/README.Debian

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Gybas
  • Date: 2002-02-14 14:28:48 UTC
  • Revision ID: james.westby@ubuntu.com-20020214142848-g5e3i1w44rn4kn60
Tags: 1.4.1-4
* Applied patch from Adam Heath to not follow symlinks during deletion
  (closes: #133291)
* Copy the Ant startup script to /usr/share/ant/bin/ant (closes: #133641)
* Provide the upstream chaneglog (WHATSNEW)
* The package can now be compiled with j2sdk1.3 1.3.1-1.1 (which has
  JAVA_HOME set to /usr/lib/j2se/1.3) and 1.3.1-1 (which has JAVA_HOME set
  to /usr/lib/j2sdk1.3).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Ant for Debian
 
2
--------------
 
3
 
 
4
- Most of the build.xml files declare a build directory above the current
 
5
  working directory. This is not suitable for building Debian packages using
 
6
  an auto builder. Please change this value for your packages to something
 
7
  inside the unpacked tarball.
 
8
 
 
9
- All JAR archives in /usr/share/ant/lib/ are appended to the classpath
 
10
  before Ant is run. You can add symlinks there to automatically extend
 
11
  Ant's CLASSPATH.
 
12
 
 
13
- If you are using JDK 1.2/1.3 you need to add tools.jar to Ant's classpath.
 
14
  Either add it to the environment variable $CLASSPATH or add a symlink
 
15
  to /usr/share/ant/lib/.