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
Steve Loughran
b3113b77b2
some comment cleanup/addition and factored out a test into a standalone assertion
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271916 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
16121faff9
one more test;
just to show what we have today is not that consistent
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271915 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Diane Holt
09b828ebbe
Drat! -- caught by the 'cp' copyright fiend.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271909 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Diane Holt
cf83aba68a
Finally add the new <basename> and <dirname> tasks. (yay!)
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271908 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
01954942d9
Increase max length to 72
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271906 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Erik Hatcher
377550b005
Fix typo. Patch sent by Daniel Rall.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271904 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
37cd9404c7
New attribute - ignoreSstemClasses - added to <available>.
PR: 6031
Submitted by: peterj@liberate.com (Peter Janes)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271903 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Diane Holt
bc47be3b76
Change the failed message to something (hopefully) a bit more clear.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271902 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
9b3071c7ed
2002
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271896 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
68cb99cb66
no code changes, only comments to make sense of what is going on
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271895 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
dd8be3b5fd
set properties in nested strings. not tested.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271894 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
3fd83cae2d
Pass the ManifestException to BuildException
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271891 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
a5ec3f179d
Ah! cruel ones, leave me alone now
While I murmur a little and ponder
Anti-Spam
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271885 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
8199a62cee
Remove unnecessary imports to make bootstrap work.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271860 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
b8ff0222b5
2002
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271857 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
792642344d
Refactor dependency analysis.
Add a DependencyAnalyzer interface
Currently supports BCEL based analyzers
Refactor ejbjar not to require BCEL to run.
More to come ...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271856 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
24bb66e654
Cleanup of style
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271855 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
df45efc67a
add license
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271851 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
fbcba51852
Make the encodings ascii to help us poor linux schmucks who got a crappy range of fonts.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271850 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
060c35544e
No more deprecated warnings for aliased attributes of oft-used zip, jar, war and ear tasks.
Conor, Costin and I voted +1
Stefan voted +0
However, there is *no* guarantee that all these aliases will stay for Ant2. DestFile is currently the most promising attribute name to be carried over to Ant2.
I have left the @deprecated tags in there and haven't touched javadoc also.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271847 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
5df6412cd6
Check for possible null message and/or null stream.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271846 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
9c0169b5bd
Added reporting xslt sheet for checkstyle and removed some cruft from jdepend stylesheet.
Submitted by: "Ingmar J Stein" <stein@xtramind.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271844 13f79535-47bb-0310-9956-ffa450edef68
24 years ago