Peter Donald
b2f61cd56d
Made sure error is read (and ignored?) to avoid blocking.
Reported By: Vincent Massol
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272147 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Peter Donald
a4019bb13b
Make sure the parser works when there is no changes for an entry.
Reported By: Vincent Massol
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272145 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Diane Holt
01a69e59fe
If 'output' is a simple or relative filename, make it relative
to ${basedir}, not ${user.dir}. (If it's a full-path, it'll go
to the full-path file.) (PR 4548)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272144 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Diane Holt
a54a5e4ca6
More quoting cruft. (Maybe we should just put the entire
script inside one giant quote! :) (PR 4340)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272142 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Diane Holt
35871351d8
Add a 'failonerror' attr. (PR 4273)
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272141 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Diane Holt
b8147dc0dc
Add check for "%_JAVACMD%.exe" (PR 2484).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272127 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Diane Holt
05a7fe852f
Added a 'srcfile' attribute (PR 1681).
(But also found a NPE bug in the mapper stuff :( -- will try
to fix in a separate change.)
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272126 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
e5af347f98
Only display log message in verbose mode.
Submitted by: "Vincent Massol" <vmassol@octo.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272124 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
46b1e1afdd
Patch that lets the changelog task perform some logging to ease
debugging and see what cvs command is executed.
Submitted by: "Vincent Massol" <vmassol@octo.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272122 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
ded098d539
Rename basedir to dir and make it default to basedir if not specified
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272116 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Diane Holt
098f15932f
Document <dirset> and new <dirset>/<filelist> support for
<path> and <pathconvert> (and clean that puppy up!).
PathConvert.java is comment changes only, no code.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272113 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Erik Hatcher
8abcb93e20
Patch to enable JOnAS for <serverdeploy> (PR 7633). Supplied by Cyrille Morvan.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272108 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
3d3b941aa7
Fix bug where a log of a single file without other logs in between would only retrieve first change
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272104 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
1bec7214b9
Add support for nested filesets that allow selection of which files ou want to perform cvs log on
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272103 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Diane Holt
e98e1462b5
(Oh what the hell -- if the coding sucks, it can get backed out
or corrected :)
Added:
- new DirSet datatype
- support for DirSet and FileList to <path>
- support for DirSet and FileList to <pathconvert>
(Note: The added support for FileList doesn't have anything
to do with DirSet, I just figured while was there, might as
well add that as well.)
Will put through doc/testcases stuff in a separate commit.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272100 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
0436e4cac3
Typo fix.
DEFAULT_PROPRTY_NAME --> DEFAULT_PROPERTY_NAME
Submitted by: Erik Hatcher
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272085 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
1f1768b196
Integrate Buildnumber task.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272084 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
a5de2285bb
Add a daysinpast to support the use case of the maven tool
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272079 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
d6a075ba90
Add in all the classes for the changelog task.
I believe they *should* compile under 1.1 - can someone check ?
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272075 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
22cb6c5dbe
Integrate changelog task
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272073 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Diane Holt
16a57441b2
Add failOnError attribute (submitted by Steven Tamm -- PR #7549 ).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272072 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
d42faeefd8
New utility class that deals with the specifics of a Java
installation:
* Moved JVM version detection code from Project to the new class.
* Unified the "find executable" methods and factored them into the new
class.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272069 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
8fd84b21a3
JDK 1.1
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272055 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Erik Hatcher
00988f5180
Refactoring of server deployment task. Renamed from <ejbdeploy> to <serverdeploy>. Moved to new j2ee package so its not EJB-centric. Submitted by Christopher A. Longo - cal@cloud9.net
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272053 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Jon Skeet
5d02c8e3ae
Fixed up JavaDocs so they build without errors. The main changes were:
o Capitalisation. Please capitalise the first word of a new sentence, otherwise break-iterator complains.
o @created tags. These aren't valid JavaDoc, and the info is in CVS anyway...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272051 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Jon Skeet
f458059b9c
Fixed up JavaDoc comments again.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272049 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Erik Hatcher
2d12131d81
documented (not sufficiently, but its at least a start) the new nesting patternset and corrected copyright
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272044 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Erik Hatcher
bcb2c234e8
Implementation of nested patternsets. Addresses PR3761
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272042 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Erik Hatcher
0b5269eb7c
doc patch supplied by Stephan Beal <stephan@wanderinghorse.net>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272041 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Diane Holt
ab9a8557f7
Add patch submitted by Ingmar Stein.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272024 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
a94e3de322
Rename the attribute of <javac>'s <compilerarg> from implementation to
compiler.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272017 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
fc7e3b1fd4
revert <javac>'s fork attribute to a true boolean and add executable
attribute to set the path to the compiler.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272016 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Erik Hatcher
2cf032e2ec
EJB hot deploy tool, contributed by Christopher A. Longo - cal@cloud9.net
(sorry for the multi-step commit - darn lock files!)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272014 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Erik Hatcher
47644c9113
EJB hot deploy tool, contributed by Christopher A. Longo - cal@cloud9.net
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272013 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
89423dca5b
oops, forgot to check this in last week
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271990 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
62e7dc5ae2
style sheet control; you can point to anyhting or turn it off completely.
nb, can we make this a logger and not a listener?
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271988 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
021b511568
yet another JDK 1.1 issue
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271946 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
bd737cd1a2
JDK 1.1 fix - thanks Stefan
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271945 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
70ff2fc795
I knew it was 70 for a reason :-) Need to allow for the end of line bytes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271944 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
03216f2caf
spashscreen task
Submitted by: Les Hughes <leslie.hughes@rubus.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271943 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
879077fa37
add umask and chmod capability to <ftp>
Submitted by: Jay van der Meer <jvandermeer2@comcast.net>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271938 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
808b91716a
enable <javac>'s source attribute for jikes as well.
PR: 7002
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271934 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
987c7b8f12
new task vsscreate.
undocumented and as tested as all the other vss tasks.
PR: 7153
Submitted by: Gary S. Weaver <Gary_Weaver@srspos.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271931 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
84b1cad0c6
additional vss tasks (add and cp).
not really tested, but they look the same as all the other vss tasks
that went in untested 8-)
PR: 7153
Submitted by: Nigel Magnay <Nigel.Magnay@Parsec.co.uk>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271930 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
eb81bd4f4e
Make detection system for java|javac|javadoc fallback to *.exe instead
of * on dos based systems.
PR: 7117
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271929 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
5e01ac3c13
make sure files get closed during copy.
PR: 7302
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271928 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
a60b631445
Better handling of malformed desscriptor names
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271923 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
16b0304fd1
Fix for directory based naming when descriptor in root of descriptor dir
PR: 4822
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271922 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
d1392f7d25
Don't rewrite the manifest if it hasn't changed.
PR: 7045
Submitted by: j_a_fernandez@yahoo.com (Jose Alberto Fernandez)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271920 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
eca5133693
Retain order of sections and attributes in manifests.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271919 13f79535-47bb-0310-9956-ffa450edef68
24 years ago