Matthew Jason Benson
f587706860
<echo> supports an "output" Resource attribute as an alternative to "file".
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@677355 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Matthew Jason Benson
69d85ab035
propertyHelper info
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@677346 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Matthew Jason Benson
bda4fe61b5
note on string trimming for length task
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@677345 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
9c616cacde
more on relative paths to executables
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@677317 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
26c3308007
note working directory for forked compilers. PR 30542.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@677296 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
795504806c
Use the same warning in all three documents about ssh authentication. PR 43941.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@677222 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
e56206c3c5
New task sshsession. PR 43083. Submitted by David S. Johnson
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@677219 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
13bc6453fe
Add preservelastmodified to scp. PR 33939. Based on patch by Sandra Metz.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@677187 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
d796e53fea
Add input to sshexec. PR 39197. Based on patch by Robert Anderson.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@676906 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
a52db06210
command line password is not always better than hard coded
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@676616 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
b929507956
stronger warning that timeout in ssh and telnet use different units. PR 23991
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@676611 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
a0e5b158cf
allow ftp remote verification to be disabled. PR 35471. Suggested by Viacheslav Garmash.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@676603 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
f97926a108
Allow more control over CSV output. PR 35627.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@676560 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Matthew Jason Benson
b102187280
type any
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@676192 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Matthew Jason Benson
7e387dfc12
doc/test global locals
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@676191 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Matthew Jason Benson
d17c520e74
remove erroneous text
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@676098 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Matthew Jason Benson
93af3c50df
add local properties; bugzilla 23942
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@676095 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Matthew Jason Benson
a3570b87f3
table ended too soon ;)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@675985 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
eaffd9d71b
allow SQLWarnings to stop <sql>. PR 41836.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@675968 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
1a85008736
new showWarnings attribute that makes <sql> display SQLWarnings - if any. PR 41836
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@675962 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
e1f227ae3d
work on PR 26459 - in progress (fighting with the tests and my environment)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@675949 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
3523966203
Allow ant to continue even if <sql> fails to connect to the database. PR 36712.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@675917 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
535d3552ca
document disagreement of different ZIP implementations when it comes to timestamps
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@675882 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
165e9f5dd2
More cases whete includeJavaRuntime="false" may fail for gcj. PR 34638.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@675842 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
f401fa3abb
ejbjar has a manifest attribute, PR 25003.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@675581 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
02b3a7d13c
sql's onerror='stop' shouldn't make the task fail. PR 24668. Based on a patch by Dante Briones.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@675579 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Matthew Jason Benson
a5cc97a7dd
remove executable flag
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@673416 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Matthew Jason Benson
fb97da874b
remove executable flag
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@673415 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
c48bdcbc80
remove executable flag. Cygwin's svn client?
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@673349 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Matthew Jason Benson
1914124791
propertyhelper stab
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@673225 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Matthew Jason Benson
f3f0de4efe
unbreak bugzilla
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@673219 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Matthew Jason Benson
ba6d6347ce
add an example of a unix function implemented with \<tokens\>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@673162 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Matthew Jason Benson
93c43205f6
polish
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@671938 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
61cdb478bf
clarify in case people expect directories to be empty just because they don't contain any matched files
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@671415 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
a7e2a93ee4
Remove synchronization around logging of messages in order to avoid potential deadlock - see PR 45194
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@669464 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
fa52b460c1
Add a magic property that lists the targets that have been specified in order to run the current project. Based on patch by Colm Smyth (just like rev663051 was). PR 44980
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@663061 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
792a2f16f0
Add a new property to hold the current project's default target
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@663051 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Jan Materne
3ec2b738af
Some links to JavaDoc API (Doclet, Taglet)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@661239 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Jan Materne
30a591dfb1
Clearify the matching-rule
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@658558 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Peter Reilly
b4769e1c2e
up the jdk version to 1.3, and add a note about ant's jdk requirements for older versions of ant (bugzilla 44610)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@640018 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Jan Materne
f715dc614a
error in example
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@631563 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Kevin Jackson
5fbd70b8ae
-bugzilla #44198
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@629665 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Jan Materne
b4ba0ddba1
<style> is deprecated in favor of <xslt>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@620501 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Matthew Jason Benson
1017c8530e
tweak
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@617540 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Jan Materne
ad88bbb8e0
Examples for
* <union> <intersect> <difference>
* resource selectors
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@617460 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Matthew Jason Benson
63c9a29e54
remove duped index attr
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@614363 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Steve Loughran
787e7cf941
mention toString:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@612409 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Jan Materne
0d89047e67
Found some information about <sound> in my local storage which should be in the manual.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@611103 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Jan Materne
e8339a4905
ups ...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@605140 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Jan Materne
a261de08b4
<tar> examples:
- tar: tarfile is deprecated since 1.5
- gzip: zipfile is not deprecated, but use of common name
- fix attribute names (Bug 44082)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@605137 13f79535-47bb-0310-9956-ffa450edef68
18 years ago