Jan Materne
69679b4828
Bug: 39153
Add notes (log+manual) that <java> does not handle jar+classpath together (more exactly Java itself does not).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@419898 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jan Materne
1630de7abe
Bug: 29539
More information about using the Log4jListener.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@419881 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
d839298320
some private emails about manifest correctness lead to more details on what to do if you disagree with the task's logic.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@419490 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jan Materne
923355ba63
Examples for specifying a JDK in <java> and <javac>.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@419463 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jan Materne
36682adc29
Add example using the default excludes.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@419449 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
94e4ecf005
bugzilla report 38175; javacc needs a jdk version attribute for java1.5 support.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@419220 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
8793957204
given the task is out, the docs should be purged too.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@418789 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
e7734def8b
add support to nested XSL parameters in junitreport, Bugzilla 39708
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@418420 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
8d20a46835
<fixcrlf> now supports an outputencoding attribute. Bugzilla report 39697.
Submitted by Stephen Goetze
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@417584 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jacobus Martinus Kruithof
18784a313b
Removed support for Xalan1.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@417020 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
ddcddd098e
add since doc for subant
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@416042 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
26666f6c70
How scriptdef handles namespaces in element types.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@415841 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
a7a552988f
extending scriptdef
1. nested text gets passed to self.text
2. a fail(String) method takes on the work of throwing exceptions even in languages that dont make it easy to throw BuildExceptions
I have antunit tests for these in the antbook source tree, but not moved them into ant's codebase yet.
Issue: should nested text be something that must be enabled explicitly via a nestedText attribute in scriptdef?
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@415817 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
ac92e4e6bd
add tempfile deleteOnExit. PR# 39842. Submitted by Patrick Martin (then slightly modified).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@415695 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Stefan Bodewig
87b9690a66
WiX task is no longer untested
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@413804 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Stefan Bodewig
58e926515f
fix line feeds
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@413802 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
22aa7a786b
document description attribute
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@413692 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
31c6b1478b
FTP Account could not be specified in ant FTP task.
Bugzilla report 39720.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@412075 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
ea67f0d44a
ReplaceTokens should allow properties files.
Bugzilla 39688
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@412040 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Stefan Bodewig
9c924fef93
2006
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@410736 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jan Materne
82f9f6a177
Example how to load an Antlib from inside a buildfile.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@410598 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jan Materne
2cf07cb48f
Some more statements about the basic statements.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@410582 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jan Materne
468c75e85a
Refer the tutorials from a more visible place.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@410552 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
19cdd51b13
getting the brackets right, fixing a link
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@409770 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
88f1be2d04
Add support to define the stylesheet as a resource in <xslt>
Bugzilla Report 39407
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@409378 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Stefan Bodewig
91cc8f64c1
Document sftp option
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@406522 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
72b360356e
removal of the jprobe and metamata tasks.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@405267 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
aa0ad7914f
Comment about OSS runtimes. What is our official position here? What is the best choice in 'free' runtimes?
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@399054 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
a78d1ddd4f
edit doc to move from CVS to SVN, more stuff on IDE/app server installs, more on how to install extra libraries.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@398455 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
d094a81d71
More warnings about filtering binary files. Bugzilla #39445 .
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@397909 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Stefan Bodewig
29c03e3b20
2006
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@397383 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Kevin Jackson
0c0987da86
pluralise variable
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@397089 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Kevin Jackson
225ba32212
- fix doc bug 24493
- update year
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@396800 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
53511a6584
removal of testlet, visual age for java, and icontract optional tasks.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@396131 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
a9772ceefc
2006 and try to adapt indentation to level of nesting of the elements described
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@395742 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
df3fb58d79
Remove xslp usage from ant.
Bugzilla 23455.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@395723 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
613f5a2be0
Note <files> is a file-only resource collection.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@394115 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
83282e1747
Clarify doc re other (sub) targets in -p mode. PR# 39302
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@393864 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
26f9518dda
document ant.build.source/target in running.html#sysprops
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@393292 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Stefan Bodewig
eeda02e875
provide magic properties to control javac
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@393282 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Stefan Bodewig
49727a3da8
allow ressource collections for source files in <javadoc>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@392027 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
dacb1d0189
punctuation/capitalization
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@386385 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Stefan Bodewig
b1c63b2dee
preliminary Mustang support
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@382927 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Jan Materne
9e7351fbf2
Fix the "strange" bahaviour reported by Steve Meredith.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@381934 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Jesse N. Glick
f2078ba20b
#38811 : support for JUnit 4.0.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@381780 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Jan Materne
616fc9850d
<tarfileset> extends <fileset> not <tarfileset> itself.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@381709 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Jesse N. Glick
9af46a2ca0
#38799 : <junit> task should work so long as junit.jar
present in <classpath> even if not among Ant libs.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@381467 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Jan Materne
ef5363f750
fix error in sample code
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@379780 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Jan Materne
59309ba224
Fix the example regarding dir-attribute and add an additional example for that.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@377744 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Matthew Jason Benson
99d2ca6d09
Give some clue that the classconstants filter has a dependency on BCEL.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@376769 13f79535-47bb-0310-9956-ffa450edef68
20 years ago