Steve Loughran
84db1e8e16
pulled from the sandbox, added the NoProxyHosts attr, including with java1.4 support (the ftp version), and tweaked behavior s.t. <setproxy/> does nothing. but <setproxy proxyHost=""/> resets the proxy settings to no proxy.
No docs (stil in the sandbox) or test (I need to be at work to test it)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272446 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
afc4cfd1c3
Remove unused imports
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272445 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
a3cce7d41d
Remove tabs
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272444 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
80080d456c
Reduce a small number of long lines
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272443 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
03d0b81deb
Order of modifiers
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272442 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
c4266e9250
Coding Standard
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272441 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
e79b77b82b
Add compiler attribute and nested <compilerarg> element to <rmic>.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272440 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
9d16acee8e
stand-alone tests for facade stuff.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272439 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
0b602ec2cb
Factor some facade task support stuff out from <javac>.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272438 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
8ac4aad24c
No <pgp> in Ant 1.5.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272437 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
975be1dbf8
Remove tabs
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272436 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Peter Donald
6c1ab50a3b
Move user extraction outside of parser to please maven peeps.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272435 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
73b98db5da
Remove unused import statements
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272434 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
6154080061
More coding standard fixes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272433 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
fd6087bead
JDK 1.1
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272432 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Peter Donald
5d664133a5
Add cvstagdiff into default taskdef list.
PR: 8086
Submitted by: fred@castify.net
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272431 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
b7e18b46c4
Make <ftp>'s directory scanner behave the same way as the one for
normal filesets when it comes to pattern matching. The current
version did not look at the directory part at all.
PR: 4411
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272430 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Peter Donald
784f04c929
org.apache.tools.ant.taskdefs.cvslib.CvsTagDiff
The goal of this task is to give a list of differences between two tags or
dates. It produces an xml report like the changelog report of the CvsChangeLog
task. The output gives the list of modified files, removed files and new files.
The proposed task name is cvstagdiff.
PR: 8086
Submitted by: fred@castify.net (Frederic Lavigne)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272429 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
152be14c15
Make sure <ftp> closes the output stream when listing files.
Cosmetics.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272428 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Peter Donald
12df7ec426
cvschangelog detects ends of comments by looking for a line starting with ------
Unfortunately if somebody commits a file using a message like:
"added a new feature
--------
removed an old feature"
The second line will be identified as the end of the comment. The same for the
end of a changelog with '======'.
Using the right number of '-' or '=' fixes the problem temporarly until one
commit a file with a number of '-' or '=' greater or equals to the cvs
separator.
PR: 8085
Submitted by: fred@castify.net (Frederic Lavigne)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272427 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
b38c1bae3e
Pointer to Jalopy.
Submitted by: Marco Hunsicker <development@hunsicker.de>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272426 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
c51b8ee385
Normalize some @since tags
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272425 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Steve Loughran
9d14a1f313
added exclusion of tests we know which break. This lets us add tests into the system before we have a fix for them; you just have to run them individually for now.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272424 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Steve Loughran
b7b1b04ab6
two tests sharing the same data set; XmlValidate fails horribly
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272423 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Steve Loughran
c814210e57
two tests sharing the same data set
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272422 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
7f622f6550
2002
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272421 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stephane Bailliez
1423b4ab9b
Use the normalized value rather than the %. Incidentally it fix a bug that shows
up because the number format in the xml is formatted using a locale dependent
format rather than a neutral dependent format like a float datatype in XML Schema
therefore it is not possible to use interoperate between different locales with the XML.
ie generate the XML using one locale and the xsl using another.
PR: 7877
Reported by: nicolaken@apache.org (Nicola Ken Barozzi)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272420 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Diane Holt
a7255e1083
Add note wrt case issues on Windows. (PR 6694)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272419 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
c6c232893c
Various coding standard fixes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272418 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Erik Hatcher
d60b6ca1ee
regen HTML
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272417 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Erik Hatcher
9115223753
Added <xslt> alias for the Style task to make it easier to find for users
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272416 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Steve Loughran
1f611ac014
reworked testing/exceptioning for the compilers.
We are going to have to write some per JVM unit tests, I can tell
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272415 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Steve Loughran
de36760880
typo
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272414 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
7114de8f2b
typo.
PR: 8019
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272413 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
c52b908bf7
finally, 7552 audit of <junit> - leave information in tests untouched
by cloning the instances.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272412 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
6b51a2d55d
Fix up mutant headers
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272411 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Diane Holt
b3fcc74e6a
Truth it up a bit.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272410 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
0e1127c22c
Fix up style issues
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272409 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
b7443f2b77
Make sure <touch> and <waitfor> reset their state.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272408 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
2cd5cfabd4
<taskdef>/<typedef> wouldn't close their streams if file/resource
attribute has been used and an exception occured.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272407 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
17279312b5
2002
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272406 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
7efc06af49
Make sure <tar> resets its state.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272405 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
3518a35d47
Bring all headers into line
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272404 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
ca5695fa0b
Make sure <style> resets its state - may even help the garbage collector.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272403 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
aba1be216b
Add some @since tags to an interface we've told people they could
implement for custom plugins - bad example of backwards
incompatibility at work (there's been no release since 1.2 that didn't
change the interface and there is no single method of the 1.2 release
left in that interface).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272402 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
f152ff3665
<sql> would parse source files before telling you that you forgot to
specify a JDBC driver - make it fail faster.
<sql> didn't reset its state (7552)
<sql> wouldn't close input files if an error occured.
I've left two XXX comments in the source for people who may know
better than me.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272401 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
2d446f3df2
Cosmetics
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272400 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
5db106732c
Make sure <rmic> resets its internal state even in exceptional
situations.
Cosmetics.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272399 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
12a8163d89
Document new replacefilterfile attribute of <replace>
PR: 7320
Make sure <replace> resets its state.
Cosmetics.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272398 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
9489d9ffc1
Add emacsmode to <recorder>.
PR: 7432
<recorder> is a difficult beast with regard to bug 7552 as it holds
state in a static Hashtable - at least it won't create multiple
loggers for the same files, so it should be relatively save.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272397 13f79535-47bb-0310-9956-ffa450edef68
23 years ago