Conor MacNeill
cfaea6cf8a
Make sure files get closed even when there is an exception.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268126 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
c7c8803619
Added the propertyfile task which can manipulate property files.
Submitted by: Jeremy Mawson <jeremym@qsipayments.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268125 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
e49a994964
Add some grouping to the Ant Javadoc generation.
Not bad as an example usage of the group nested element too.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268124 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
56a89e559c
Include build.sh in the files whose permission are set and linendings
adjusted.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268123 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
ca3d2ad739
Bump version up to version 1.3alpha
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268122 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
a525602c46
Preparing for 1.2 release.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268119 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
09e39b702c
Update locations of the latest release
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268118 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
98665d1a71
Preparing for 1.2 release build
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268117 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
c98b458614
Update documentation for Filter task
Update documentation date
Submitted by: Gero Vermaas <Gero.Vermaas@sun.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268116 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
b189662bae
Make <javac> always add +F to the jikes command line if
build.compiler.fulldepend has been set.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268115 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
2a3982483a
exclude the helper files for the testcases from the binary
distribution, we don't ship the test sources there either.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268114 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
b14ee14daa
Include src/etc in the binary distribution.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268113 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
2198f70d70
and don't swap stderr and stdout either.
The release build is correct BTW, CVS claimed I changed the file fast
enough, but it committed something else, grr.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268112 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
2b0355c521
Better redirect stderr and stdout instead of stderr twice.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268111 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
99f3f52ede
Ensure the output of the modern compiler is going to be redirected as
well.
Prepare for a second release candidate build.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268110 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
079ebdba27
ejbc rollback
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268109 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
34b083983d
Roll back EJBC changes to the separate helper run in a separate VM. The use of
the class loader was causing some users problems which arise when the system
classpath and the classloader's classpath overlap.
This will remove Jikes support from the ejbc task, but I think the stability of
the task, going into the 1.2 release is more important.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268108 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
205151486a
It seems far more plausible to interpret a relative file URI in SYSTEM
entities relative to the build file instead of basedir, doesn't it?
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268107 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
081d01391f
Resolve filenames in SYSTEM entity declarations relative to the
project's basedir.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268106 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
626d7f944f
Allow ant to be installed in a Windows directory containing spaces such as
c:\Program Files\ant
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268105 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
786f238656
Documented Ant's built in properties.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268104 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
838def06a0
And no stack trace for classic compiler either.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268103 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
b0027003f4
Don't print stack traces on compilation errors.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268102 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
afd1f285df
Make sure ejbc task handles situation when build.compiler is not set
I didn't use Jeremy's patch directly since ejbcHelper is only interested if
build.compielr is equal to Jikes
Submitted by: Jeremy Taylor <jtaylor@lehman.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268101 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
76641fe514
Make MacOS X a valid Unix (in <chmod>'s point of view).
Submitted by: Stuart Roebuck <sr@adolos.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268100 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
04d285ff1a
Made sure bootstrap.sh is executable in the distribution builds.
Submitted by: Cheng-Wei Cheng <CCheng@gluecode.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268099 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
28100edfae
Copy types/defaults.properties during bootstrap.
Submitted by: Cheng-Wei Cheng <CCheng@gluecode.com>
Changed the JIKESON env variable from my last patch to ANT_OPTS to be
consistent with src/bin/ant. Made the same changes to bootstrap.bat.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268098 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
7548efa18e
Changed bootstrap.sh so that you can specify the compiler to use via
the JAVAC environment variable. This enables a bootstrap process using
jikes.
Submitted by: GOMEZ Henri <hgomez@slib.fr>
Added a warning about the changed behavior of <delete dir> to WHATSNEW.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268097 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
5308826fb8
Make the flatdestdir attribute work when using deployment descriptors
in the root directory
Minor javadoc fix in wlrun
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268096 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
70958ae9f3
Add documentation for wlrun and wlstop tasks
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268095 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
533852ac99
Document the <doclet> nested element for Javadoc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268094 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
cf01e99f9e
Provide access to more ejbc options
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268093 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
a58b5083c4
Provide more control over running Weblogic.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268092 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
2deeb0512d
Add warning about sytnax change for this task
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268091 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
b02f11df78
Don't print the message of a thrown BuildException to stderr twice.
Submitted by: Diane Holt <holtdl@yahoo.com>,
Nico Seessle <Nico.Seessle@epost.de>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268090 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
4673e840dc
Better error reporting when <ant> cannot find the build file, grammar
correction.
Submitted by: Diane Holt <holtdl@yahoo.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268089 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
8656b79851
Some convenience targets for release builds.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268088 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
8402298bc5
Changed examples to use copy and delete instead of copydir and deltree.
Submitted by: Lee Breisacher <LBreisacher@seagullsw.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268087 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
e04a05bbe2
Documented some more changes in WHATSNEW.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268086 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
d96001e698
Change version from 1.2alpha to 1.2rc - release candidate.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268085 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
1172691331
Reset destDir to null in <copy> if destFile has been set. This allows
a single instance of Copy to be used more than one - like in
ant -Dant.install=../dist/jakarta-ant dist install
where the second time the dist target gets executed would throw an
exception. You can see this in the logs of recent nightly builds of Ant.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268084 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
7241d07c90
Give the user a clue what to do when the "task could not be found"
exception occurs.
Submitted by: Erik Meade <emeade@geekfarm.org>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268083 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
e88e9617e2
Added a location attribute to <property> to provide easy access to the
Project.resolvePath functionality to the user.
Submitted by: Jose Alberto Fernandez <JFernandez@viquity.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268082 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
7c29b7f875
typo
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268081 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
d8bff4d35a
Added a nested sysproperty element to <java>. This allows the user to
set system properties even in non-fork mode.
Submitted by: Jose Alberto Fernandez <JFernandez@viquity.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268080 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
8e8cf291a5
Made destdir in <javac> optional - don't use the -d switch at all if
this one hasn't been given.
Submitted by: Alexander Pokahr <5pokahr@informatik.uni-hamburg.de>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268079 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
3c045b38b0
Make sure a BuildException thrown inside a <script> doesn't get
wrapped into yet another BuildException.
Submitted by: Nico Seessle <nico@seessle.de>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268078 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
18cf53f2b7
Throw an exception if the zip/jar/warfile attribute has been omitted
in Zip.
Submitted by: Nico Seessle <nico@seessle.de>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268077 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
fd1daa717e
Documentation change, javac.destdir is no longer required.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268076 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
c89099e9b9
Make <javac> use the value of srcdir as destdir if the latter has not
been specified.
Submitted by: Alexander Pokahr <5pokahr@informatik.uni-hamburg.de>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268075 13f79535-47bb-0310-9956-ffa450edef68
25 years ago