Stefan Bodewig
3476b74ca5
Jikes supports -bootclasspath
PR: 32609
Make bootclasspath construction in <javac> take build.sysclasspath
into account. Probably needs to get used in all other tasks
supporting bootclasspath as well.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277259 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
3c73be7a14
java.library.path != PATH - PR: 32523
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277257 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
813c7581a8
<setproxy> fails to provide password authentication on some JDKs.
The patch provided in the bug report looked very similar to something
I once had to do in production code, when Ant's original code wasn't
enough. I forgot about it when we switched to commons-httpclient
shortly thereafter.
PR: 32667
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277255 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
0c24993c98
<scp> using <fileset> doesn't work with OpenSSH 3.9 (and later?).
PR: 31939
Submitted by: Casper Groenen <cgroenen at xebia dot com>
Atsuhiko Yamanaka <ymnk at jcraft dot com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277253 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
589f44690b
Missing period
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277252 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
447b857382
Spelling
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277251 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
e34cdfd356
1.6.2 version of class was not final
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277249 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
76e199cbe4
checkstyle
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277248 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
763ad7ae9b
Propagate build.compiler to tests
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277247 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
8e410f0f18
clarify the use of file.separator character for regexpression
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277245 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
4f6e3a6865
update for mapper changes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277243 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
f21bfb2822
doc for extra attributes for <globmapper>, <regexpmapper>
doc for <filtermapper>
remove reference to optional.jar
PR: 32487, 16686, 28584
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277241 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
4ab55dc0c9
More shadows and statics that make Jikes whine
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277240 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
da7f8e2c5f
New mapper - <filtermapper>.
This is a filterchain applied to the source file names of the filenamemapper#mapFileName
function.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277237 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
19d45cc66e
testcases for new attributes on globmapper and regexpmapper
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277236 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
ae0dd4dca8
add casesensitive and handledirchar to globmapper and regexpmapper
PR: 16686 and 32487
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277235 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
c4e4dd9bb1
Shadowing
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277234 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
c4eee4d986
style - by Kevin Jackson
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277233 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
b5fc1bb243
opps: shadow setting due to renaming
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277231 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
139cee57f7
More LOC; also shrank constructor so checkstyle wouldn't complain.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277230 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
3e919cffbe
LOC
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277229 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
f8bc42dda7
Yet more bumming & javadoc. You'd think I'd have stopped by now...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277228 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
0bcd7a5471
Mostly javadoc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277227 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
49fd65528e
Small refactoring
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277226 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
bc61ebf17a
Same LOC count, minus 2 method calls, cute implementation. ;)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277225 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
698cfd4a70
Mark project's default attribute as optional (again!).
PR: 32732
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277223 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
e4442deac2
Checkstyle
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277222 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
305da99f8e
Checkstyle
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277221 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
8f464f7f90
SplashScreenTest can't be compiled without SplashTask
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277220 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
2d0707e131
Jikes again: shadows, some private finals that could be static and statics used as instance methods
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277219 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
ed1dc6c237
Checkstyle - Kevin Jackson mods
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277217 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
89683e39ec
Spelling
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277216 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
960cd2a711
More javadoc work and LOC bumming.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277215 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
cd8a8e0cc2
LOC bumming and Javadoc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277214 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
fd1350c42a
use Touch#addConfigured(Mapper) rather than add(Mapper) as the mapper is
used in the method
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277213 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
8e9a25e46f
For non-debug (verbose) log messages, enclose property names in double quotes
for clarity. Fix cases where "property name" is logged as '${property name}'
as that notation more appropriately refers to the property's value.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277212 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
84ea84cd4b
Javadoc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277211 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
1824d36b3b
Add time zone to the test case.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277210 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
52a9f601c1
Document Kaffe rmic changes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277208 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
0a03dc4b5d
Use close method to close streams, Submitted by Kevin Jackson
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277207 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
73e22b9d37
Loop optimization, Submitted by Kevin Jackson
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277206 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
8d0f8b3967
Merged Executor to 1.6 branch
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277205 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
f5ba6b2b7a
lower-case HTML tags
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277204 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
0733dbfc6a
Lower-case HTML tags
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277203 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
c6995b83d9
Merging to the 1.6 branch
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277200 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
4715ee28aa
Javadoc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277199 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
ec3594d7a5
Javadoc reformatting.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277198 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
1ddaea8055
touch gets nested mapper plus verbose, mkdirs, and pattern attributes.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277197 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
cf2fcaff65
Kaffe has a new RMIC compiler
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277196 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Jacobus Martinus Kruithof
bfb2c6ca31
PR: 32640
Updated FAQ with a reference to the manual for developing new tasks (and some more).
Bonus: some typo fixes.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277195 13f79535-47bb-0310-9956-ffa450edef68
21 years ago